[jira] Resolved: (JDO-348) Fostore20 doesn't compile with latest changes to api20

2006-03-24 Thread Martin Zaun (JIRA)
[ http://issues.apache.org/jira/browse/JDO-348?page=all ] Martin Zaun resolved JDO-348: - Resolution: Fixed Followed Craig's suggestion and added the missing makeTransient(*,boolean) methods to PersistenceManagerImpl, so that derived FOStorePM compiles

[jira] Reopened: (JDO-273) Create tests for sections 5.5.8 5.5.9, detachment lifecycle

2006-03-24 Thread Craig Russell (JIRA)
[ http://issues.apache.org/jira/browse/JDO-273?page=all ] Craig Russell reopened JDO-273: --- Create tests for sections 5.5.8 5.5.9, detachment lifecycle - Key: JDO-273 URL:

[jira] Assigned: (JDO-308) Remove attribute strategy from elements datastore-identity in ORM files

2006-03-24 Thread Craig Russell (JIRA)
[ http://issues.apache.org/jira/browse/JDO-308?page=all ] Craig Russell reassigned JDO-308: - Assign To: Craig Russell (was: Michael Watzek) Remove attribute strategy from elements datastore-identity in ORM files

[jira] Commented: (JDO-347) JPOX fails some lifecycle tests

2006-03-24 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-347?page=comments#action_12371779 ] Andy Jefferson commented on JDO-347: I would like to know what the StateTransitionsReturnedObjects tests are performing. They state errors like [java] Assertions A5.9-1

RE: serialize Detachable instance for storage

2006-03-24 Thread Matthew T. Adams
Hi Erik, I now understand your issue. If you declare a PC class that is detachable to also be serialized in another class, how do you prevent the detachment algorithm from running when the instance is being serialized/deserialized for the purposes of persistent storage versus being

RE: serialize Detachable instance for storage

2006-03-24 Thread Matthew T. Adams
I agree on all points, Andy. Craig, I would think it to be beneficial to explicitly state something about what compliant implementations should do when serializing instances for the purposes of embedded storage versus for any other reason. It is not currently discussed, although it does seem

Re: serialize Detachable instance for storage

2006-03-24 Thread Craig L Russell
Hi, I agree on all points as well. I'll add this to the errata for JDO maintenance. By the way, Andy, if you have a test case that you can point me to (I hope it's in the repository) we can add it to the TCK or at least implement the ideas contained therein. Thanks, Craig On Mar 24,

Re: Minutes: JDO TCK Conference Call Friday, Mar 24, 9 am PST

2006-03-24 Thread Michelle Caisse
Matthew Adams also attended the meeting. -- Michelle Craig L Russell wrote: Attendees: Michael Bouschen, Michelle Caisse, Martin Zaun, Craig Russell Agenda: 1. Test status (Michael) 1239 test cases; 2 errors, 4 failures; 4 of 57 configurations fail. Still an open issue on JDO-273 to