world database

2007-11-29 Thread Ken Foust
Is there a world (County) database out there that one can download. I have the lists and maybe I can just import to a app like eomodeler or entity modeler I haven't looked at that possibility because I know the real answer is right here Thanks - ken

Re: EO lastModifiedTS @ validateForUpdate?

2007-11-29 Thread Guido Neitzer
On 29.11.2007, at 18:53, Les Vogel wrote: I'd like to keep a last update timestamp on my entities. Would validateForSave | validateForUpdate be a good time to modify an attribute? If you are using Wonder, it's better to use "willUpdate" or "willInsert" for that. cug -- http://www.even

Re: EO lastModifiedTS @ validateForUpdate?

2007-11-29 Thread Les Vogel
Perfect. Thanks. On 11/29/07, David LeBer <[EMAIL PROTECTED]> wrote: > > > On 29-Nov-07, at 9:01 PM, Chuck Hill wrote: > > > > > On Nov 29, 2007, at 5:53 PM, Les Vogel wrote: > > > >> I'd like to keep a last update timestamp on my entities. Would > >> validateForSave | validateForUpdate be a goo

Re: EO lastModifiedTS @ validateForUpdate?

2007-11-29 Thread Chuck Hill
On Nov 29, 2007, at 7:39 PM, David LeBer wrote: On 29-Nov-07, at 9:01 PM, Chuck Hill wrote: On Nov 29, 2007, at 5:53 PM, Les Vogel wrote: I'd like to keep a last update timestamp on my entities. Would validateForSave | validateForUpdate be a good time to modify an attribute? Define

Re: EO lastModifiedTS @ validateForUpdate?

2007-11-29 Thread David LeBer
On 29-Nov-07, at 9:01 PM, Chuck Hill wrote: On Nov 29, 2007, at 5:53 PM, Les Vogel wrote: I'd like to keep a last update timestamp on my entities. Would validateForSave | validateForUpdate be a good time to modify an attribute? Define good. :-) That violates an EOF commandment. You

Re: split view of Java files in Eclipse

2007-11-29 Thread Q
On 30/11/2007, at 11:06 AM, James C. Lee wrote: I can't seem to find a way to have split views of Java files in Eclipse 3.3.2. I found something online, which suggested Window -> New Editor. But that just opens up a new tab, not a split view. You can make this like a split view by drag

Re: Out of memory

2007-11-29 Thread Mike Schrag
The problem was that I was creating another context inside the cycle (in a called method) and copying some objects to it, trying to save, catching OL exceptions, etc. It's that technique I described on my blog: create very very localized EC, do stuff on it, try to save, if it goes wrong, t

Re: EO lastModifiedTS @ validateForUpdate?

2007-11-29 Thread Chuck Hill
On Nov 29, 2007, at 5:53 PM, Les Vogel wrote: I'd like to keep a last update timestamp on my entities. Would validateForSave | validateForUpdate be a good time to modify an attribute? Define good. :-) That violates an EOF commandment. You risk confusing EOF. If you are using Wonder

EO lastModifiedTS @ validateForUpdate?

2007-11-29 Thread Les Vogel
I'd like to keep a last update timestamp on my entities. Would validateForSave | validateForUpdate be a good time to modify an attribute? Thanks, Les -- Les Vogel 808 870-0418 ___ Do not post admin requests to the list. They will be ignored. Webobje

Re: Object with globalID could not be found in the database, when it is there ??

2007-11-29 Thread Chuck Hill
On Nov 29, 2007, at 4:17 PM, Lachlan Deck wrote: On 30/11/2007, at 4:28 AM, Chuck Hill wrote: On Nov 29, 2007, at 3:11 AM, David Avendasora wrote: On Nov 29, 2007, at 12:17 AM, Lachlan Deck wrote: On 29/11/2007, at 6:57 AM, David Avendasora wrote: On Nov 27, 2007, at 8:04 PM, Lachlan De

split view of Java files in Eclipse

2007-11-29 Thread James C. Lee
I can't seem to find a way to have split views of Java files in Eclipse 3.3.2. I found something online, which suggested Window -> New Editor. But that just opens up a new tab, not a split view. Another approach is to open up a new window (Window -> New Window), which works, but is not exactly sp

Re: Object with globalID could not be found in the database, when it is there ??

2007-11-29 Thread Lachlan Deck
On 30/11/2007, at 4:28 AM, Chuck Hill wrote: On Nov 29, 2007, at 3:11 AM, David Avendasora wrote: On Nov 29, 2007, at 12:17 AM, Lachlan Deck wrote: On 29/11/2007, at 6:57 AM, David Avendasora wrote: On Nov 27, 2007, at 8:04 PM, Lachlan Deck wrote: i.e., if you have a foreign key in super-

Re: problem with last nightly WOLisp and war/ssd deploy

2007-11-29 Thread Paolo Sommaruga
Thanks Kieran for your answer, I can't revert to previous wolips, there is an eclipse problem "Requested operation cannot be performed because it would invalidate the current configuration. See details for more information" Paolo Il giorno 29/nov/07, alle ore 20:13, Kieran Kelleher ha scri

Re: "No Instance available" on Leopard / WO 5.3

