Re: JDOFatalInternalException using single field identity

2005-07-11 Thread Andy Jefferson
Hi Michael, > The test case defines a superclass and a subclass. Both are persistence > capable and both define define persistent fields. Mistakenly, I assigned > all column/field mappings to the subclass in the orm metadata. That's > why the exception is thrown. > If I move the fields in the supe

Re: JDOFatalInternalException using single field identity

2005-07-11 Thread Michael Watzek
Hi Andy, I figured out that the exception below was thrown because I made a mistake in the orm metadata: The test case defines a superclass and a subclass. Both are persistence capable and both define define persistent fields. Mistakenly, I assigned all column/field mappings to the subclass

Re: JDOFatalInternalException using single field identity

2005-07-07 Thread Craig Russell
Hi,I think there is a misunderstanding, and we need to update the wiki page to be more clear.We now have the ability to run a single test case in multiple combinations of:databaseidentity type (application or datastore)test case classThis is only slightly different from the former runtck.jdorisingl

Re: JDOFatalInternalException using single field identity

2005-07-06 Thread Michael Watzek
Hi Andy, Hi Michael, I think, we do not support this case currently. You can run a single test class, but you cannot run a single test case if the test class has several test cases like class "NewObjectIdInstance". OK. I consider it a "must-have". We used to have "runsingle" or something.

Re: JDOFatalInternalException using single field identity

2005-07-06 Thread Andy Jefferson
Hi Michael, > I think, we do not support this case currently. You can run a single > test class, but you cannot run a single test case if the test class has > several test cases like class "NewObjectIdInstance". OK. I consider it a "must-have". We used to have "runsingle" or something. I see no

Re: JDOFatalInternalException using single field identity

2005-07-06 Thread Michael Watzek
Hi Andy, This is a configuration file executing only test cases of class "NewObjectIdInstance". You may adapt the entry "jdo.tck.classes" as appropriate. Please copy this file to ".../tck20/conf", then execute in tck20: Yes, but how do I run a single test ? I'm not interested in running a bl

Re: JDOFatalInternalException using single field identity

2005-07-06 Thread Andy Jefferson
> This is a configuration file > executing only test cases of class "NewObjectIdInstance". You may adapt > the entry "jdo.tck.classes" as appropriate. Please copy this file to > ".../tck20/conf", then execute in tck20: Yes, but how do I run a single test ? I'm not interested in running a block of

Re: JDOFatalInternalException using single field identity

2005-07-05 Thread Michael Watzek
Hi Andy, I attached a file (sometests.conf). This is a configuration file executing only test cases of class "NewObjectIdInstance". You may adapt the entry "jdo.tck.classes" as appropriate. Please copy this file to ".../tck20/conf", then execute in tck20: maven -o -Djdo.tck.cfglist=sometests

Re: JDOFatalInternalException using single field identity

2005-07-05 Thread Andy Jefferson
> I sent a patch (Assertion-A7-A8.patch) containg the test case > (NewObjectIdInstance.java) to jdo-dev today. I ran it with JPOX build > "20050628.022915". This seems to be the latest build available under > nightly builds. I still get the exception (see below). > > Please have a look at the test

Re: JDOFatalInternalException using single field identity

2005-07-05 Thread Michael Watzek
Hi Andy, I sent a patch (Assertion-A7-A8.patch) containg the test case (NewObjectIdInstance.java) to jdo-dev today. I ran it with JPOX build "20050628.022915". This seems to be the latest build available under nightly builds. I still get the exception (see below). Please have a look at the t

Re: JDOFatalInternalException using single field identity

2005-07-01 Thread Andy Jefferson
> I have written a test case checking single field identity. For this > purpose, I created new PC classes, new jdo files, new orm files, and I > extended the schema for application identity. When I run the test case, > I get a JDOFatalInternalException from JPOX (see below). Currently, I > run buil

JDOFatalInternalException using single field identity

2005-06-30 Thread Michael Watzek
Hi Erik, Andy, I have written a test case checking single field identity. For this purpose, I created new PC classes, new jdo files, new orm files, and I extended the schema for application identity. When I run the test case, I get a JDOFatalInternalException from JPOX (see below). Currently,