Re: Remote Example

2009-04-25 Thread Peter Karich
Hi again, finally I got the mavenized tutorial in the subversion working. So, again step by step: 1. get the remote-object-persistence-tutorial from source and replace the dependencies with the latest versions (I used cayenne 3.0M5 - see the appended pom's). 2. update the autogenerated classes

Re: Query on uncommitted DataContext

2009-04-25 Thread Robert Zeigler
? It's still there: http://cayenne.apache.org/doc/api/org/apache/cayenne/exp/Expression.html filter and filterObjects are both very much alive and well, but note that it's filterObjects, rather than filterObject. Robert On Apr 25, 2009, at 4/2512:27 PM , Markus Lux wrote: Hi, I've got a

Query on uncommitted DataContext

2009-04-25 Thread Markus Lux
Hi, I've got a problem regarding queries on uncommitted DataContexts containing new or deleted objects. If I insert a new object into a DataContext using newObject(), this object won't show up in a SelectQuery. The result of this query contains only persistent objects from the database but exclud

Re: Remote Example

2009-04-25 Thread Peter
Hi Andrus, Hi Aristedes! Thanks for your quick answers! Now my 'tutorial' and my problem follows. After downloading the remote example in 2.0.4 I build the client with the following deps: cayenne-client-nodeps other dependencies from [1] and the server with: cayenne.jar derby*.jar (grabbed the