[ http://www.jpox.org/servlet/jira/browse/CORE-2811?page=comments#action_12694 ]
Asier Camara commented on CORE-2811:
------------------------------------
I have this stacktrace with the jpox-20060529.022334.jar snapshot trying to run the test case.
Also, i have problems running the schema tool with this version, i create the schema using an older version.
java.lang.NullPointerException
at org.jpox.store.expression.ObjectLiteral.getEqualityExpressionForObjectExpression(ObjectLiteral.java:252)
at org.jpox.store.expression.ObjectLiteral.eq(ObjectLiteral.java:115)
at org.jpox.store.expression.ObjectExpression.eq(ObjectExpression.java:286)
at org.jpox.store.rdbms.scostore.FKSetStore.getIteratorStatement(FKSetStore.java:886)
at org.jpox.store.rdbms.scostore.AbstractSetStore.iterator(AbstractSetStore.java:103)
at org.jpox.sco.HashSet.loadFromStore(HashSet.java:831)
at org.jpox.sco.HashSet.iterator(HashSet.java:557)
at org.jpox.sco.HashSet.detachCopy(HashSet.java:347)
at org.jpox.state.DetachFieldManager.internalFetchObjectField(DetachFieldManager.java:76)
at org.jpox.state.AbstractFetchFieldManager.fetchObjectField(AbstractFetchFieldManager.java:123)
at org.jpox.state.StateManagerImpl.replacingObjectField(StateManagerImpl.java:2829)
at org.jpox.test.modelo.Ca.jdoReplaceField(Ca.java)
at org.jpox.test.modelo.Ca.jdoReplaceFields(Ca.java)
at org.jpox.state.StateManagerImpl.replaceFields(StateManagerImpl.java:3009)
at org.jpox.state.StateManagerImpl.detachCopy(StateManagerImpl.java:3923)
at org.jpox.AbstractPersistenceManager.internalDetachCopy(AbstractPersistenceManager.java:1811)
at org.jpox.AbstractPersistenceManager.detachCopy(AbstractPersistenceManager.java:1853)
at org.jpox.test.Test.creaCa(Test.java:322)
at org.jpox.test.Test.main(Test.java:62)
> npe in org.jpox.store.expression.ObjectLiteral with recursives composite primary keys
> -------------------------------------------------------------------------------------
>
> Key: CORE-2811
> URL: http://www.jpox.org/servlet/jira/browse/CORE-2811
> Project: Core
> Type: Bug
> Components: RDBMS Datastore Support
> Versions: 1.1.0
> Reporter: Asier Camara
> Assignee: Erik Bengtson
> Fix For: 1.1.1
> Attachments: test.zip
>
> problem described at http://www.jpox.org/servlet/forum/viewthread?thread=3390
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://www.jpox.org/servlet/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|