From shiv.kumar at apple.com Fri Mar 2 10:42:24 2007 From: shiv.kumar at apple.com (Shiv Kumar) Date: Fri Mar 2 10:42:29 2007 Subject: Query on WOFileUpload Component Message-ID: Hi, I am using WOFileUpload component, by default it shows a button with text "Choose File" Question: 1. Is it possible to change the text being displayed to something else?. 2. Formatting of the button (like we make it shown as a normal HTML button) being shown is possible? Thanks in advance for your feed back. Thanks and Regards, - Shiv Kumar. -------------- next part -------------- An HTML attachment was scrubbed... URL: /mailman/archive/webobjects-dev/attachments/20070303/11cec4e2/attachment.html From dave at turbocat.de Fri Mar 2 10:47:35 2007 From: dave at turbocat.de (David Wetzel) Date: Fri Mar 2 10:47:59 2007 Subject: Query on WOFileUpload Component In-Reply-To: References: Message-ID: <52A38080-9028-410A-9EE9-7EA697876844@turbocat.de> Am 02.03.2007 um 19:42 schrieb Shiv Kumar: > I am using WOFileUpload component, by default it shows a button > with text "Choose File" > (...) > 1. Is it possible to change the text being displayed to something > else?. > 2. Formatting of the button (like we make it shown as a normal > HTML button) being shown is possible No, because the browser creates the button. It looks funny if you have an English page and an non-English browser... dave -- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 Phone +49 33056 82834 (______) http://www.turbocat.de/ From bob at apple.com Tue Mar 6 06:49:37 2007 From: bob at apple.com (Bob Frank) Date: Tue Mar 6 07:08:01 2007 Subject: MEETING: Chicago CocoaHeads / CAWUG Tuesday 3/13 - Core Image Message-ID: <392596ED-88FF-4DFC-B7B0-7236C21B6DCC@apple.com> Hi all, The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group (CAWUG) is holding our next meeting this coming Tuesday, March 13th, at 6:00 PM at the Apple Store on Michigan Ave. Agenda: - Introductions & Announcements - Dave Dribin on Core Image - Q & A - adjournment to O'Toole's When: Tuesday, March 13th, 6:00 PM Where: Apple Store Michigan Avenue 679 North Michigan Ave. (at the corner of Huron & Michigan Ave.) Chicago, IL 60611 http://maps.yahoo.com/maps_result? ed=gYbE5Op_0Tokf_p7h61dwjbWtjC2r1YehzWw&csz=60611 - Dave on Core Image Dave will be talking about basic Core Image usage. The presentation will cover how to use filters, transitions, and the basics of Image Units and Core Image kernels. - O'Tooles We will continue the discussion at our local watering hold Timothy O'Toole's at 622 Fairbanks (2 blocks east of the store). We also wish to thank the folks who run the theater space at the Apple store for letting us have our meetings there, and Jonathan 'Wolf' Rentzsch for hosting the new and revived CAWUG web site and taking over hosting our listserve. Thanks all. Also, if you are working on a project and would like to talk about it briefly / promote it, I think it would be fun for people to hear about other people's projects. Please email me off line and you can talk at a future meeting or would like a book to review. Future meetings dates: 4/10/07 & 5/8/07 CAWUG Resources Web Site: http://www.cawug.org/ RSS feed: http://www.cawug.org/rss.xml Mail list: http://redshed.net/mailman/listinfo/cawug-announce iCal: http://ical.mac.com/chicagobob/ Chicago-CocoaHeads-CAWUG (view on the web) iCal: webcal://ical.mac.com/chicagobob/Chicago-CocoaHeads-CAWUG.ics (subscribe to in iCal) Cocoa Heads web site: http://cocoaheads.org/us/ChicagoIllinois/index.html Hope to see you at the meeting. -Bob --- Bob Frank (312) 961 - 0509 [cell] bob@apple.com -------------- next part -------------- An HTML attachment was scrubbed... URL: /mailman/archive/webobjects-dev/attachments/20070306/02999f21/attachment.html From tony at superfetch.com Fri Mar 9 08:35:21 2007 From: tony at superfetch.com (Tony Hoffman) Date: Fri Mar 9 08:45:09 2007 Subject: Stupid person question about EOAdaptor and Class Cast Exception and error message Message-ID: <668ACE91-B28E-4F7E-82C1-2063DA9CE445@superfetch.com> I have just installed the EXExtensions, ERJars, and ERJavaMail frameworks to resolve an e-mail problem. E-mail now works. So far so good. But now I'm getting an error on a save where previously things had run smoothly. My chief problem is that I don't know how to read the log to locate where my class cast exception is. Does anyone know where this is directing me to look in my java files, WebObjects Builder files or EOModel? 53771 WARN [WorkerThread0] (er.extensions.ERXNSLogLog4jBridge, appendln, 41) - : Exception occurred while handling request: java.lang.ClassCastException [2007-03-09 11:30:51 EST] java.lang.ClassCastException at er.extensions.ERXValidationFactory.convertException (ERXValidationFactory.java:295) at er.extensions.ERXEntityClassDescription.validateValueForKey (ERXEntityClassDescription.java:770) at com.webobjects.eocontrol.EOCustomObject.validateValueForKey (EOCustomObject.java:1339) at com.webobjects.foundation.NSValidation$Utility.validateValueForKey (NSValidation.java:526) at com.webobjects.foundation.NSValidation $DefaultImplementation.validateTakeValueForKeyPath(NSValidation.java: 729) at com.webobjects.eocontrol.EOCustomObject.validateTakeValueForKeyPath (EOCustomObject.java:1363) at com.webobjects.foundation.NSValidation $Utility.validateTakeValueForKeyPath(NSValidation.java:551) at com.webobjects.foundation.NSValidation $DefaultImplementation.validateTakeValueForKeyPath(NSValidation.java: 741) at com.webobjects.foundation.NSValidation $Utility.validateTakeValueForKeyPath(NSValidation.java:553) at com.webobjects.foundation.NSValidation $DefaultImplementation.validateTakeValueForKeyPath(NSValidation.java: 741) at com.webobjects.appserver.WOComponent.validateTakeValueForKeyPath (WOComponent.java:1273) at com.webobjects.appserver._private.WOKeyValueAssociation.setValue (WOKeyValueAssociation.java:71) at com.webobjects.appserver._private.WOTextField.takeValuesFromRequest (WOTextField.java:81) at com.webobjects.appserver._private.WODynamicGroup.takeChildrenValuesFromR equest(WODynamicGroup.java:81) at com.webobjects.appserver._private.WODynamicGroup.takeValuesFromRequest (WODynamicGroup.java:89) at com.webobjects.appserver._private.WOForm.takeValuesFromRequest (WOForm.java:70) at com.webobjects.appserver._private.WODynamicGroup.takeChildrenValuesFromR equest(WODynamicGroup.java:81) at com.webobjects.appserver._private.WODynamicGroup.takeValuesFromRequest (WODynamicGroup.java:89) at com.webobjects.appserver._private.WOConditional.takeValuesFromRequest (WOConditional.java:41) at com.webobjects.appserver._private.WODynamicGroup.takeChildrenValuesFromR equest(WODynamicGroup.java:81) at com.webobjects.appserver._private.WODynamicGroup.takeValuesFromRequest (WODynamicGroup.java:89) at com.webobjects.appserver.WOComponent.takeValuesFromRequest (WOComponent.java:914) at com.webobjects.appserver.WOSession.takeValuesFromRequest (WOSession.java:1139) at com.webobjects.appserver.WOApplication.takeValuesFromRequest (WOApplication.java:1350) at com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWit hPreparedPage(WOComponentRequestHandler.java:189) at com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWit hPreparedSession(WOComponentRequestHandler.java:287) at com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWit hPreparedApplication(WOComponentRequestHandler.java:322) at com.webobjects.appserver._private.WOComponentRequestHandler._handleReque st(WOComponentRequestHandler.java:358) at com.webobjects.appserver._private.WOComponentRequestHandler.handleReques t(WOComponentRequestHandler.java:432) at com.webobjects.appserver.WOApplication.dispatchRequest (WOApplication.java:1306) at com.webobjects.appserver._private.WOWorkerThread.runOnce (WOWorkerThread.java:173) at com.webobjects.appserver._private.WOWorkerThread.run (WOWorkerThread.java:254) at java.lang.Thread.run(Thread.java:552) Tony Hoffman Dog Eat Dog Advertising, Inc. 67 West Chippewa Street, Suite 100 Buffalo, New York 14202-2010 Phone: 716-856-0142 / Fax: 716-856-0176 www.superfetch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: /mailman/archive/webobjects-dev/attachments/20070309/c8b6b29f/attachment.html From chad+webobjects at objectwerks.com Sat Mar 10 10:52:11 2007 From: chad+webobjects at objectwerks.com (Chad Leigh) Date: Sat Mar 10 10:52:36 2007 Subject: DST Update for 5.2 In-Reply-To: <006701c789c6$0421ea90$b101a8c0@shelli> References: <005e01c789c3$caacf8b0$b101a8c0@shelli> <006701c789c6$0421ea90$b101a8c0@shelli> Message-ID: <3BD5D00F-4215-4F14-8BA8-389D29B9C4F9@objectwerks.com> Actualy check here http://docs.info.apple.com/article.html?artnum=305009 the idea is basically get a new zoneinfo.zip and place it in teh right directory and restart for traditionally deployed WO apps You can use the newest 5.3.3 zoneinfo.zip file on your 5.2 installs I have been told by someone at Apple Chad On Apr 28, 2007, at 12:49 PM, Shelli D. Orton wrote: > That's what I was expecting. Thanks. > > Shelli > > -----Original Message----- > From: Guido Neitzer [mailto:guido.neitzer@gmail.com] > Sent: Wednesday, February 28, 2007 12:36 PM > To: Shelli D. Orton > Cc: webobjects-dev@omnigroup.com > Subject: Re: DST Update for 5.2 > > On 4/28/07, Shelli D. Orton wrote: > >> Does anyone know if there is an update for WO 5.2 for the upcoming >> changes to daylight savings time? > > Yes, there is something, unfortunately not for all the mere mortals: > > On 16.02.2007, at 09:16, Cliff Tuel wrote: > >>> Is there an update for those of us still running WO 5.2 on 10.3.9? > >> Yes, but it's only available to those with an AppleCare Enterprise >> Support >> contract (Select, Preferred, Alliance, Silver, or Gold). See >> and >> for info on those. > > It says "AppleCare Enterprise ..." not ADC. Yeah, it sucks. > > cug > > _______________________________________________ > WebObjects-dev mailing list > WebObjects-dev@omnigroup.com > http://www.omnigroup.com/mailman/listinfo/webobjects-dev From bob at apple.com Tue Mar 13 12:44:54 2007 From: bob at apple.com (Bob Frank) Date: Tue Mar 13 12:45:01 2007 Subject: Fwd: MEETING: Core Image Chicago CocoaHeads / CAWUG Tuesday 3/13 - References: <392596ED-88FF-4DFC-B7B0-7236C21B6DCC@apple.com> Message-ID: Hi, Just a quick reminder. Tonight Dave will be talking about CoreImage. Hope to see you there. -Bob Begin forwarded message: > From: Bob Frank > Date: March 6, 2007 8:49:37 AM CST > To: cawug-announce@redshed.net, webobjects-dev@omnigroup.com, > macosx-dev@omnigroup.com, Cocoa-Dev Dev dev@lists.apple.com>, webobjects-dev@lists.apple.com > Subject: MEETING: Chicago CocoaHeads / CAWUG Tuesday 3/13 - Core Image > > > Hi all, > > The Chicago CocoaHeads / Chicago Cocoa and WebObjects User Group > (CAWUG) is holding our next meeting this coming Tuesday, March > 13th, at 6:00 PM at the Apple Store on Michigan Ave. > > > Agenda: > - Introductions & Announcements > - Dave Dribin on Core Image > - Q & A > - adjournment to O'Toole's > > When: > Tuesday, March 13th, 6:00 PM > > Where: > Apple Store Michigan Avenue > 679 North Michigan Ave. (at the corner of Huron & Michigan Ave.) > Chicago, IL 60611 > http://maps.yahoo.com/maps_result? > ed=gYbE5Op_0Tokf_p7h61dwjbWtjC2r1YehzWw&csz=60611 > > > > - Dave on Core Image > Dave will be talking about basic Core Image usage. The > presentation will cover how to use filters, transitions, and the > basics of Image Units and Core Image kernels. > > > - O'Tooles > We will continue the discussion at our local watering hold Timothy > O'Toole's at 622 Fairbanks (2 blocks east of the store). > > > We also wish to thank the folks who run the theater space at the > Apple store for letting us have our meetings there, and Jonathan > 'Wolf' Rentzsch for hosting the new and revived CAWUG web site and > taking over hosting our listserve. Thanks all. > > Also, if you are working on a project and would like to talk about > it briefly / promote it, I think it would be fun for people to > hear about other people's projects. Please email me off line and > you can talk at a future meeting or would like a book to review. > > Future meetings dates: 4/10/07 & 5/8/07 > > > > CAWUG Resources > > Web Site: http://www.cawug.org/ > RSS feed: http://www.cawug.org/rss.xml > Mail list: http://redshed.net/mailman/listinfo/cawug-announce > iCal: http://ical.mac.com/chicagobob/ Chicago-CocoaHeads-CAWUG > (view on the web) > iCal: webcal://ical.mac.com/chicagobob/Chicago-CocoaHeads- > CAWUG.ics (subscribe to in iCal) > > Cocoa Heads web site: > http://cocoaheads.org/us/ChicagoIllinois/index.html > > Hope to see you at the meeting. > > -Bob --- Bob Frank (312) 961 - 0509 [cell] bob@apple.com -------------- next part -------------- An HTML attachment was scrubbed... URL: /mailman/archive/webobjects-dev/attachments/20070313/9497eae8/attachment.html From cawineguy at gmail.com Wed Mar 14 14:27:54 2007 From: cawineguy at gmail.com (Randy Wigginton) Date: Wed Mar 14 14:28:02 2007 Subject: Webobjects DST fix Message-ID: <0BB0CD4F-A1C1-4097-AA7C-9EA19E5F2E6E@gmail.com> Does anyone know which jar the DST fix is in? On my local system, I attempted to find the correct jars by using: locate .jar | grep WebObjects | xargs ls -l and looking for webobjects jars that were modified recently; I found these: /Library/WebObjects/lib/JavaFoundation.jar /Library/WebObjects/lib/JavaWebObjects.jar /System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/ javawebobjects.jar I've got webobjects running on a linux system; I copied over these jars, but my times are still not correct under the new improved daylight savings time. Any suggestions? Did I miss something obvious? From mark.ritchie at mac.com Wed Mar 14 19:16:09 2007 From: mark.ritchie at mac.com (Mark Ritchie) Date: Wed Mar 14 19:16:17 2007 Subject: Webobjects DST fix In-Reply-To: <0BB0CD4F-A1C1-4097-AA7C-9EA19E5F2E6E@gmail.com> References: <0BB0CD4F-A1C1-4097-AA7C-9EA19E5F2E6E@gmail.com> Message-ID: On 14-Mar-07, at 5:27 PM, Randy Wigginton wrote: > /Library/WebObjects/lib/JavaFoundation.jar > /Library/WebObjects/lib/JavaWebObjects.jar > /System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/ > javawebobjects.jar > > I've got webobjects running on a linux system; I copied over these > jars, but my times are still not correct under the new improved > daylight savings time. > > Any suggestions? Did I miss something obvious? I posted a bunch of details on 01Mar2007, I've sent a copy to you. In addition to that, it seems that these files need to be update for Java Client apps: /Library/WebServer/Documents/WebObjects/Java/wojavaclient.jar /System/Library/WebObjects/WODocumentRoot/WebObjects/Java/ wojavaclient.jar Please post if you find any other files which need to be updated. Good Luck! Mark __ Mark Ritchie Cocoa and WebObjects Developer Diamond Lake Consulting Inc. Toronto, Ontario, Canada -------------- next part -------------- An HTML attachment was scrubbed... URL: /mailman/archive/webobjects-dev/attachments/20070314/5e2678ed/attachment.html From jerrywwalker at gmail.com Thu Mar 15 02:36:02 2007 From: jerrywwalker at gmail.com (Jerry W. Walker) Date: Thu Mar 15 02:36:09 2007 Subject: Stupid person question about EOAdaptor and Class Cast Exception and error message In-Reply-To: <668ACE91-B28E-4F7E-82C1-2063DA9CE445@superfetch.com> References: <668ACE91-B28E-4F7E-82C1-2063DA9CE445@superfetch.com> Message-ID: <5DE22D44-3316-4636-9A61-C521E04B478B@gmail.com> Hi, Tony, I don't have a good answer for you, I'm a newbie to Project Wonder yet myself. However, if you still haven't received a useful answer from anyone else, you might try posting this problem on the Project Wonder mailing list where the PW gurus hang out. Wonder-disc@lists.sourceforge.net You can subscribe to the list here: https://lists.sourceforge.net/lists/listinfo/wonder-disc Regards, Jerry On Mar 9, 2007, at 11:35 AM, Tony Hoffman wrote: > I have just installed the EXExtensions, ERJars, and ERJavaMail > frameworks to resolve an e-mail problem. E-mail now works. So far > so good. But now I'm getting an error on a save where previously > things had run smoothly. My chief problem is that I don't know how > to read the log to locate where my class cast exception is. > > Does anyone know where this is directing me to look in my java > files, WebObjects Builder files or EOModel? > > > 53771 WARN [WorkerThread0] (er.extensions.ERXNSLogLog4jBridge, > appendln, 41) - > : > Exception occurred while handling request: > java.lang.ClassCastException > > [2007-03-09 11:30:51 EST] java.lang.ClassCastException > at er.extensions.ERXValidationFactory.convertException > (ERXValidationFactory.java:295) > at er.extensions.ERXEntityClassDescription.validateValueForKey > (ERXEntityClassDescription.java:770) > at com.webobjects.eocontrol.EOCustomObject.validateValueForKey > (EOCustomObject.java:1339) > at com.webobjects.foundation.NSValidation > $Utility.validateValueForKey(NSValidation.java:526) > at com.webobjects.foundation.NSValidation > $DefaultImplementation.validateTakeValueForKeyPath > (NSValidation.java:729) > at > com.webobjects.eocontrol.EOCustomObject.validateTakeValueForKeyPath > (EOCustomObject.java:1363) > at com.webobjects.foundation.NSValidation > $Utility.validateTakeValueForKeyPath(NSValidation.java:551) > at com.webobjects.foundation.NSValidation > $DefaultImplementation.validateTakeValueForKeyPath > (NSValidation.java:741) > at com.webobjects.foundation.NSValidation > $Utility.validateTakeValueForKeyPath(NSValidation.java:553) > at com.webobjects.foundation.NSValidation > $DefaultImplementation.validateTakeValueForKeyPath > (NSValidation.java:741) > at com.webobjects.appserver.WOComponent.validateTakeValueForKeyPath > (WOComponent.java:1273) > at com.webobjects.appserver._private.WOKeyValueAssociation.setValue > (WOKeyValueAssociation.java:71) > at > com.webobjects.appserver._private.WOTextField.takeValuesFromRequest > (WOTextField.java:81) > at > com.webobjects.appserver._private.WODynamicGroup.takeChildrenValuesFro > mRequest(WODynamicGroup.java:81) > at > com.webobjects.appserver._private.WODynamicGroup.takeValuesFromRequest > (WODynamicGroup.java:89) > at com.webobjects.appserver._private.WOForm.takeValuesFromRequest > (WOForm.java:70) > at > com.webobjects.appserver._private.WODynamicGroup.takeChildrenValuesFro > mRequest(WODynamicGroup.java:81) > at > com.webobjects.appserver._private.WODynamicGroup.takeValuesFromRequest > (WODynamicGroup.java:89) > at > com.webobjects.appserver._private.WOConditional.takeValuesFromRequest( > WOConditional.java:41) > at > com.webobjects.appserver._private.WODynamicGroup.takeChildrenValuesFro > mRequest(WODynamicGroup.java:81) > at > com.webobjects.appserver._private.WODynamicGroup.takeValuesFromRequest > (WODynamicGroup.java:89) > at com.webobjects.appserver.WOComponent.takeValuesFromRequest > (WOComponent.java:914) > at com.webobjects.appserver.WOSession.takeValuesFromRequest > (WOSession.java:1139) > at com.webobjects.appserver.WOApplication.takeValuesFromRequest > (WOApplication.java:1350) > at > com.webobjects.appserver._private.WOComponentRequestHandler._dispatchW > ithPreparedPage(WOComponentRequestHandler.java:189) > at > com.webobjects.appserver._private.WOComponentRequestHandler._dispatchW > ithPreparedSession(WOComponentRequestHandler.java:287) > at > com.webobjects.appserver._private.WOComponentRequestHandler._dispatchW > ithPreparedApplication(WOComponentRequestHandler.java:322) > at > com.webobjects.appserver._private.WOComponentRequestHandler._handleReq > uest(WOComponentRequestHandler.java:358) > at > com.webobjects.appserver._private.WOComponentRequestHandler.handleRequ > est(WOComponentRequestHandler.java:432) > at com.webobjects.appserver.WOApplication.dispatchRequest > (WOApplication.java:1306) > at com.webobjects.appserver._private.WOWorkerThread.runOnce > (WOWorkerThread.java:173) > at com.webobjects.appserver._private.WOWorkerThread.run > (WOWorkerThread.java:254) > at java.lang.Thread.run(Thread.java:552) > > > > > Tony Hoffman > Dog Eat Dog Advertising, Inc. > 67 West Chippewa Street, Suite 100 > Buffalo, New York 14202-2010 > Phone: 716-856-0142 / Fax: 716-856-0176 > www.superfetch.com > > > _______________________________________________ > WebObjects-dev mailing list > WebObjects-dev@omnigroup.com > http://www.omnigroup.com/mailman/listinfo/webobjects-dev -- __ Jerry W. Walker, WebObjects Developer/Instructor for High Performance Industrial Strength Internet Enabled Systems jerrywwalker@gee-em-aye-eye-ell.com 203 278-4085 office From th-dev at onlinehome.de Thu Mar 15 02:58:51 2007 From: th-dev at onlinehome.de (Timo Hoepfner) Date: Thu Mar 15 03:21:44 2007 Subject: Stupid person question about EOAdaptor and Class Cast Exception and error message In-Reply-To: <5DE22D44-3316-4636-9A61-C521E04B478B@gmail.com> References: <668ACE91-B28E-4F7E-82C1-2063DA9CE445@superfetch.com> <5DE22D44-3316-4636-9A61-C521E04B478B@gmail.com> Message-ID: <7D51DF3D-2482-4CB7-9516-3E55B0C4972D@onlinehome.de> Hi, there was a problem a while ago introduced by an undocumented change in WO 5.3.2. It was fixed in Wonder in August last year. Try running with a more recent Wonder. You can get nightly builds from here: http://webobjects.mdimension.com/wonder/ Timo Am 15.03.2007 um 10:36 schrieb Jerry W. Walker: > Hi, Tony, > > I don't have a good answer for you, I'm a newbie to Project Wonder > yet myself. However, if you still haven't received a useful answer > from anyone else, you might try posting this problem on the Project > Wonder mailing list where the PW gurus hang out. > > Wonder-disc@lists.sourceforge.net > > You can subscribe to the list here: > > https://lists.sourceforge.net/lists/listinfo/wonder-disc > > Regards, > Jerry > > On Mar 9, 2007, at 11:35 AM, Tony Hoffman wrote: > >> I have just installed the EXExtensions, ERJars, and ERJavaMail >> frameworks to resolve an e-mail problem. E-mail now works. So far >> so good. But now I'm getting an error on a save where previously >> things had run smoothly. My chief problem is that I don't know how >> to read the log to locate where my class cast exception is. >> >> Does anyone know where this is directing me to look in my java >> files, WebObjects Builder files or EOModel? >> >> >> 53771 WARN [WorkerThread0] (er.extensions.ERXNSLogLog4jBridge, >> appendln, 41) - >> : >> Exception occurred while handling request: >> java.lang.ClassCastException >> >> [2007-03-09 11:30:51 EST] >> java.lang.ClassCastException >> at er.extensions.ERXValidationFactory.convertException >> (ERXValidationFactory.java:295) >> at er.extensions.ERXEntityClassDescription.validateValueForKey >> (ERXEntityClassDescription.java:770) >> at com.webobjects.eocontrol.EOCustomObject.validateValueForKey >> (EOCustomObject.java:1339) >> at com.webobjects.foundation.NSValidation >> $Utility.validateValueForKey(NSValidation.java:526) >> at com.webobjects.foundation.NSValidation >> $DefaultImplementation.validateTakeValueForKeyPath >> (NSValidation.java:729) >> at >> com.webobjects.eocontrol.EOCustomObject.validateTakeValueForKeyPath >> (EOCustomObject.java:1363) >> at com.webobjects.foundation.NSValidation >> $Utility.validateTakeValueForKeyPath(NSValidation.java:551) >> at com.webobjects.foundation.NSValidation >> $DefaultImplementation.validateTakeValueForKeyPath >> (NSValidation.java:741) >> at com.webobjects.foundation.NSValidation >> $Utility.validateTakeValueForKeyPath(NSValidation.java:553) >> at com.webobjects.foundation.NSValidation >> $DefaultImplementation.validateTakeValueForKeyPath >> (NSValidation.java:741) >> at >> com.webobjects.appserver.WOComponent.validateTakeValueForKeyPath >> (WOComponent.java:1273) >> at >> com.webobjects.appserver._private.WOKeyValueAssociation.setValue >> (WOKeyValueAssociation.java:71) >> at >> com.webobjects.appserver._private.WOTextField.takeValuesFromRequest >> (WOTextField.java:81) >> at >> com.webobjects.appserver._private.WODynamicGroup.takeChildrenValuesFr >> omRequest(WODynamicGroup.java:81) >> at >> com.webobjects.appserver._private.WODynamicGroup.takeValuesFromReques >> t(WODynamicGroup.java:89) >> at com.webobjects.appserver._private.WOForm.takeValuesFromRequest >> (WOForm.java:70) >> at >> com.webobjects.appserver._private.WODynamicGroup.takeChildrenValuesFr >> omRequest(WODynamicGroup.java:81) >> at >> com.webobjects.appserver._private.WODynamicGroup.takeValuesFromReques >> t(WODynamicGroup.java:89) >> at >> com.webobjects.appserver._private.WOConditional.takeValuesFromRequest >> (WOConditional.java:41) >> at >> com.webobjects.appserver._private.WODynamicGroup.takeChildrenValuesFr >> omRequest(WODynamicGroup.java:81) >> at >> com.webobjects.appserver._private.WODynamicGroup.takeValuesFromReques >> t(WODynamicGroup.java:89) >> at com.webobjects.appserver.WOComponent.takeValuesFromRequest >> (WOComponent.java:914) >> at com.webobjects.appserver.WOSession.takeValuesFromRequest >> (WOSession.java:1139) >> at com.webobjects.appserver.WOApplication.takeValuesFromRequest >> (WOApplication.java:1350) >> at >> com.webobjects.appserver._private.WOComponentRequestHandler._dispatch >> WithPreparedPage(WOComponentRequestHandler.java:189) >> at >> com.webobjects.appserver._private.WOComponentRequestHandler._dispatch >> WithPreparedSession(WOComponentRequestHandler.java:287) >> at >> com.webobjects.appserver._private.WOComponentRequestHandler._dispatch >> WithPreparedApplication(WOComponentRequestHandler.java:322) >> at >> com.webobjects.appserver._private.WOComponentRequestHandler._handleRe >> quest(WOComponentRequestHandler.java:358) >> at >> com.webobjects.appserver._private.WOComponentRequestHandler.handleReq >> uest(WOComponentRequestHandler.java:432) >> at com.webobjects.appserver.WOApplication.dispatchRequest >> (WOApplication.java:1306) >> at com.webobjects.appserver._private.WOWorkerThread.runOnce >> (WOWorkerThread.java:173) >> at com.webobjects.appserver._private.WOWorkerThread.run >> (WOWorkerThread.java:254) >> at java.lang.Thread.run(Thread.java:552) >> >> >> >> >> Tony Hoffman >> Dog Eat Dog Advertising, Inc. >> 67 West Chippewa Street, Suite 100 >> Buffalo, New York 14202-2010 >> Phone: 716-856-0142 / Fax: 716-856-0176 >> www.superfetch.com >> >> >> _______________________________________________ >> WebObjects-dev mailing list >> WebObjects-dev@omnigroup.com >> http://www.omnigroup.com/mailman/listinfo/webobjects-dev > > > -- > __ Jerry W. Walker, > WebObjects Developer/Instructor for High Performance Industrial > Strength Internet Enabled Systems > > jerrywwalker@gee-em-aye-eye-ell.com > 203 278-4085 office > > > > _______________________________________________ > WebObjects-dev mailing list > WebObjects-dev@omnigroup.com > http://www.omnigroup.com/mailman/listinfo/webobjects-dev From dominique.schoenenberger at nagra.com Thu Mar 15 10:29:20 2007 From: dominique.schoenenberger at nagra.com (Schoenenberger Dominique) Date: Thu Mar 15 10:54:20 2007 Subject: Job Opportunity: Lausanne, Switzerland Message-ID: <254D546BE0E36246944C40D8A02BDE5001510E2A@pollux.hq.k.grp> Please do not respond to me, I'm just the messenger My company is looking for a WebObjects developer to work in Cheseaux near Lausanne in Switzerland. Please take a look: Thanks! Dominique Schoenenberger From Serethos at web.de Thu Mar 15 16:24:21 2007 From: Serethos at web.de (Serethos) Date: Sun Mar 18 06:58:51 2007 Subject: How to get the name of last visited page? Message-ID: <9505684.post@talk.nabble.com> Imagine I have written two pages and linked them to two Java-classes, both WOComponents. The first page has a dynamically created link to the second page and calls it via pageWithName(..). How can I find out the name of the calling page within the second (target) page? -- View this message in context: http://www.nabble.com/How-to-get-the-name-of-last-visited-page--tf3411634.html#a9505684 Sent from the WebObjects-Dev mailing list archive at Nabble.com. From lists.fabian at e-lumo.com Sun Mar 18 07:19:58 2007 From: lists.fabian at e-lumo.com (Fabian Peters) Date: Sun Mar 18 07:20:48 2007 Subject: How to get the name of last visited page? In-Reply-To: <9505684.post@talk.nabble.com> References: <9505684.post@talk.nabble.com> Message-ID: Hi Serethos, > Imagine I have written two pages and linked them to two Java- > classes, both > WOComponents. The first page has a dynamically created link to the > second > page and calls it via pageWithName(..). How can I find out the name > of the > calling page within the second (target) page? Let your components inherit from a custom parent that implements sth. like: public WOComponent lastPage; public WOComponent pageWithName(String name) { WOComponent page = super.pageWithName(name); if (name.equals(this.name())) page.takeValueForKey(this.lastPage, "lastPage"); else page.takeValueForKey(this, "lastPage"); return page; } public WOComponent lastPage() { return lastPage; } public boolean hasLastPage() { return (lastPage == null ? false : true); } HTH Fabian From Serethos at web.de Sun Mar 18 12:48:38 2007 From: Serethos at web.de (Serethos) Date: Sun Mar 18 12:49:17 2007 Subject: Best way to send a sub-sub component a message Message-ID: <45FD9796.5010803@web.de> I have for my webapplication a hierarchy like this SubSubcomponent SubComp Container1 Container2 So two main pages (Container1 and 2) have a subcomponent (e.g. a header) which does include a subcomponent itself. Now there shall be a distinction in SubSubComponent, if it was called from the first or the second Container page. If I see it right, I can not pass an argument in the .wod-File from the Containers to SubSubcomponent, because it is only indirectly included (via Subcomponent). What is the best way to pass a message from the active container to the Sub- Subcomponent? Thx in advance! From jerrywwalker at gmail.com Sun Mar 18 20:46:59 2007 From: jerrywwalker at gmail.com (Jerry W. Walker) Date: Sun Mar 18 20:47:05 2007 Subject: Best way to send a sub-sub component a message In-Reply-To: <45FD9796.5010803@web.de> References: <45FD9796.5010803@web.de> Message-ID: <04205477-A06C-4088-AB2B-E7AC50C5168B@gmail.com> Hi, Serethos, Bind a value to the SubComponent which binds the same value to the SubSubcomponent. You needn't include any code in the subcomponent for this if you use "carat notation" in your .wod file. Regards, Jerry On Mar 18, 2007, at 3:48 PM, Serethos wrote: > I have for my webapplication a hierarchy like this > > SubSubcomponent > > SubComp > > Container1 Container2 > So two main pages (Container1 and 2) have a subcomponent (e.g. a > header) > which does include a subcomponent itself. > Now there shall be a distinction in SubSubComponent, if it was > called from > the first or the second Container page. If I see it right, I can > not pass an argument > in the .wod-File from the Containers to SubSubcomponent, because it > is only > indirectly included (via Subcomponent). > What is the best way to pass a message from the active container to > the Sub- > Subcomponent? > > Thx in advance! > _______________________________________________ > WebObjects-dev mailing list > WebObjects-dev@omnigroup.com > http://www.omnigroup.com/mailman/listinfo/webobjects-dev -- __ Jerry W. Walker, WebObjects Developer/Instructor for High Performance Industrial Strength Internet Enabled Systems jerrywwalker@gee-em-aye-eye-ell.com 203 278-4085 office From cheonghee at datasonic.com.my Mon Mar 19 21:29:15 2007 From: cheonghee at datasonic.com.my (Cheong Hee (Datasonic)) Date: Mon Mar 19 21:31:04 2007 Subject: Fw: WO 5.3 with Linux? Message-ID: <008701c76aa8$573416f0$1800a8c0@CHNGXP> I am following this thread again, and used to understand that the licenses between development and deployment are different. The deployment will have no "limit" on the requests whereas development has a limit of 255. Could someone share to confirm the point raised if there is any license difference between development and deployment for Mac OS X Tiger? If the deployment license for WO5.3 only made for OSX Tiger, it make no choice to at least purchase a XServe for other platform deployment e.g. Solaris, Linux. Understandably, we could copy the Frameworks directory and dump back into other platforms. Please comment. ----- Original Message ----- From: Randy Wigginton To: Michael Vogt Cc: webobjects-dev@omnigroup.com Sent: Tuesday, May 16, 2006 3:30 AM Subject: Re: WO 5.3 with Linux? I am about to attempt installing WebObjects 5.3 on a linux system. I am attempting to follow the directions at http://www.tetlabors.de/wo/setup_webobjects_on_linux.html With the exception that I will be copying all the frameworks off of my Mac OS X system rather than buying an install CD from the Apple store. Any last minute words of advice? On 2/28/06, Michael Vogt wrote: > > When I understand correctly, the only way to get the current > > WebObjects for deployment is through buying Mac OS X Server. Is this > > correct? > > That is one option. The other is to buy OS X Tiger (not Server). > That includes XCode and WebObjects. This is all you need for > deployment. Installing it on Linux requires some skill and effort, > but does not require any additional license. > I thought, with the non server OS, you only get the developer version, which restricts the number of requests per minute. Is this not the case? Thanks, Michael Vogt _______________________________________________ WebObjects-dev mailing list WebObjects-dev@omnigroup.com http://www.omnigroup.com/mailman/listinfo/webobjects-dev ------------------------------------------------------------------------------ _______________________________________________ WebObjects-dev mailing list WebObjects-dev@omnigroup.com http://www.omnigroup.com/mailman/listinfo/webobjects-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: /mailman/archive/webobjects-dev/attachments/20070320/c9aaaae6/attachment.html From th-dev at onlinehome.de Tue Mar 20 02:28:51 2007 From: th-dev at onlinehome.de (Timo Hoepfner) Date: Tue Mar 20 02:31:08 2007 Subject: WO 5.3 with Linux? In-Reply-To: <008701c76aa8$573416f0$1800a8c0@CHNGXP> References: <008701c76aa8$573416f0$1800a8c0@CHNGXP> Message-ID: <0065C179-EC3F-470C-9757-254176F586A2@onlinehome.de> Am 20.03.2007 um 05:29 schrieb Cheong Hee (Datasonic): > I am following this thread again, and used to understand that the > licenses between development and deployment are different. The > deployment will have no "limit" on the requests whereas development > has a limit of 255. > Hi, AFAIK this limitation was dropped with WO 5.3. You can check yourself on the command line: cd /System/Library/Frameworks/JavaWebObjects.framework/Resources java -cp ./Java/javawebobjects.jar com.webobjects.appserver._private.License `cat ./License.key` On my MacBook Pro running WO 5.3.3 (Developer) on OS X 10.4.9 this results in: On an XServe running OS X Server 10.4.8 and WO 5.3.3 (Deployment), this gives identical output: Timo -------------- next part -------------- An HTML attachment was scrubbed... URL: /mailman/archive/webobjects-dev/attachments/20070320/b67cb3c7/attachment.html From mcentro at altera.it Tue Mar 20 17:58:14 2007 From: mcentro at altera.it (Matteo Centro) Date: Tue Mar 20 18:29:42 2007 Subject: WO 5.3 with Linux? In-Reply-To: <0065C179-EC3F-470C-9757-254176F586A2@onlinehome.de> References: <008701c76aa8$573416f0$1800a8c0@CHNGXP> <0065C179-EC3F-470C-9757-254176F586A2@onlinehome.de> Message-ID: <448781D3-66D1-4DF1-8CDD-FD17EE0244BF@altera.it> No problem with the license, the only problem is that you'll have to copy everything manually. I installed WO 5.3.2 on a linux box copying stuff manually from my MacBook Pro and it works. The biggest problem is the inability to install updates so, for every release, like 5.3.3, you'll have to reinstall everything... Which is a pain. If you can choose, I'd recommend to deploy on XServes, if you can't, well, welcome to the club... Matteo On 20-mar-07, at 10:28, Timo Hoepfner wrote: > > Am 20.03.2007 um 05:29 schrieb Cheong Hee (Datasonic): > >> I am following this thread again, and used to understand that the >> licenses between development and deployment are different. The >> deployment will have no "limit" on the requests whereas >> development has a limit of 255. >> > > Hi, > > AFAIK this limitation was dropped with WO 5.3. You can check > yourself on the command line: > > cd /System/Library/Frameworks/JavaWebObjects.framework/Resources > java -cp ./Java/javawebobjects.jar > com.webobjects.appserver._private.License `cat ./License.key` > > On my MacBook Pro running WO 5.3.3 (Developer) on OS X 10.4.9 this > results in: > > productMajorVers=5 > productMinorVers=3 > maxReqPerMin=0 > multithreadingEnabled=true > loadBalancingEnabled=true> > > On an XServe running OS X Server 10.4.8 and WO 5.3.3 (Deployment), > this gives identical output: > > productMajorVers=5 > productMinorVers=3 > maxReqPerMin=0 > multithreadingEnabled=true > loadBalancingEnabled=true> > > Timo > > > _______________________________________________ > WebObjects-dev mailing list > WebObjects-dev@omnigroup.com > http://www.omnigroup.com/mailman/listinfo/webobjects-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: /mailman/archive/webobjects-dev/attachments/20070321/30770383/attachment.html From cheonghee at datasonic.com.my Wed Mar 21 00:17:21 2007 From: cheonghee at datasonic.com.my (Cheong Hee (Datasonic)) Date: Wed Mar 21 00:20:37 2007 Subject: WO 5.3 with Linux? References: <008701c76aa8$573416f0$1800a8c0@CHNGXP> <0065C179-EC3F-470C-9757-254176F586A2@onlinehome.de> <448781D3-66D1-4DF1-8CDD-FD17EE0244BF@altera.it> Message-ID: <003501c76b89$1227fa90$1800a8c0@CHNGXP> Great thanks and appreciate the inputs. Ever since the termination of WO supports for other platforms, the painstaking process is unavoidable for WO5.2+ developers. As long as there is a way to deploy to other platform, it is already a plus. What else more could we expect? I supposed those who have been following WO from Yellow Box, WO4.5 till now, it has been more than 10 years. How many more 10 years could we have if not WO? The sigh part and please ignore. ----- Original Message ----- From: Matteo Centro To: Cheong Hee (Datasonic) Cc: WebObjects Development ListServ ; Timo Hoepfner Sent: Wednesday, March 21, 2007 8:58 AM Subject: Re: WO 5.3 with Linux? No problem with the license, the only problem is that you'll have to copy everything manually. I installed WO 5.3.2 on a linux box copying stuff manually from my MacBook Pro and it works. The biggest problem is the inability to install updates so, for every release, like 5.3.3, you'll have to reinstall everything... Which is a pain. If you can choose, I'd recommend to deploy on XServes, if you can't, well, welcome to the club... Matteo On 20-mar-07, at 10:28, Timo Hoepfner wrote: Am 20.03.2007 um 05:29 schrieb Cheong Hee (Datasonic): I am following this thread again, and used to understand that the licenses between development and deployment are different. The deployment will have no "limit" on the requests whereas development has a limit of 255. Hi, AFAIK this limitation was dropped with WO 5.3. You can check yourself on the command line: cd /System/Library/Frameworks/JavaWebObjects.framework/Resources java -cp ./Java/javawebobjects.jar com.webobjects.appserver._private.License `cat ./License.key` On my MacBook Pro running WO 5.3.3 (Developer) on OS X 10.4.9 this results in: On an XServe running OS X Server 10.4.8 and WO 5.3.3 (Deployment), this gives identical output: Timo _______________________________________________ WebObjects-dev mailing list WebObjects-dev@omnigroup.com http://www.omnigroup.com/mailman/listinfo/webobjects-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: /mailman/archive/webobjects-dev/attachments/20070321/f04f6bf1/attachment.html From jerrywwalker at gmail.com Fri Mar 23 08:40:31 2007 From: jerrywwalker at gmail.com (Jerry W. Walker) Date: Fri Mar 23 08:40:46 2007 Subject: WOWODC In-Reply-To: References: Message-ID: Hi, Pascal, I signed up, but was stupid enough to fail to realize that my paragraphs would be scrunched by HTML. If other's are signing up, be aware that you would be better off composing some of your text in an HTML editor before adding it to the page. Regards, Jerry On Mar 23, 2007, at 10:52 AM, Pascal Robert wrote: > Hello fellow WO dudes, > > it's time for your WWDC planning ? Well, it's time to think about > a WO conference too ! We want to see if any of you is interessed > in a WebObjects conference prior or after WWDC (the week-end before > or after). > > Chuck has set up a page when you can tell what you would like as a > conference : > > http://www.gvcsitemaker.com/wowodc.2007/ > > So signup and give feedback ! You cannot edit your entry, if you > want to make a change, contact me so that I can delete your entry > and you can enter it again. > > You have to signup on the page to be able to give feedback (please, > give feedback only on the Web app, it's easier to manage than > reading multiple email threads :-)). > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/jerrywwalker% > 40gmail.com > > This email sent to jerrywwalker@gmail.com -- __ Jerry W. Walker, WebObjects Developer/Instructor for High Performance Industrial Strength Internet Enabled Systems jerrywwalker@gee-em-aye-eye-ell.com 203 278-4085 office From chad+webobjects at objectwerks.com Tue Mar 27 14:29:01 2007 From: chad+webobjects at objectwerks.com (Chad Leigh) Date: Tue Mar 27 14:29:08 2007 Subject: Webobjects DST fix In-Reply-To: <0BB0CD4F-A1C1-4097-AA7C-9EA19E5F2E6E@gmail.com> References: <0BB0CD4F-A1C1-4097-AA7C-9EA19E5F2E6E@gmail.com> Message-ID: <0374A97B-668C-45CD-9F80-C4972A16F7F1@objectwerks.com> http://docs.info.apple.com/article.html?artnum=305009 On Mar 14, 2007, at 3:27 PM, Randy Wigginton wrote: > > Does anyone know which jar the DST fix is in? On my local system, > I attempted to find the correct jars by using: > locate .jar | grep WebObjects | xargs ls -l > > and looking for webobjects jars that were modified recently; I > found these: > /Library/WebObjects/lib/JavaFoundation.jar > /Library/WebObjects/lib/JavaWebObjects.jar > /System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/ > javawebobjects.jar > > I've got webobjects running on a linux system; I copied over these > jars, but my times are still not correct under the new improved > daylight savings time. > > Any suggestions? Did I miss something obvious? > > _______________________________________________ > WebObjects-dev mailing list > WebObjects-dev@omnigroup.com > http://www.omnigroup.com/mailman/listinfo/webobjects-dev From bruno at pyramide-ingenierie.be Thu Mar 29 01:44:57 2007 From: bruno at pyramide-ingenierie.be (WIESEN Bruno) Date: Thu Mar 29 02:18:07 2007 Subject: WOSortOrderManyKey Message-ID: <77A96780-9AFA-4707-832E-64334BB992E9@pyramide-ingenierie.be> Hello, I can't deal with this component and I cant't find good documentations... Can someone give an example or somewhere to find good documentations?? Thank you. Bruno. From mark.ritchie at mac.com Thu Mar 29 05:19:47 2007 From: mark.ritchie at mac.com (Mark Ritchie) Date: Thu Mar 29 05:19:53 2007 Subject: WOSortOrderManyKey documentation In-Reply-To: <77A96780-9AFA-4707-832E-64334BB992E9@pyramide-ingenierie.be> References: <77A96780-9AFA-4707-832E-64334BB992E9@pyramide-ingenierie.be> Message-ID: <1194C0AF-F989-48F4-B7DB-34B5BF906D2A@mac.com> On 29-Mar-07, at 4:44 AM, WIESEN Bruno wrote: > somewhere to find good documentations Hrm, Spotlight shows me that the source is here: /Developer/Examples/JavaWebObjects/Source/JavaWOExtensions/ WOSortOrderManyKey.java And the second link on Google leads me to docs here: http://devworld.apple.com/documentation/WebObjects/Reference/ WOJExtensions/WOSortOrderManyKey/chapter_27_section_1.html And a quick grep through the developer examples shows that WOBatchNavigationBar uses WOSortOrderManyKey: http://devworld.apple.com/documentation/WebObjects/Reference/ WOJExtensions/WOBatchNavigationBar/chapter_9_section_1.html Finally, the component definition is here: /Developer/Examples/JavaWebObjects/Source/JavaWOExtensions/ WOSortOrderManyKey.wo That show's that the keyList is used as the list of items in the popup so I'd have to agree with: On 28-Mar-07, at 9:48 AM, Robert Walker wrote: > fOrderKeyList = new NSArray(new Object[] {"nomWeb", "prixVente"}); I hope that helps! Mark __ Mark Ritchie Cocoa and WebObjects Developer Diamond Lake Consulting Inc. Toronto, Ontario, Canada -------------- next part -------------- An HTML attachment was scrubbed... URL: /mailman/archive/webobjects-dev/attachments/20070329/977bf520/attachment.html