RE: Api2 build fails

2007-06-28 Thread Matthew T. Adams
Thanks for jumping on this, Michael! -Original Message- From: Michael Bouschen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 27, 2007 12:35 PM To: jdo-dev@db.apache.org Subject: Re: Api2 build fails Hi Craig, it is fixed now (see JDO-484). Regards Michael Ah, drat. This is the

question

2007-06-28 Thread Karan Malhi
Does a persistent-new object have an objectID. If yes, then what is the value stored in that? How does JDO determine what value to store in it? -- Karan Malhi

Re: question

2007-06-28 Thread Craig L Russell
Hi Karan, In JDO, an object id is like Schroedinger's cat [1]. You don't know what it is until you ask for it, or the implementation needs it. This is because in many cases, you need to round trip to the database to create the id and it's more efficient if you can defer the database trip

Re: JPOX support for annotations of persistent interfaces, properties?

2007-06-28 Thread Andy Jefferson
Hi Michelle, Has JPOX implemented support for annotations on persistent interfaces or persistent properties? Wondering, since we're writing some tests for this now. Not yet. Only got as far as defining the @nnotations for contributing. Shouldn't take long to do. Track it via