2007-11-29 Thread Art Isbell
On Nov 29, 2007, at 5:25 AM, Zak Burke wrote: Note that these are different: apachectl restart and apachectl stop apachectl start restart doesn't kill the parent process; only its children. It does re-read the config files, but I don't know much about how WO is lo

Re: Webobjects javadoc with Eclipse

2007-11-29 Thread Daryl Lee
point it at: /Developer/Documentation/DocSets/ com.apple.ADC_Reference_Library.WebObjectsReference.docset/Contents/ Resources/Documents/reference See: http://issues.objectstyle.org/jira/browse/WOL-565 On Nov 29, 2007, at 1:31 AM, Freddie Tilley wrote: How do I set the correct location for

Re: Out of memory

2007-11-29 Thread Miguel Arroz
Hi! On 2007/11/28, at 18:36, Chuck Hill wrote: The ways of WO are many and mysterious. :-) Indeed. The problem was that I was creating another context inside the cycle (in a called method) and copying some objects to it, trying to save, catching OL exceptions, etc. It's that techniq

Re: problem with last nightly WOLisp and war/ssd deploy

2007-11-29 Thread Kieran Kelleher
Can you revert to the last plugin via Eclipse Configuration Manager and verify that it truly works? On Nov 29, 2007, at 1:26 PM, Paolo Sommaruga wrote: sorry for the typo. I have eclipse 3.3.2 M20071121-0800, WOLisp nightly (yesterday), WO5.4 in leopard and I can't produce a workable war d

WO 5.4: Getting Started

2007-11-29 Thread Pascal Robert
I have started a page on the wiki on how to install and run WO 5.4 on 10.5: http://wiki.objectstyle.org/confluence/x/KIAo ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.

Re: problem with last nightly WOLisp and war/ssd deploy

2007-11-29 Thread Paolo Sommaruga
sorry for the typo. I have eclipse 3.3.2 M20071121-0800, WOLisp nightly (yesterday), WO5.4 in leopard and I can't produce a workable war deploy neither ssd deploy (tomcat). About two week ago, all worked (eclipse 3.3.1.1) but I can't remember what WOLips nightly version was. I think such pr

Re: Object with globalID could not be found in the database, when it is there ??

2007-11-29 Thread Chuck Hill
On Nov 29, 2007, at 3:11 AM, David Avendasora wrote: On Nov 29, 2007, at 12:17 AM, Lachlan Deck wrote: On 29/11/2007, at 6:57 AM, David Avendasora wrote: On Nov 27, 2007, at 8:04 PM, Lachlan Deck wrote: i.e., if you have a foreign key in super-entity which will obviously not be a class

Re: "No Instance available" on Leopard / WO 5.3

2007-11-29 Thread Guido Neitzer
On 29.11.2007, at 08:25, Zak Burke wrote: restart doesn't kill the parent process; only its children. It does re-read the config files, but I don't know much about how WO is loaded by apache. Does a full stop/start get output? I know. But it should normally get the changes. And there were s

Re: "No Instance available" on Leopard / WO 5.3

2007-11-29 Thread Zak Burke
Guido Neitzer wrote on 11/28/07 5:34 PM: Then after creating /tmp/logWebObjects, I had to restart Apache. I don't believe that this was necessary prior to WO 5.4, but I'm not 100% certain I did that too, as I said. Still, no output. Note that these are different: apachectl res

[Announce] Real-World WebObjects Bootcamp at Big Nerd Ranch Europe

2007-11-29 Thread Pascal Robert
Real-World WebObjects Bootcamp at Big Nerd Ranch Europe Kloster Eberbach near Frankfurt, Germany March 10-14, 2008 Early bird available before February 1, 2008 The intensive five-day class held at the distraction-free setting of Kloster Eberbach near Frankfurt, Germany, March 10-14, 2008, is

Re: problem with last nightly WOLisp and war/ssd deploy

2007-11-29 Thread Kieran Kelleher
AFAIK, Eclipse 3.3.X should be used with the latest WOLips nightly. WOLips stable (frozen at #4118) is the last version compatible with 3.2.2. Not sure if that will help your specific problem or not. On Nov 29, 2007, at 2:56 AM, Paolo Sommaruga wrote: Hi, with the last WOLisp nightly I ca

Re: Object with globalID could not be found in the database, when it is there ??

2007-11-29 Thread David Avendasora
On Nov 29, 2007, at 12:17 AM, Lachlan Deck wrote: On 29/11/2007, at 6:57 AM, David Avendasora wrote: On Nov 27, 2007, at 8:04 PM, Lachlan Deck wrote: i.e., if you have a foreign key in super-entity which will obviously not be a class property ... you have to mark it as a class property i

Webobjects javadoc with Eclipse

2007-11-29 Thread Freddie Tilley
How do I set the correct location for the javadocs with 10.5, WebObjects 5.4 and Eclipse (latest)? When I started up Eclipse with WOLips for the first time it generates a file in homes Library folder called: wobuild.properties this contains a property called wo.dir.reference.api that points

problem with last nightly WOLisp and war/ssd deploy

2007-11-29 Thread Paolo Sommaruga
Hi, with the last WOLisp nightly I can't produce a workable war deploy neither ssd deploy (tomcat). I use eclipse 3.2.2, WO5.4 in leopard. I can't remember what was WOLips nightly which worked Regards Paolo Sommaruga ___ Do not post admin request