.classpath ignored?

2008-03-08 Thread Joe Moreno
WO 10.5.2, most recent Eclipse with stable WOLips. Running WO 5.3.3 I renamed a WO project in Eclipse in three steps: 1. File –> Rename 2. Changed the project name in build.xml 3. Changed the project name in build.properties All seems well except w

Re: Webobjects-dev Digest, Vol 5, Issue 275

2008-03-08 Thread Chuck Hill
Something odd is going on there then. On Mar 8, 2008, at 8:27 PM, Baiss Eric Magnusson wrote: I checked and it returns true. On Mar 6, 2008, at 5:17 PM, Chuck Hill wrote: It was non-synchronizing? On Mar 6, 2008, at 6:52 PM, Baiss Eric Magnusson wrote: I put setValueForB

Re: Webobjects-dev Digest, Vol 5, Issue 275

2008-03-08 Thread Baiss Eric Magnusson
I checked and it returns true. On Mar 6, 2008, at 5:17 PM, Chuck Hill wrote: It was non-synchronizing? On Mar 6, 2008, at 6:52 PM, Baiss Eric Magnusson wrote: I put setValueForBinding( mdyValue, "mdyValue"); into the sub-component and success. Baiss Eric Magnusson

Re: I must be missing something...

2008-03-08 Thread Johan Henselmans
On 9 mrt 2008, at 04:09, Chuck Hill wrote: On Mar 8, 2008, at 6:50 PM, Johan Henselmans wrote: I have this nice repetition, in which people can choose a date. Now suddenly, after I converted the whole thing from Xcode to WOLips (and doing the EOGenerator separation of custom logic and s

Re: I must be missing something...

2008-03-08 Thread Chuck Hill
On Mar 8, 2008, at 6:50 PM, Johan Henselmans wrote: I have this nice repetition, in which people can choose a date. Now suddenly, after I converted the whole thing from Xcode to WOLips (and doing the EOGenerator separation of custom logic and standard logic, I suddenly get this from call

I must be missing something...

2008-03-08 Thread Johan Henselmans
I have this nice repetition, in which people can choose a date. Now suddenly, after I converted the whole thing from Xcode to WOLips (and doing the EOGenerator separation of custom logic and standard logic, I suddenly get this from calling the list: java.lang.IllegalArgumentException: Wh

Re: Localization

2008-03-08 Thread Chuck Hill
That is probably more of Wonder question than a WO one. Try searching for localization here: http://wiki.objectstyle.org/confluence/display/WO/Home http://wiki.objectstyle.org/confluence/display/WONDER/Home Chuck On Mar 8, 2008, at 7:42 AM, Eleni Manou wrote: Hi all, Where can i find doc

Localization

2008-03-08 Thread Eleni Manou
Hi all, Where can i find documentation on how to make localization using Eclipse/WOLips? Many thanks in advance Stavros Panidis ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists

Re: Flash Multifile Upload

2008-03-08 Thread Joshua Paul
Hi all, My logic board fried the other day, so I'm just now catching back up. The component I have runs using Flash (via the swfupload project). It does run over SSL, however Firefox on Mac disallows the uploads, so YMMV. Also, for it to work on Leopard, the user must have Flash 9 installe

Re: EOGenerator failed with code #133.

2008-03-08 Thread Chuck Hill
Are you on 10.5? It won't work on 10.5. See http://wiki.objectstyle.org/confluence/display/WOL/Velocity+EOGenerator+%28Veogen%29 Chuck On Mar 8, 2008, at 7:43 AM, Eleni Manou wrote: Hi all, I am trying to generate EO but I get the above error message. Is there any documentation on this?

Re: EOGenerator failed with code #133.

2008-03-08 Thread Chuck Hill
Are you on 10.5? It won't work on 10.5. See http://wiki.objectstyle.org/confluence/display/WOL/Velocity+EOGenerator+%28Veogen%29 Chuck On Mar 8, 2008, at 7:43 AM, Eleni Manou wrote: Hi all, I am trying to generate EO but I get the above error message. Is there any documentation on this?

Re: dyld 2 questions

2008-03-08 Thread David Elliott
Sorry.. wrong list. ___ 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/arch

Re: dyld 2 questions

2008-03-08 Thread David Elliott
On Mar 8, 2008, at 2:00 PM, mm w wrote: On Sat, Mar 8, 2008 at 10:46 AM, David Elliott <[EMAIL PROTECTED]> wrote: On Mar 8, 2008, at 12:34 PM, mm w wrote: + the question was not related to an app Yes, which is why Terry told you to man arch. RTFM and you'll clearly get the answer about ho

Re: Vertical inheritance with a non-abstract superclass

2008-03-08 Thread David Elliott
Hi Nathan, Your problem is that your superclass is non-abstract. If you really do want instances of your superclass then you MUST write a qualifier to distinguish records in your base table that need to instantiate an object of your base class vs. records that have data in some other tab

EOGenerator failed with code #133.

2008-03-08 Thread Eleni Manou
Hi all, I am trying to generate EO but I get the above error message. Is there any documentation on this? Many thanks in advance Stavros Panidis ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Web

Vertical inheritance with a non-abstract superclass

2008-03-08 Thread Nathan Gabrish
I am attempting to create a subclass by inheriting from a non-abstract superclass using the vertical inheritance method. I have followed the steps outlined in Apples documentation for EOModeler but I am still getting consistency checks when I save. The consistency check that is returned when I att