[jboss-user] [EJB 3.0] - Re: Problem using SequenceGenerator

Arno Werr do-not-reply at jboss.com
Thu Jul 27 16:14:40 EDT 2006


Checked my logs.



  | 2006-07-27 16:09:40,003 DEBUG [org.hibernate.jdbc.ConnectionManager] - opening JDBC connection
  | 2006-07-27 16:09:40,004 DEBUG [org.hibernate.SQL] - select nextval ('postmaster_sequence')
  | 2006-07-27 16:09:40,043 DEBUG [org.hibernate.id.SequenceGenerator] - Sequence identifier generated: 1
  | 2006-07-27 16:09:40,043 DEBUG [org.hibernate.jdbc.AbstractBatcher] - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
  | 2006-07-27 16:09:40,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - aggressively releasing JDBC connection
  | 2006-07-27 16:09:40,043 DEBUG [org.hibernate.jdbc.ConnectionManager] - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
  | 2006-07-27 16:09:40,045 DEBUG [org.hibernate.id.SequenceHiLoGenerator] - new hi value: 1
  | 2006-07-27 16:09:40,046 DEBUG [org.hibernate.event.def.AbstractSaveEventListener] - generated identifier: 50, using strategy: org.hibernate.id.SequenceHiLoGenerator
  | 2006-07-27 16:09:40,119 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] - processing flush-time cascades
  | 
As you see
generated identifier: 50, using strategy: org.hibernate.id.SequenceHiLoGenerator

50 - it is in the database

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961420#3961420

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961420



More information about the jboss-user mailing list