Re: TCK : updates required

2005-07-26 Thread Andy Jefferson
I'll look at the Map cases next Michelle, Here's some initial comments on the map tests. 1. HashMapStringKeyCollections : Field HashMapOfString_SimpleInterface7 is a MapString,Interface with the value embedded, and no join table. I interpret that as needing to serialise the map into the main

Question about orm metadata for inheritance

2005-07-26 Thread Michael Watzek
Hi Craig, Andy, Erik, I'm testing a kind of inheritance mapping using strategy new-table where each table contains columns for all fields. Thus, a table of a subclass contains columns for the declared fields *and* for the fields of all superclasses, e.g. this is the orm metadata of classes

Re: Question about orm metadata for inheritance

2005-07-26 Thread erik
Michael, We dont support Insurance.insid (SuperclassName.fieldName). On a related issue, we also dont support fetch plans/indexes declared with SuperclassName.fieldName, fieldName#key, fieldName#value or fieldName#element. Regards, Erik Bengtson Quoting Michael Watzek [EMAIL PROTECTED]: Hi

Re: Patch for JIRA JDO-96

2005-07-26 Thread Michael Watzek
Hi Craig, I'll have to leave now and will check that tomorrow. Do you mean the org/apache/jdo/tck/pc/singlefieldidentity/package.jdo under directory applicationidentity? Regards, Michael Hi Michael, Thanks for the patch. Question: Why is the package.jdo file marked as executable in svn?

Re: Patch for JIRA JDO-96

2005-07-26 Thread Craig Russell
Hi Michael,On Jul 26, 2005, at 8:50 AM, Michael Watzek wrote:Hi Craig,I'll have to leave now and will check that tomorrow.Do you mean the "org/apache/jdo/tck/pc/singlefieldidentity/package.jdo" under directory applicationidentity?I mean:Property changes on:

Re: TCK : updates required

2005-07-26 Thread Michelle Caisse
Hi Andy, I checked in all these fixes and then some. I also added the serialized=true tag where needed (JDO-82). -- Michelle Andy Jefferson wrote: I'll look at the Map cases next Michelle, Here's some initial comments on the map tests. 1. HashMapStringKeyCollections : Field

Re: JDO API compability with JDK 1.3 (issue)

2005-07-26 Thread Craig Russell
Hi Erik,Thanks. The protocol is that the person who filed the JIRA issue (this is you) should mark it RESOLVED once they have verified that the patch has been checked in and it solves the issue.Thanks,CraigOn Jul 26, 2005, at 12:51 PM, [EMAIL PROTECTED] wrote:Hi Craig,Your last patch solved the