You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Michelle Caisse (JIRA)" <ji...@apache.org> on 2005/10/31 22:44:59 UTC

[jira] Closed: (JDO-103) Invalid character string format for type INTEGER. - Derby

     [ http://issues.apache.org/jira/browse/JDO-103?page=all ]
     
Michelle Caisse closed JDO-103:
-------------------------------


> Invalid character string format for type INTEGER. - Derby
> ---------------------------------------------------------
>
>          Key: JDO-103
>          URL: http://issues.apache.org/jira/browse/JDO-103
>      Project: JDO
>         Type: Bug
>   Components: tck20
>     Reporter: Michelle Caisse
>     Assignee: Erik Bengtson

>
> Three tests affected:
> org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections
> org.apache.jdo.tck.models.fieldtypes.TestHashtableStringValueCollections
> org.apache.jdo.tck.models.fieldtypes.TestMapStringValueCollections
> test(org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections)javax.jdo.JDODataStoreException
> 	at org.jpox.store.rdbms.mapping.CharRDBMSMapping.setObject(CharRDBMSMapping.java:469)
> 	at org.jpox.store.mapping.SingleFieldMapping.setObject(SingleFieldMapping.java:235)
> 	at org.jpox.store.rdbms.scostore.AbstractMapStore.populateValueInStatement(AbstractMapStore.java:649)
> 	at org.jpox.store.rdbms.scostore.NormalMapStore.put(NormalMapStore.java:607)
> 	at org.jpox.store.rdbms.scostore.AbstractMapStore.putAll(AbstractMapStore.java:284)
> 	at org.jpox.store.mapping.MapMapping.postUpdate(MapMapping.java:289)
> 	at org.jpox.store.rdbms.request.UpdateRequest.execute(UpdateRequest.java:266)
> 	at org.jpox.store.rdbms.table.ClassTable.update(ClassTable.java:1810)
> 	at org.jpox.store.StoreManager.update(StoreManager.java:710)
> 	at org.jpox.state.StateManagerImpl.flush(StateManagerImpl.java:4069)
> 	at org.jpox.AbstractPersistenceManager.flush(AbstractPersistenceManager.java:2917)
> 	at org.jpox.NonmanagedTransaction.commit(NonmanagedTransaction.java:431)
> 	at org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections.runTest(TestHashMapStringValueCollections.java:116)
> 	at org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections.test(TestHashMapStringValueCollections.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:197)
> 	at org.apache.jdo.tck.util.BatchTestRunner.start(BatchTestRunner.java:128)
> 	at org.apache.jdo.tck.util.BatchTestRunner.main(BatchTestRunner.java:106)
> NestedThrowablesStackTrace:
> ERROR 22018: Invalid character string format for type INTEGER.
> 	at org.apache.derby.iapi.error.StandardException.newException(StandardException.java)
> 	at org.apache.derby.iapi.types.DataType.invalidFormat(DataType.java)
> 	at org.apache.derby.iapi.types.SQLInteger.setValue(SQLInteger.java)
> 	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.setString(EmbedPreparedStatement.java)
> 	at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.setString(NewProxyPreparedStatement.java:573)
> 	at org.jpox.store.rdbms.mapping.CharRDBMSMapping.setObject(CharRDBMSMapping.java:458)
> 	at org.jpox.store.mapping.SingleFieldMapping.setObject(SingleFieldMapping.java:235)
> 	at org.jpox.store.rdbms.scostore.AbstractMapStore.populateValueInStatement(AbstractMapStore.java:649)
> 	at org.jpox.store.rdbms.scostore.NormalMapStore.put(NormalMapStore.java:607)
> 	at org.jpox.store.rdbms.scostore.AbstractMapStore.putAll(AbstractMapStore.java:284)
> 	at org.jpox.store.mapping.MapMapping.postUpdate(MapMapping.java:289)
> 	at org.jpox.store.rdbms.request.UpdateRequest.execute(UpdateRequest.java:266)
> 	at org.jpox.store.rdbms.table.ClassTable.update(ClassTable.java:1810)
> 	at org.jpox.store.StoreManager.update(StoreManager.java:710)
> 	at org.jpox.state.StateManagerImpl.flush(StateManagerImpl.java:4069)
> 	at org.jpox.AbstractPersistenceManager.flush(AbstractPersistenceManager.java:2917)
> 	at org.jpox.NonmanagedTransaction.commit(NonmanagedTransaction.java:431)
> 	at org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections.runTest(TestHashMapStringValueCollections.java:116)
> 	at org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections.test(TestHashMapStringValueCollections.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:197)
> 	at org.apache.jdo.tck.util.BatchTestRunner.start(BatchTestRunner.java:128)
> 	at org.apache.jdo.tck.util.BatchTestRunner.main(BatchTestRunner.java:106)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira