2013-10-11 07:33:05,767 [main ] DEBUG factory.support.DefaultListableBeanFactoryReturning cached instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0' 2013-10-11 07:33:05,907 [main ] DEBUG org.hibernate.SQLvalues next value for SEQ_USER 2013-10-11 07:33:06,204 [main ] DEBUG hibernate.id.SequenceGeneratorSequence identifier generated: BasicHolder[java.lang.Long[-2147483648]]
Try defining derby.language.logStatementText=true http://db.apache.org/derby/docs/10.10/ref/rrefproper43517.html Then look in your derby.log, to see what sort of SQL statements are being generated and executed by Hibernate. Then you will have more information to ask the Hibernate community about why it is doing that. thanks, bryan
