Re: remote object persistence - client classes

2006-07-07 Thread Tomi NA
On 7/5/06, Andrus Adamchik [EMAIL PROTECTED] wrote: The interesting part is processMessage(ClientMessage) - essentially all communications (including queries and updates) are done using a set of ClientMessages. The simplest message would be a QueryMessage that holds a NamedQuery. This is

Re: remote object persistence - client classes

2006-07-07 Thread Andrus Adamchik
BTW, I was trying to jumpstart this discussion on the dev list in the context of the related Summer of Code project: http://objectstyle.org/cayenne/lists/cayenne-devel/2006/07/0019.html We'll see if this generates wider interest. Andrus On Jul 7, 2006, at 4:06 AM, Tomi NA wrote: On

more fault resolving oddness

2006-07-07 Thread Robert Zeigler
So, I was testing the 7/7 nightly build to see how the fix for CAY-585 worked, and I've come across a new issue. I wondered if it was due to the fix, :), so I've gone back and tested against nightly build 7/5 and also 1.2RC2, and the problem still exists (so, not from the CAY-585 fix, apparently).

Re: more fault resolving oddness

2006-07-07 Thread Robert Zeigler
I did a bit more research... as of 1.2M11, everything seems cheery. As of 1.2M12, I get the exceptions. HTH. Robert Robert Zeigler wrote: So, I was testing the 7/7 nightly build to see how the fix for CAY-585 worked, and I've come across a new issue. I wondered if it was due to the fix, :),