Doch, ich committe die Transaktionen immer...
Hier das DEbug log einer Abfrage...
Code:
2006-04-04 15:50:10,447 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: opened session at timestamp: 4686473668390912
2006-04-04 15:50:10,447 DEBUG [http-8080-Processor24] org.hibernate.transaction.JDBCTransaction: begin
2006-04-04 15:50:10,447 DEBUG [http-8080-Processor24] org.hibernate.jdbc.ConnectionManager: opening JDBC connection
2006-04-04 15:50:10,447 DEBUG [http-8080-Processor24] org.hibernate.transaction.JDBCTransaction: current autocommit status: false
2006-04-04 15:50:10,447 DEBUG [http-8080-Processor24] org.hibernate.jdbc.JDBCContext: after transaction begin
2006-04-04 15:50:10,447 DEBUG [http-8080-Processor24] org.hibernate.engine.query.QueryPlanCache: located HQL query plan in cache (Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.link, et.extern from EtInfomessages et where et.insDate >=:datumneu and et.dauerhaft=0 order by et.insDate desc)
2006-04-04 15:50:10,447 DEBUG [http-8080-Processor24] org.hibernate.engine.query.QueryPlanCache: located HQL query plan in cache (Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.link, et.extern from EtInfomessages et where et.insDate >=:datumneu and et.dauerhaft=0 order by et.insDate desc)
2006-04-04 15:50:10,447 DEBUG [http-8080-Processor24] org.hibernate.engine.query.HQLQueryPlan: find: Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.link, et.extern from EtInfomessages et where et.insDate >=:datumneu and et.dauerhaft=0 order by et.insDate desc
2006-04-04 15:50:10,463 DEBUG [http-8080-Processor24] org.hibernate.engine.QueryParameters: named parameters: {datumneu=04 März 2006}
2006-04-04 15:50:10,463 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2006-04-04 15:50:10,463 DEBUG [http-8080-Processor24] org.hibernate.SQL: select etinfomess0_.I_ID as col_0_0_, etinfomess0_.USER_ACRONYM as col_1_0_, etinfomess0_.INS_DATE as col_2_0_, etinfomess0_.MESSAGETEXT as col_3_0_, etinfomess0_.LINK as col_4_0_, etinfomess0_.EXTERN as col_5_0_ from EDITOOLS.ET_INFOMESSAGES etinfomess0_ where etinfomess0_.INS_DATE>=? and etinfomess0_.DAUERHAFT=0 order by etinfomess0_.INS_DATE desc
2006-04-04 15:50:10,463 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: preparing statement
2006-04-04 15:50:10,463 DEBUG [http-8080-Processor24] org.hibernate.loader.hql.QueryLoader: bindNamedParameters() Sat Mar 04 15:50:10 CET 2006 -> datumneu [1]
2006-04-04 15:50:10,463 DEBUG [http-8080-Processor24] org.hibernate.type.DateType: binding '04 März 2006' to parameter: 1
2006-04-04 15:50:10,463 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to open ResultSet (open ResultSets: 0, globally: 0)
2006-04-04 15:50:10,463 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: processing result set
2006-04-04 15:50:10,463 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: done processing result set (0 rows)
2006-04-04 15:50:10,463 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to close ResultSet (open ResultSets: 1, globally: 1)
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: closing statement
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.engine.StatefulPersistenceContext: initializing non-lazy collections
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.engine.query.QueryPlanCache: located HQL query plan in cache (Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.link, et.extern from EtInfomessages et where et.dauerhaft=1 order by et.insDate desc)
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.engine.query.QueryPlanCache: located HQL query plan in cache (Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.link, et.extern from EtInfomessages et where et.dauerhaft=1 order by et.insDate desc)
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.engine.query.HQLQueryPlan: find: Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.link, et.extern from EtInfomessages et where et.dauerhaft=1 order by et.insDate desc
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.engine.QueryParameters: named parameters: {}
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.SQL: select etinfomess0_.I_ID as col_0_0_, etinfomess0_.USER_ACRONYM as col_1_0_, etinfomess0_.INS_DATE as col_2_0_, etinfomess0_.MESSAGETEXT as col_3_0_, etinfomess0_.LINK as col_4_0_, etinfomess0_.EXTERN as col_5_0_ from EDITOOLS.ET_INFOMESSAGES etinfomess0_ where etinfomess0_.DAUERHAFT=1 order by etinfomess0_.INS_DATE desc
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: preparing statement
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to open ResultSet (open ResultSets: 0, globally: 0)
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: processing result set
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: result set row: 0
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: result row:
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.type.LongType: returning '7989' as column: col_0_0_
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.type.StringType: returning 'MITTERA' as column: col_1_0_
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.type.DateType: returning '07 März 2006' as column: col_2_0_
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.type.StringType: returning 'EDITOOL IN BETA PHASE' as column: col_3_0_
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.type.StringType: returning 'http://ilinux:8180/editool' as column: col_4_0_
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.type.LongType: returning '1' as column: col_5_0_
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: done processing result set (1 rows)
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to close ResultSet (open ResultSets: 1, globally: 1)
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: closing statement
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.engine.StatefulPersistenceContext: initializing non-lazy collections
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.transaction.JDBCTransaction: commit
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: automatically flushing session
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.jdbc.JDBCContext: before transaction completion
2006-04-04 15:50:10,494 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: before transaction completion
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.transaction.JDBCTransaction: committed JDBC Connection
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.JDBCContext: after transaction completion
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.ConnectionManager: aggressively releasing JDBC connection
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.ConnectionManager: releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: after transaction completion
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: closing session
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.ConnectionManager: connection already null in cleanup : no action
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: opened session at timestamp: 4686473668648960
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.transaction.JDBCTransaction: begin
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.ConnectionManager: opening JDBC connection
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.transaction.JDBCTransaction: current autocommit status: false
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.JDBCContext: after transaction begin
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.engine.query.QueryPlanCache: located HQL query plan in cache (Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.link, et.extern from EtInfomessages et where et.insDate >=:datumneu and et.dauerhaft=0 order by et.insDate desc)
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.engine.query.QueryPlanCache: located HQL query plan in cache (Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.link, et.extern from EtInfomessages et where et.insDate >=:datumneu and et.dauerhaft=0 order by et.insDate desc)
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.engine.query.HQLQueryPlan: find: Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.link, et.extern from EtInfomessages et where et.insDate >=:datumneu and et.dauerhaft=0 order by et.insDate desc
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.engine.QueryParameters: named parameters: {datumneu=04 März 2006}
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.SQL: select etinfomess0_.I_ID as col_0_0_, etinfomess0_.USER_ACRONYM as col_1_0_, etinfomess0_.INS_DATE as col_2_0_, etinfomess0_.MESSAGETEXT as col_3_0_, etinfomess0_.LINK as col_4_0_, etinfomess0_.EXTERN as col_5_0_ from EDITOOLS.ET_INFOMESSAGES etinfomess0_ where etinfomess0_.INS_DATE>=? and etinfomess0_.DAUERHAFT=0 order by etinfomess0_.INS_DATE desc
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: preparing statement
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.loader.hql.QueryLoader: bindNamedParameters() Sat Mar 04 15:50:10 CET 2006 -> datumneu [1]
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.type.DateType: binding '04 März 2006' to parameter: 1
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to open ResultSet (open ResultSets: 0, globally: 0)
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: processing result set
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: done processing result set (0 rows)
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to close ResultSet (open ResultSets: 1, globally: 1)
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: closing statement
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.engine.StatefulPersistenceContext: initializing non-lazy collections
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.engine.query.QueryPlanCache: located HQL query plan in cache (Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.link, et.extern from EtInfomessages et where et.dauerhaft=1 order by et.insDate desc)
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.engine.query.QueryPlanCache: located HQL query plan in cache (Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.link, et.extern from EtInfomessages et where et.dauerhaft=1 order by et.insDate desc)
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.engine.query.HQLQueryPlan: find: Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.link, et.extern from EtInfomessages et where et.dauerhaft=1 order by et.insDate desc
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.engine.QueryParameters: named parameters: {}
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.SQL: select etinfomess0_.I_ID as col_0_0_, etinfomess0_.USER_ACRONYM as col_1_0_, etinfomess0_.INS_DATE as col_2_0_, etinfomess0_.MESSAGETEXT as col_3_0_, etinfomess0_.LINK as col_4_0_, etinfomess0_.EXTERN as col_5_0_ from EDITOOLS.ET_INFOMESSAGES etinfomess0_ where etinfomess0_.DAUERHAFT=1 order by etinfomess0_.INS_DATE desc
2006-04-04 15:50:10,510 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: preparing statement
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to open ResultSet (open ResultSets: 0, globally: 0)
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: processing result set
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: result set row: 0
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: result row:
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.type.LongType: returning '7989' as column: col_0_0_
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.type.StringType: returning 'MITTERA' as column: col_1_0_
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.type.DateType: returning '07 März 2006' as column: col_2_0_
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.type.StringType: returning 'EDITOOL IN BETA PHASE' as column: col_3_0_
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.type.StringType: returning 'http://ilinux:8180/editool' as column: col_4_0_
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.type.LongType: returning '1' as column: col_5_0_
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: done processing result set (1 rows)
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to close ResultSet (open ResultSets: 1, globally: 1)
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: closing statement
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.engine.StatefulPersistenceContext: initializing non-lazy collections
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.transaction.JDBCTransaction: commit
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: automatically flushing session
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.jdbc.JDBCContext: before transaction completion
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: before transaction completion
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.transaction.JDBCTransaction: committed JDBC Connection
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.jdbc.JDBCContext: after transaction completion
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.jdbc.ConnectionManager: aggressively releasing JDBC connection
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.jdbc.ConnectionManager: releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: after transaction completion
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: closing session
2006-04-04 15:50:10,525 DEBUG [http-8080-Processor24] org.hibernate.jdbc.ConnectionManager: connection already null in cleanup : no action
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: opened session at timestamp: 4686473668775936
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.transaction.JDBCTransaction: begin
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.jdbc.ConnectionManager: opening JDBC connection
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.transaction.JDBCTransaction: current autocommit status: false
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.jdbc.JDBCContext: after transaction begin
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.engine.query.QueryPlanCache: located HQL query plan in cache (Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.detailsmessagetext, et.link from EtInfomessages et where et.iId =:iId)
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.engine.query.QueryPlanCache: located HQL query plan in cache (Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.detailsmessagetext, et.link from EtInfomessages et where et.iId =:iId)
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.engine.query.HQLQueryPlan: find: Select et.iId, et.userAcronym, et.insDate, et.messagetext, et.detailsmessagetext, et.link from EtInfomessages et where et.iId =:iId
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.engine.QueryParameters: named parameters: {iId=7989}
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.SQL: select etinfomess0_.I_ID as col_0_0_, etinfomess0_.USER_ACRONYM as col_1_0_, etinfomess0_.INS_DATE as col_2_0_, etinfomess0_.MESSAGETEXT as col_3_0_, etinfomess0_.DETAILSMESSAGETEXT as col_4_0_, etinfomess0_.LINK as col_5_0_ from EDITOOLS.ET_INFOMESSAGES etinfomess0_ where etinfomess0_.I_ID=?
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: preparing statement
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.loader.hql.QueryLoader: bindNamedParameters() 7989 -> iId [1]
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.type.LongType: binding '7989' to parameter: 1
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to open ResultSet (open ResultSets: 0, globally: 0)
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: processing result set
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: result set row: 0
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: result row:
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.type.LongType: returning '7989' as column: col_0_0_
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.type.StringType: returning 'MITTERA' as column: col_1_0_
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.type.DateType: returning '07 März 2006' as column: col_2_0_
2006-04-04 15:50:10,541 DEBUG [http-8080-Processor24] org.hibernate.type.StringType: returning 'EDITOOL IN BETA PHASE' as column: col_3_0_
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.type.StringType: returning '<p>Das EDI Partner Tool befindet sich ab sofort in der Beta-Phase.</p><p>Bitte eifrig testen um alle möglichen Bugs beseitigen zu können.</p><p> </p><p>Der Systemadministrator<br /> </p>' as column: col_4_0_
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.type.StringType: returning 'http://ilinux:8180/editool' as column: col_5_0_
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.loader.Loader: done processing result set (1 rows)
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to close ResultSet (open ResultSets: 1, globally: 1)
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.jdbc.AbstractBatcher: closing statement
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.engine.StatefulPersistenceContext: initializing non-lazy collections
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.transaction.JDBCTransaction: commit
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: automatically flushing session
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.jdbc.JDBCContext: before transaction completion
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: before transaction completion
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.transaction.JDBCTransaction: committed JDBC Connection
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.jdbc.JDBCContext: after transaction completion
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.jdbc.ConnectionManager: aggressively releasing JDBC connection
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.jdbc.ConnectionManager: releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: after transaction completion
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.impl.SessionImpl: closing session
2006-04-04 15:50:10,557 DEBUG [http-8080-Processor24] org.hibernate.jdbc.ConnectionManager: connection already null in cleanup : no action
[/quote]