Re: java docs

2007-03-05 Thread Aristedes Maniatis
On 06/03/2007, at 11:33 AM, Marcin Skladaniec wrote: Hello I cant find a link to cayenne javadocs. I have them built from source, but it would be good to be able to email a link to someone. Marcin I think we need to do that. Now that Andrus is in the process of setting up nightly or mi

Calling commitChanges() from inside postPersist()

2007-03-05 Thread Sam Shah
Hi, in a postPersist() callback method I'm trying to get a local copy of the committed object into a new context. The object is already in the database, I've checked the raw data but cayenne is returning an object with a temporary id. The error I'm getting is - org.apache.cayenne.CayenneRun

java docs

2007-03-05 Thread Marcin Skladaniec
Hello I cant find a link to cayenne javadocs. I have them built from source, but it would be good to be able to email a link to someone. Marcin

Tapestry 5 integration

2007-03-05 Thread Borut BolĨina
Hi, maybe someone could make a wish at http://tapestryjava.blogspot.com/2007/03/t5-spring-integration-hibernate-next.html Cheers, Borut

Re: AW: Java5: the expression of type list needs unchecked conversion

2007-03-05 Thread Dain Sundstrom
Ignore the warnings :) In intellij you can turn off the warnings in the "errors" preferences pane. There are also compiler options to make the complier not whine, but I don't know what the options are. -dain On Mar 5, 2007, at 3:15 AM, Andrus Adamchik wrote: Squashing consequences of on

Re: Importing an EOModel with single table inheritance

2007-03-05 Thread Simon McLean
Hi Andrus - It's on there: CAY-764 Simon On 5 Mar 2007, at 11:15, Andrus Adamchik wrote: Hi Simon, Looking at the code, it fails not because of single-table inheritance, but still I think this is a bug in Cayenne. Could you please open a bug report and attach your EOModel to it - I'd like

Re: Importing an EOModel with single table inheritance

2007-03-05 Thread Andrus Adamchik
Hi Simon, Looking at the code, it fails not because of single-table inheritance, but still I think this is a bug in Cayenne. Could you please open a bug report and attach your EOModel to it - I'd like to investigate more. http://issues.apache.org/cayenne/ Thanks Andrus On Mar 4, 2007,

Re: UseSharedCache programatic override failure

2007-03-05 Thread Andrus Adamchik
Hi Bob, From a quick glance looks like a bug. Could you please open a bug report: http://issues.apache.org/cayenne/ Andrus On Mar 3, 2007, at 12:03 AM, bob wrote: Hi all Using Cayenne 1.2.2, jdk5. In the modeler under cache configuration the "use shared cache" is disabled. This value

Re: expression to find out null relationship

2007-03-05 Thread Andrus Adamchik
On Mar 3, 2007, at 7:47 AM, Marcin Skladaniec wrote: - [v.3.0-SNAPSHOT Jan 19 2007 05:26:38] [v.3.0-SNAPSHOT Jan 19 2007 05:26:38] Exception processing message org.apache.cayenne.remote.QueryMessage. Root cause: [v.3.0-SNAPSHOT Jan 19 2007 05:26:38] Null value for 'id'. Marcin, can you

Re: AW: Java5: the expression of type list needs unchecked conversion

2007-03-05 Thread Andrus Adamchik
Squashing consequences of one Java 5 feature with another... nice :-) I wonder how we can address this at the framework level, without having to support two separate jdk-specific builds of Cayenne? Wonder how other frameworks handle that (I suspect they don't)? Andrus On Mar 5, 2007, at