Re: no state snapshot available on embedded mapping

2008-07-16 Thread Marc Logemann
context: http://n2.nabble.com/no-state-snapshot-available-on-embedded-mapping-tp526616p530026.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: no state snapshot available on embedded mapping

2008-07-15 Thread Pinaki Poddar
The fix is on the trunk i.e. 1.2.0-SNAPSHOT. -- View this message in context: http://n2.nabble.com/no-state-snapshot-available-on-embedded-mapping-tp526616p530026.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: no state snapshot available on embedded mapping

2008-07-15 Thread Marc Logemann
View this message in context: http://n2.nabble.com/no-state-snapshot-available-on-embedded-mapping-tp526616p527331.html Sent from the OpenJPA Users mailing list archive at Nabble.com. -- View this message in context: http://n2.nabble.com/no-state-snapshot-available-on-embedded-mapping-tp526

Re: no state snapshot available on embedded mapping

2008-07-15 Thread Pinaki Poddar
>>> >>>> Hi, >>>> Are you using runtime enhancement with Java 5? >>>> If yes, the immediate workaround is to enhance the persistent >>>> classes at >>>> build-time. >>>> >>>> -- >>>> View this mes

Re: no state snapshot available on embedded mapping

2008-07-15 Thread Marc Logemann
aki Poddar: Hi, Are you using runtime enhancement with Java 5? If yes, the immediate workaround is to enhance the persistent classes at build-time. -- View this message in context: http://n2.nabble.com/no-state-snapshot-available-on-embedded-mapping-tp526616p527331.html Sent from the OpenJPA Use

Re: no state snapshot available on embedded mapping

2008-07-14 Thread Pinaki Poddar
08 um 16:22 schrieb Pinaki Poddar: > >> >> Hi, >> Are you using runtime enhancement with Java 5? >> If yes, the immediate workaround is to enhance the persistent >> classes at >> build-time. >> >> -- >> View this message in context: &g

Re: no state snapshot available on embedded mapping

2008-07-14 Thread Marc Logemann
here we go: https://issues.apache.org/jira/browse/OPENJPA-659 -- Marc Logemann blog http://logemannreloaded.blogspot.com privat http://www.logemann.org Am 14.07.2008 um 18:24 schrieb Craig L Russell: Could you please file a JIRA with the relevant detail? Thanks, Craig

Re: no state snapshot available on embedded mapping

2008-07-14 Thread Pinaki Poddar
t; > > > Am 14.07.2008 um 16:22 schrieb Pinaki Poddar: > >> >> Hi, >> Are you using runtime enhancement with Java 5? >> If yes, the immediate workaround is to enhance the persistent >> classes at >> build-time. >> >> -- >> View

Re: no state snapshot available on embedded mapping

2008-07-14 Thread Craig L Russell
ng runtime enhancement with Java 5? If yes, the immediate workaround is to enhance the persistent classes at build-time. -- View this message in context: http://n2.nabble.com/no-state-snapshot-available-on-embedded-mapping-tp526616p527331.html Sent from the OpenJPA Users mailing list archive at

Re: no state snapshot available on embedded mapping

2008-07-14 Thread Marc Logemann
you using runtime enhancement with Java 5? If yes, the immediate workaround is to enhance the persistent classes at build-time. -- View this message in context: http://n2.nabble.com/no-state-snapshot-available-on-embedded-mapping-tp526616p527331.html Sent from the OpenJPA Users mailing list

Re: no state snapshot available on embedded mapping

2008-07-14 Thread Marc Logemann
View this message in context: http://n2.nabble.com/no-state-snapshot-available-on-embedded-mapping-tp526616p527331.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: no state snapshot available on embedded mapping

2008-07-14 Thread Pinaki Poddar
Hi, Are you using runtime enhancement with Java 5? If yes, the immediate workaround is to enhance the persistent classes at build-time. -- View this message in context: http://n2.nabble.com/no-state-snapshot-available-on-embedded-mapping-tp526616p527331.html Sent from the OpenJPA Users

no state snapshot available on embedded mapping

2008-07-13 Thread Marc Logemann
Hi, i am getting this exception: org.springframework.orm.jpa.JpaSystemException: No state snapshot is available for instance of type "de.logentis.bwh.model.Payment", but this instance uses state-comparison for dirty detection.; nested exception is org.apache.openjpa.persistence.Persiste