Ralf, thanks I solved the problem! I have used in mapping this: * <field type="String".... * But need to be this:
*<field type="string"....* Now it's working nice. Thank you anyway! 2011/11/2 <[email protected]> > Hi Dante, > > could you please send us the mapping of the entity(ies) involved in the > transaction. Having only the stacktrace I have no idea what goes wrong. > > Regards > Ralf > > > > > Hello everyone, I'm trying to use the castor for the first time, and use > the Derby as my Database. > So, I'm getting some error trying to persist the my Object. When I execute > this code: "database.create(obj);", I got this error: > > The stack: > > *org.exolab.castor.jdo.PersistenceException: Nested error: > java.lang.UnsupportedOperationException: Not supported yet. > at > org.castor.persist.AbstractTransactionContext.walkObjectsToBeCreated(AbstractTransactionContext.java:784) > at > org.castor.persist.AbstractTransactionContext.create(AbstractTransactionContext.java:709) > at > org.exolab.castor.jdo.engine.AbstractDatabaseImpl.create(AbstractDatabaseImpl.java:286) > * > > This can be a Mapping error, a code problem, a Class problem... > How can I fix it? > > Thanks > > -- > Dante Cesar Basso Filho > SUPRIDATTA > (45) 3328-0707 > -- Dante Cesar Basso Filho SUPRIDATTA (45) 3328-0707

