Relevant part of the log:
Code:
18:59:47,457 DEBUG [AbstractBatcher] closing statement
18:59:47,458 DEBUG [JDBCTransaction] commit
18:59:47,458 DEBUG [SessionImpl] automatically flushing session
18:59:47,463 DEBUG [AbstractFlushingEventListener] flushing session
18:59:47,466 DEBUG [AbstractFlushingEventListener] processing flush-time cascades
18:59:47,483 DEBUG [AbstractFlushingEventListener] dirty checking collections
18:59:47,484 DEBUG [AbstractFlushingEventListener] Flushing entities and processing referenced collections
18:59:47,584 DEBUG [AbstractFlushingEventListener] Processing unreferenced collections
18:59:47,586 DEBUG [AbstractFlushingEventListener] Scheduling collection removes/(re)creates/updates
18:59:47,587 DEBUG [AbstractFlushingEventListener] Flushed: 0 insertions, 0 updates, 0 deletions to 5 objects
18:59:47,587 DEBUG [AbstractFlushingEventListener] Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
18:59:47,606 DEBUG [Printer] listing entities:
18:59:47,608 DEBUG [Printer] herbipolis.User{password=admin, username=admin, id=1}
18:59:47,609 DEBUG [Printer] herbipolis.Page{footer=herbipolis.PageFooter#2, owner=null, header=herbipolis.PageHeader#1, name=, body=herbipolis.PageBody#3, id=1}
18:59:47,610 DEBUG [Printer] herbipolis.PageHeader{content=, id=1}
18:59:47,610 DEBUG [Printer] herbipolis.PageBody{content=, id=3}
18:59:47,612 DEBUG [Printer] herbipolis.PageFooter{content=, id=2}
18:59:47,613 DEBUG [AbstractFlushingEventListener] executing flush
18:59:47,613 DEBUG [ConnectionManager] registering flush begin
18:59:47,614 DEBUG [ConnectionManager] registering flush end
18:59:47,614 DEBUG [AbstractFlushingEventListener] post flush
18:59:47,616 DEBUG [JDBCContext] before transaction completion
18:59:47,617 DEBUG [SessionImpl] before transaction completion
18:59:47,618 DEBUG [JDBCTransaction] committed JDBC Connection
18:59:47,618 DEBUG [JDBCContext] after transaction completion
18:59:47,619 DEBUG [ConnectionManager] aggressively releasing JDBC connection
18:59:47,620 DEBUG [ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
18:59:47,636 DEBUG [DriverManagerConnectionProvider] returning connection to pool, pool size: 1
18:59:47,685 DEBUG [SessionImpl] after transaction completion
18:59:47,748 DEBUG [SessionImpl] closing session
18:59:47,748 DEBUG [ConnectionManager] connection already null in cleanup : no action
finished
Does this say, that it included my objects? 0 insertions looks like theyre being ignored.
Code:
18:59:47,587 DEBUG [AbstractFlushingEventListener] Flushed: 0 insertions, 0 updates, 0 deletions to 5 objects
18:59:47,587 DEBUG [AbstractFlushingEventListener] Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
Full log is here:
http://herbipolis.eu/downloads/log.txt
Thanks for your help!
PS.: Session opened, etc. are in the full log.