Re: Cayenne -- Apache automatic deploy problem

2007-04-01 Thread Andrus Adamchik
This likely means that 'awakeFromDeserialization' [1] failed to attach DataContext to Cayenne stack. Is it possible that the code in question called before Cayenne stack is loaded? Where is it called anyways? Andrus [1] http://svn.apache.org/repos/asf/cayenne/main/branches/STABLE-2.0/

Re: BUG: Sql server Database pk generation ?

2007-04-01 Thread Andrus Adamchik
Hi, I don't think there was a change between 1.2.x and 2.0.x in this code. The error either means that the database schema in question is not setup to support autoincrement, or the driver doesn't support autoincremented keys. Are you using the same database and the same JDBC driver as