User development,
A new message was posted in the thread "Entity Manager with BMT and Transaction
Timeout":
http://community.jboss.org/message/528647#528647
Author : Alexander Hartner
Profile :
http://community.jboss.org/people/ejb3workshop
Message:
--------------------------------------------------------------
I enabled the complete hibernate context at trace level and got the following.
2010-02-25 23:09:00,600 TRACE
[org.hibernate.transaction.CacheSynchronization] transaction before completion callback
2010-02-25 23:09:00,600 TRACE [org.hibernate.jdbc.JDBCContext] before transaction
completion
2010-02-25 23:09:00,601 TRACE [org.hibernate.impl.SessionImpl] before transaction
completion
2010-02-25 23:09:00,601 TRACE [org.hibernate.ejb.AbstractEntityManagerImpl] automatically
flushing session
2010-02-25 23:09:00,601 TRACE [org.hibernate.impl.SessionImpl] automatically flushing
session
2010-02-25 23:09:00,601 TRACE [org.hibernate.event.def.AbstractFlushingEventListener]
flushing session
2010-02-25 23:09:00,601 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener]
processing flush-time cascades
2010-02-25 23:09:00,601 TRACE [org.hibernate.engine.Cascade] processing cascade
ACTION_PERSIST_ON_FLUSH for: com.abc.entities.Batch 2010-02-25 23:09:00,601 TRACE
[org.hibernate.engine.Cascade] done processing cascade ACTION_PERSIST_ON_FLUSH for:
com.abc.entities.Batch
2010-02-25 23:09:00,601 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener]
dirty checking collections
2010-02-25 23:09:00,601 TRACE [org.hibernate.event.def.AbstractFlushingEventListener]
Flushing entities and processing referenced collections
2010-02-25 22:40:12,978 INFO [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity
bean: com.abc.AuditTrailEntry ...skipping...
2010-02-25 23:09:00,601 ERROR [org.hibernate.LazyInitializationException] failed to
lazily initialize a collection of role: com.abc.entities...
Not really sure what to
look for.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/528647#528647