Hello all,
I am a newbie trying to create an instance of Java Object and persisting this in the database, in the process when I am commiting the transaction, I am getting an exception - Identifier of an instance altered from #58 to null. Anyone to rescue?
2004-08-10 22:10:11 DEBUG BatcherImpl.logOpenPreparedStatement(196) - about to open: 0 open PreparedStatements, 0 open ResultSets
2004-08-10 22:10:12 DEBUG BatcherImpl.getPreparedStatement(237) - select hibernate_sequence.nextval from dual
Hibernate: select hibernate_sequence.nextval from dual
2004-08-10 22:10:12 DEBUG BatcherImpl.getPreparedStatement(241) - preparing statement
2004-08-10 22:10:12 DEBUG SequenceGenerator.generate(81) - Sequence identifier generated: 58
2004-08-10 22:10:12 DEBUG BatcherImpl.logClosePreparedStatement(203) - done closing: 0 open PreparedStatements, 0 open ResultSets
2004-08-10 22:10:12 DEBUG BatcherImpl.closePreparedStatement(261) - closing statement
2004-08-10 22:10:12 DEBUG SessionImpl.saveWithGeneratedIdentifier(778) - generated identifier: 58
2004-08-10 22:10:12 DEBUG SessionImpl.doSave(825) - saving [com.aol.ic.art.data.vo.RequestVO#58]
2004-08-10 22:10:12 DEBUG SessionImpl.flushEverything(2242) - flushing session
2004-08-10 22:10:12 DEBUG SessionImpl.flushEntities(2435) - Flushing entities and processing referenced collections
2004-08-10 22:10:12 FATAL ARTInitServlet.init(?) - Init ART - In catch block identifier of an instance of com.aol.ic.art.data.vo.RequestVO altered from 58 to null
|