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

Re: [ANN] Two new (sub)sites using Cayenne

2006-09-05 Thread Borut Bolčina
I have an approval for putting the sites under Success Stories. In the meantime I will try to design a better web page. Can I use the materials from Cayenne User Guide pdf (Copyright (c)2001-2005 ObjectStyle Group) and from current site and wiki? -Borut 2006/9/2, Andrus Adamchik [EMAIL

Re: [ANN] Two new (sub)sites using Cayenne

2006-09-05 Thread Andrus Adamchik
On Sep 5, 2006, at 6:12 PM, Borut Bolčina wrote: I have an approval for putting the sites under Success Stories. Cool. In the meantime I will try to design a better web page. Can I use the materials from Cayenne User Guide pdf (Copyright (c)2001-2005 ObjectStyle Group) and from current

Re: [ANN] Two new (sub)sites using Cayenne

2006-09-05 Thread Tomi NA
On 9/2/06, Borut Bolčina [EMAIL PROTECTED] wrote: Hello, I waited for the dust to settle after deploying two sister web applications using Cayenne 1.2 on the backend before making an announcement. Those two sites are leading local search sites for Croatia and Bosnia and Herzegovina. When

Audit logging patches available for Cayenne 1.2 final.

2006-09-05 Thread Mike Kienenberger
Ok. I have updated the following issue with patches to Cayenne that provide an auditing hook in DataContextDelegate and enhance BatchQueries to store additional auditing information. http://issues.apache.org/cayenne/browse/CAY-414 I've also provided an example of how I'm using this hook to

Using Cayenne 1.2 and 3.0 jars in the same project

2006-09-05 Thread Mike Kienenberger
Can anyone think of a reason why we couldn't use Cayenne 1.2 and Cayenne 3.0 in the same project during runtime? All classes are now in a separate namespace, yes? I would like to start converting over existing projects to Cayenne 3.0 at some point without affecting any other projects depending