Issue Details (XML | Word | Printable)

Key: JDO-198
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: AJSoft
Reporter: Michelle Caisse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

TestArrayCollections java.lang.IllegalArgumentException: out of field index :28

Created: 04/Nov/05 02:56 AM   Updated: 23/Apr/06 03:17 AM
Return to search
Component/s: tck2
Affects Version/s: None
Fix Version/s: JDO 2 beta

Time Tracking:
Not Specified

Resolution Date: 23/Apr/06 03:17 AM


 Description  « Hide
This appears to be a new error message. But see JDO-98.
 
 test(org.apache.jdo.tck.models.fieldtypes.TestArrayCollections)java.lang.IllegalArgumentException: out of field index :28
     at org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.jdoCopyField(ArrayCollections.java)
     at org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.jdoCopyFields(ArrayCollections.java)
     at org.jpox.state.StateManagerImpl.saveFields(StateManagerImpl.java:936)
     at org.jpox.state.StateManagerImpl.<init>(StateManagerImpl.java:580)
     at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1026)
     at org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1082)
     at org.apache.jdo.tck.models.fieldtypes.TestArrayCollections.runTest(TestArrayCollections.java:93)
     at org.apache.jdo.tck.models.fieldtypes.TestArrayCollections.test(TestArrayCollections.java:69)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at org.apache.jdo.tck.JDO_Test.runBare(JDO_Test.java:204)
     at org.apache.jdo.tck.util.BatchTestRunner.start(BatchTestRunner.java:120)
     at org.apache.jdo.tck.util.BatchTestRunner.main(BatchTestRunner.java:95)

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson added a comment - 04/Nov/05 04:00 AM
This was fixed in JPOX builds 03/11/2005 onwards

Michelle Caisse added a comment - 04/Nov/05 04:07 AM
I'm getting this with the current build, downloaded an hour or two ago. Could there have been a code regression? Does anyone else see this problem?

Andy Jefferson added a comment - 04/Nov/05 02:29 PM
Yes, but did you re-enhance your classes since downloading ? The error is in the enhancement, not at runtime.

Michelle Caisse added a comment - 05/Nov/05 12:13 AM
Fixed. Back to original problem as per JDO-98.

Michael Bouschen added a comment - 23/Apr/06 03:14 AM
Reopened to set the Fix Version/s field to JDO 2 beta.