Re: Default/Initial values post validation delegates etc

2006-09-12 Thread Andrus Adamchik
On Sep 11, 2006, at 10:08 PM, Lachlan Deck wrote: If not - maybe I can put a vote in for a delegate method being added which is called just prior to the object return. ala awakeFromInsertion(ObjectContext) :-) BTW, JPA spec [1] defines a bunch of callback annotations (PrePersist,

Re: Default/Initial values post validation delegates etc

2006-09-12 Thread Aristedes Maniatis
On 12/09/2006, at 11:45 PM, Andrus Adamchik wrote: On Sep 11, 2006, at 10:08 PM, Lachlan Deck wrote: If not - maybe I can put a vote in for a delegate method being added which is called just prior to the object return. ala awakeFromInsertion(ObjectContext) :-) BTW, JPA spec [1] defines

Re: Re: Default/Initial values post validation delegates etc

2006-09-12 Thread Michael Gentry
At the bottom of http://cwiki.apache.org/CAY/ is Making Sense of Release Numbers. 2.0 is supposed to track 1.2 and be a stable release, but with the apache namespace instead of the objectstyle namespace. 1.2/2.0 will continue to have bug fixes incorporated in them, so they aren't really dead.

Re: Default/Initial values post validation delegates etc

2006-09-11 Thread Lachlan Deck
Hi there, On 07/09/2006, at 4:22 PM, Andrus Adamchik wrote: On Sep 7, 2006, at 7:27 AM, Lachlan Deck wrote: On 06/09/2006, at 5:46 PM, Andrus Adamchik wrote: Custom values set on the server during commit are not passed back to the client (except for the PK). It would be nice if they

Re: Default/Initial values post validation delegates etc

2006-09-06 Thread Andrus Adamchik
On Sep 5, 2006, at 12:18 PM, Lachlan Deck wrote: 1) Are initial values set with server code propagated to clients when an object is created on the client? The following url... http://cwiki.apache.org/confluence/display/CAY/Setting+Initial+Values ... suggests using public void

Re: Default/Initial values post validation delegates etc

2006-09-06 Thread Lachlan Deck
Hi Andrus, On 06/09/2006, at 5:46 PM, Andrus Adamchik wrote: Custom values set on the server during commit are not passed back to the client (except for the PK). It would be nice if they where, so that's something we may consider doing in 3.0. Yes please. But we're not talking about

Default/Initial values post validation delegates etc

2006-09-05 Thread Lachlan Deck
Hi all, I've got two questions 1) Are initial values set with server code propagated to clients when an object is created on the client? The following url... http://cwiki.apache.org/confluence/display/CAY/Setting+Initial+Values ... suggests using public void setPersistenceState(int) for