From: Seaman, S. <Slo...@pt...> - 2004-09-10 18:55:34
|
There seems to be another issue hitting an Oracle DB. If you try to write to a field of type java.lang.Character (which I have defined in SQL as char(1)) it throws: javax.jdo.JDODataStoreException: Errors writing to datastore, transaction rolled back NestedThrowables: org.xorm.datastore.DriverException: java.sql.SQLException: Invalid conversion requested at org.xorm.TransactionImpl.commit(TransactionImpl.java:283) at com.ptilabs.clinicalTrials.main.ClinicalTrialSave.execute(Unknown Source) I'm going to try it now as a char and not java.lang.Character, but I have a feeling it will result in the same issue. Just thought you should know! -- Sloan |