If I flush the session before or after the commit() then I have more hibernate debug information, and can see traces of insert but still, nothing is actually written to the database.
Here are additionnal traces with flush:
Quote:
2006-01-05 05:03:51,928 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] dirty checking collections
2006-01-05 05:03:51,928 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] Flushing entities and processing referenced collections
2006-01-05 05:03:51,928 DEBUG [org.hibernate.event.def.WrapVisitor] Wrapped collection in role: com.evolab.evos.model.core.Entity.Ressources
2006-01-05 05:03:51,928 DEBUG [org.hibernate.event.def.WrapVisitor] Wrapped collection in role: com.evolab.evos.model.core.Entity.Discussions
2006-01-05 05:03:51,943 DEBUG [org.hibernate.event.def.WrapVisitor] Wrapped collection in role: com.evolab.evos.model.core.Entity.Helps
2006-01-05 05:03:51,943 DEBUG [org.hibernate.event.def.WrapVisitor] Wrapped collection in role: com.evolab.evos.model.core.Entity.Scores
2006-01-05 05:03:51,943 DEBUG [org.hibernate.event.def.WrapVisitor] Wrapped collection in role: com.evolab.evos.model.core.Entity.Wikis
2006-01-05 05:03:51,959 DEBUG [org.hibernate.engine.Collections] Collection found: [com.evolab.evos.model.core.Entity.Ressources#8], was: [<unreferenced>] (initialized)
2006-01-05 05:03:51,959 DEBUG [org.hibernate.engine.Collections] Collection found: [com.evolab.evos.model.core.Entity.Discussions#8], was: [<unreferenced>] (initialized)
2006-01-05 05:03:51,959 DEBUG [org.hibernate.engine.Collections] Collection found: [com.evolab.evos.model.core.Entity.Helps#8], was: [<unreferenced>] (initialized)
2006-01-05 05:03:51,959 DEBUG [org.hibernate.engine.Collections] Collection found: [com.evolab.evos.model.core.Entity.Scores#8], was: [<unreferenced>] (initialized)
2006-01-05 05:03:51,959 DEBUG [org.hibernate.engine.Collections] Collection found: [com.evolab.evos.model.core.Entity.Wikis#8], was: [<unreferenced>] (initialized)
2006-01-05 05:03:51,959 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] Processing unreferenced collections
2006-01-05 05:03:51,959 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] Scheduling collection removes/(re)creates/updates
2006-01-05 05:03:51,990 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] Flushed: 1 insertions, 0 updates, 0 deletions to 1 objects
2006-01-05 05:03:51,990 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] Flushed: 5 (re)creations, 0 updates, 0 removals to 5 collections
2006-01-05 05:03:51,990 DEBUG [org.hibernate.pretty.Printer] listing entities:
2006-01-05 05:03:52,006 DEBUG [org.hibernate.pretty.Printer] com.evolab.evos.model.core.Entity{Visibility=null, Scores=[], Helps=[], Summary=null, Wikis=[], Ressources=[], ModificationDate=2006-01-05 05:03:51, Discussions=[], Name=TEST, Hierarchyref=null, Pkid=8, CreationDate=null}
2006-01-05 05:03:52,006 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] executing flush
2006-01-05 05:03:52,006 DEBUG [org.hibernate.cache.UpdateTimestampsCache] Pre-invalidating space [CO07]
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.Node] createChild: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, child_name=hib/org/hibernate/cache/UpdateTimestampsCache
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.interceptors.LockInterceptor] created child hib/org/hibernate/cache/UpdateTimestampsCache
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeAdded(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.Node] acquiring RL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=<unlocked>
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.Node] acquired RL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=read owners=[Thread[http-0.0.0.0-8080-1,5,jboss]]
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.Node] createChild: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO07, child_name=CO07
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.interceptors.LockInterceptor] created child CO07
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeAdded(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO07
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.Node] acquiring WL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO07, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=<unlocked>
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.Node] acquired WL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO07, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=write owner=Thread[http-0.0.0.0-8080-1,5,jboss]
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.TreeCache] _put(null, "/hib/org/hibernate/cache/UpdateTimestampsCache/CO07", item, 11364338920)
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeModified(): redirecting to node visited. fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO07
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeVisited(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO07
2006-01-05 05:03:52,006 DEBUG [org.jboss.cache.interceptors.UnlockInterceptor] releasing lock for /hib/org/hibernate/cache/UpdateTimestampsCache/CO07: write owner=Thread[http-0.0.0.0-8080-1,5,jboss]
2006-01-05 05:03:52,022 DEBUG [org.jboss.cache.interceptors.UnlockInterceptor] releasing lock for /hib/org/hibernate/cache/UpdateTimestampsCache: read owners=[Thread[http-0.0.0.0-8080-1,5,jboss]]
2006-01-05 05:03:52,022 DEBUG [org.hibernate.persister.entity.AbstractEntityPersister] Inserting entity: [com.evolab.evos.model.core.Entity#8]
2006-01-05 05:03:52,022 DEBUG [org.hibernate.persister.entity.AbstractEntityPersister] Version: 2006-01-05 05:03:51.053
2006-01-05 05:03:52,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2006-01-05 05:03:52,022 DEBUG [org.hibernate.jdbc.ConnectionManager] opening JDBC connection
2006-01-05 05:03:52,022 DEBUG [org.hibernate.SQL]
insert
into
CO07
(CO07_MAJD, CO07_CRED, CO07_HIER, CO07_NAME, CO07_SMRY, CO07_VISI, CO07_PKID)
values
(?, ?, ?, ?, ?, ?, ?)
2006-01-05 05:03:52,022 INFO [STDOUT] Hibernate:
insert
into
CO07
(CO07_MAJD, CO07_CRED, CO07_HIER, CO07_NAME, CO07_SMRY, CO07_VISI, CO07_PKID)
values
(?, ?, ?, ?, ?, ?, ?)
2006-01-05 05:03:52,022 DEBUG [org.hibernate.jdbc.AbstractBatcher] preparing statement
2006-01-05 05:03:52,022 DEBUG [org.hibernate.persister.entity.AbstractEntityPersister] Dehydrating entity: [com.evolab.evos.model.core.Entity#8]
2006-01-05 05:03:52,037 DEBUG [org.hibernate.type.TimestampType] binding '2006-01-05 05:03:51' to parameter: 1
2006-01-05 05:03:52,037 DEBUG [org.hibernate.type.TimestampType] binding null to parameter: 2
2006-01-05 05:03:52,037 DEBUG [org.hibernate.type.LongType] binding null to parameter: 3
2006-01-05 05:03:52,037 DEBUG [org.hibernate.type.StringType] binding 'TEST' to parameter: 4
2006-01-05 05:03:52,037 DEBUG [org.hibernate.type.StringType] binding null to parameter: 5
2006-01-05 05:03:52,037 DEBUG [org.hibernate.type.BooleanType] binding null to parameter: 6
2006-01-05 05:03:52,037 DEBUG [org.hibernate.type.LongType] binding '8' to parameter: 7
2006-01-05 05:03:52,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] Adding to batch
2006-01-05 05:03:52,037 DEBUG [org.hibernate.jdbc.AbstractBatcher] Executing batch size: 1
2006-01-05 05:03:52,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2006-01-05 05:03:52,084 DEBUG [org.hibernate.jdbc.AbstractBatcher] closing statement
2006-01-05 05:03:52,084 DEBUG [org.hibernate.jdbc.ConnectionManager] aggressively releasing JDBC connection
2006-01-05 05:03:52,084 DEBUG [org.hibernate.jdbc.ConnectionManager] closing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
2006-01-05 05:03:52,084 DEBUG [org.hibernate.cache.UpdateTimestampsCache] Pre-invalidating space [CO06_CF38]
2006-01-05 05:03:52,084 DEBUG [org.jboss.cache.Node] acquiring RL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=<unlocked>
2006-01-05 05:03:52,084 DEBUG [org.jboss.cache.Node] acquired RL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=read owners=[Thread[http-0.0.0.0-8080-1,5,jboss]]
2006-01-05 05:03:52,084 DEBUG [org.jboss.cache.Node] createChild: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO06_CF38, child_name=CO06_CF38
2006-01-05 05:03:52,084 DEBUG [org.jboss.cache.interceptors.LockInterceptor] created child CO06_CF38
2006-01-05 05:03:52,084 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeAdded(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO06_CF38
2006-01-05 05:03:52,084 DEBUG [org.jboss.cache.Node] acquiring WL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO06_CF38, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=<unlocked>
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.Node] acquired WL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO06_CF38, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=write owner=Thread[http-0.0.0.0-8080-1,5,jboss]
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.TreeCache] _put(null, "/hib/org/hibernate/cache/UpdateTimestampsCache/CO06_CF38", item, 11364338920)
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeModified(): redirecting to node visited. fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO06_CF38
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeVisited(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO06_CF38
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.interceptors.UnlockInterceptor] releasing lock for /hib/org/hibernate/cache/UpdateTimestampsCache/CO06_CF38: write owner=Thread[http-0.0.0.0-8080-1,5,jboss]
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.interceptors.UnlockInterceptor] releasing lock for /hib/org/hibernate/cache/UpdateTimestampsCache: read owners=[Thread[http-0.0.0.0-8080-1,5,jboss]]
2006-01-05 05:03:52,100 DEBUG [org.hibernate.cache.UpdateTimestampsCache] Pre-invalidating space [CO02_D003]
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.Node] acquiring RL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=<unlocked>
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.Node] acquired RL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=read owners=[Thread[http-0.0.0.0-8080-1,5,jboss]]
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.Node] createChild: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO02_D003, child_name=CO02_D003
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.interceptors.LockInterceptor] created child CO02_D003
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeAdded(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO02_D003
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.Node] acquiring WL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO02_D003, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=<unlocked>
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.Node] acquired WL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO02_D003, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=write owner=Thread[http-0.0.0.0-8080-1,5,jboss]
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.TreeCache] _put(null, "/hib/org/hibernate/cache/UpdateTimestampsCache/CO02_D003", item, 11364338921)
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeModified(): redirecting to node visited. fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO02_D003
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeVisited(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO02_D003
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.interceptors.UnlockInterceptor] releasing lock for /hib/org/hibernate/cache/UpdateTimestampsCache/CO02_D003: write owner=Thread[http-0.0.0.0-8080-1,5,jboss]
2006-01-05 05:03:52,100 DEBUG [org.jboss.cache.interceptors.UnlockInterceptor] releasing lock for /hib/org/hibernate/cache/UpdateTimestampsCache: read owners=[Thread[http-0.0.0.0-8080-1,5,jboss]]
2006-01-05 05:03:52,115 DEBUG [org.hibernate.cache.UpdateTimestampsCache] Pre-invalidating space [H001_H003]
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.Node] acquiring RL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=<unlocked>
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.Node] acquired RL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=read owners=[Thread[http-0.0.0.0-8080-1,5,jboss]]
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.Node] createChild: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/H001_H003, child_name=H001_H003
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.interceptors.LockInterceptor] created child H001_H003
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeAdded(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/H001_H003
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.Node] acquiring WL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/H001_H003, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=<unlocked>
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.Node] acquired WL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/H001_H003, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=write owner=Thread[http-0.0.0.0-8080-1,5,jboss]
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.TreeCache] _put(null, "/hib/org/hibernate/cache/UpdateTimestampsCache/H001_H003", item, 11364338921)
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeModified(): redirecting to node visited. fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/H001_H003
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeVisited(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/H001_H003
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.interceptors.UnlockInterceptor] releasing lock for /hib/org/hibernate/cache/UpdateTimestampsCache/H001_H003: write owner=Thread[http-0.0.0.0-8080-1,5,jboss]
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.interceptors.UnlockInterceptor] releasing lock for /hib/org/hibernate/cache/UpdateTimestampsCache: read owners=[Thread[http-0.0.0.0-8080-1,5,jboss]]
2006-01-05 05:03:52,115 DEBUG [org.hibernate.cache.UpdateTimestampsCache] Pre-invalidating space [CO04_S003]
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.Node] acquiring RL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=<unlocked>
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.Node] acquired RL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=read owners=[Thread[http-0.0.0.0-8080-1,5,jboss]]
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.Node] createChild: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO04_S003, child_name=CO04_S003
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.interceptors.LockInterceptor] created child CO04_S003
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeAdded(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO04_S003
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.Node] acquiring WL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO04_S003, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=<unlocked>
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.Node] acquired WL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO04_S003, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=write owner=Thread[http-0.0.0.0-8080-1,5,jboss]
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.TreeCache] _put(null, "/hib/org/hibernate/cache/UpdateTimestampsCache/CO04_S003", item, 11364338921)
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeModified(): redirecting to node visited. fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO04_S003
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeVisited(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO04_S003
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.interceptors.UnlockInterceptor] releasing lock for /hib/org/hibernate/cache/UpdateTimestampsCache/CO04_S003: write owner=Thread[http-0.0.0.0-8080-1,5,jboss]
2006-01-05 05:03:52,115 DEBUG [org.jboss.cache.interceptors.UnlockInterceptor] releasing lock for /hib/org/hibernate/cache/UpdateTimestampsCache: read owners=[Thread[http-0.0.0.0-8080-1,5,jboss]]
2006-01-05 05:03:52,131 DEBUG [org.hibernate.cache.UpdateTimestampsCache] Pre-invalidating space [CO01_W003]
2006-01-05 05:03:52,131 DEBUG [org.jboss.cache.Node] acquiring RL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=<unlocked>
2006-01-05 05:03:52,131 DEBUG [org.jboss.cache.Node] acquired RL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=read owners=[Thread[http-0.0.0.0-8080-1,5,jboss]]
2006-01-05 05:03:52,131 DEBUG [org.jboss.cache.Node] createChild: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO01_W003, child_name=CO01_W003
2006-01-05 05:03:52,131 DEBUG [org.jboss.cache.interceptors.LockInterceptor] created child CO01_W003
2006-01-05 05:03:52,131 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeAdded(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO01_W003
2006-01-05 05:03:52,131 DEBUG [org.jboss.cache.Node] acquiring WL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO01_W003, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=<unlocked>
2006-01-05 05:03:52,131 DEBUG [org.jboss.cache.Node] acquired WL: fqn=/hib/org/hibernate/cache/UpdateTimestampsCache/CO01_W003, caller=Thread[http-0.0.0.0-8080-1,5,jboss], lock=write owner=Thread[http-0.0.0.0-8080-1,5,jboss]
2006-01-05 05:03:52,131 DEBUG [org.jboss.cache.TreeCache] _put(null, "/hib/org/hibernate/cache/UpdateTimestampsCache/CO01_W003", item, 11364338921)
2006-01-05 05:03:52,131 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeModified(): redirecting to node visited. fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO01_W003
2006-01-05 05:03:52,131 DEBUG [org.jboss.cache.eviction.LRUPolicy] nodeVisited(): fqn- /hib/org/hibernate/cache/UpdateTimestampsCache/CO01_W003
2006-01-05 05:03:52,131 DEBUG [org.jboss.cache.interceptors.UnlockInterceptor] releasing lock for /hib/org/hibernate/cache/UpdateTimestampsCache/CO01_W003: write owner=Thread[http-0.0.0.0-8080-1,5,jboss]
2006-01-05 05:03:52,131 DEBUG [org.jboss.cache.interceptors.UnlockInterceptor] releasing lock for /hib/org/hibernate/cache/UpdateTimestampsCache: read owners=[Thread[http-0.0.0.0-8080-1,5,jboss]]
2006-01-05 05:03:52,131 DEBUG [org.hibernate.event.def.AbstractFlushingEventListener] post flush
2006-01-05 05:03:52,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /hib/ maxNodes 10000 TimeToIdleSeconds 1000current eviction queue size is 0
2006-01-05 05:03:52,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 13 node events
2006-01-05 05:03:52,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /_default_/ maxNodes 10000 TimeToIdleSeconds 1000current eviction queue size is 1
2006-01-05 05:03:52,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 0 node events
2006-01-05 05:03:52,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /props/ maxNodes 0 TimeToIdleSeconds 0current eviction queue size is 0
2006-01-05 05:03:52,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 0 node events
2006-01-05 05:03:55,990 DEBUG [org.hibernate.transaction.JTATransaction] commit
2006-01-05 05:03:57,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /hib/ maxNodes 10000 TimeToIdleSeconds 1000current eviction queue size is 7
2006-01-05 05:03:57,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 0 node events
2006-01-05 05:03:57,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /_default_/ maxNodes 10000 TimeToIdleSeconds 1000current eviction queue size is 1
2006-01-05 05:03:57,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 0 node events
2006-01-05 05:03:57,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /props/ maxNodes 0 TimeToIdleSeconds 0current eviction queue size is 0
2006-01-05 05:03:57,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 0 node events
2006-01-05 05:03:58,740 DEBUG [org.hibernate.jdbc.ConnectionManager] running Session.finalize()
2006-01-05 05:03:58,740 DEBUG [org.hibernate.jdbc.ConnectionManager] running Session.finalize()
2006-01-05 05:03:58,740 DEBUG [org.hibernate.jdbc.ConnectionManager] running Session.finalize()
2006-01-05 05:04:02,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /hib/ maxNodes 10000 TimeToIdleSeconds 1000current eviction queue size is 7
2006-01-05 05:04:02,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 0 node events
2006-01-05 05:04:02,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /_default_/ maxNodes 10000 TimeToIdleSeconds 1000current eviction queue size is 1
2006-01-05 05:04:02,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 0 node events
2006-01-05 05:04:02,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /props/ maxNodes 0 TimeToIdleSeconds 0current eviction queue size is 0
2006-01-05 05:04:02,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 0 node events
2006-01-05 05:04:07,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /hib/ maxNodes 10000 TimeToIdleSeconds 1000current eviction queue size is 7
2006-01-05 05:04:07,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 0 node events
2006-01-05 05:04:07,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /_default_/ maxNodes 10000 TimeToIdleSeconds 1000current eviction queue size is 1
2006-01-05 05:04:07,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 0 node events
2006-01-05 05:04:07,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processing the node events in region: Regions--- fqn: /props/ maxNodes 0 TimeToIdleSeconds 0current eviction queue size is 0
2006-01-05 05:04:07,522 DEBUG [org.jboss.cache.eviction.LRUAlgorithm] processed 0 node events
2006-01-05 05:04:08,834 DEBUG [org.hibernate.impl.SessionImpl] closing session
2006-01-05 05:04:08,834 DEBUG [org.hibernate.jdbc.ConnectionManager] connection already null in cleanup : no action