-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Tomcats console output
PostPosted: Thu May 27, 2004 7:41 am 
Newbie

Joined: Thu May 27, 2004 7:29 am
Posts: 2
I'm using hibernate as a struts plugin on tomcat 5.0

As you can see tomcats output duplicates multiple times . The more often i call the same page from the browser the more line of output is added

This is what i can see after calling the same page three times :


Code:
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - Processing unreferenced collections
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - Processing unreferenced collections
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - Processing unreferenced collections
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - Scheduling collection removes/(re)creates/updates
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - Scheduling collection removes/(re)creates/updates
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - Scheduling collection removes/(re)creates/updates
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - Flushed: 0 insertions, 0 updates, 0 deletions to 7 objects
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - Flushed: 0 insertions, 0 updates, 0 deletions to 7 objects
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - Flushed: 0 insertions, 0 updates, 0 deletions to 7 objects
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - Flushed: 0 (re)creations, 0 updates, 0 removals to 7 collections
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - Flushed: 0 (re)creations, 0 updates, 0 removals to 7 collections
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - Flushed: 0 (re)creations, 0 updates, 0 removals to 7 collections
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - executing flush
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - executing flush
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - executing flush
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - post flush
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - post flush
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - post flush
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - transaction completion
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - transaction completion
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - transaction completion
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - closing session
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - closing session
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - closing session
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - disconnecting session
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - disconnecting session
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - disconnecting session
610 [http-8080-Processor23] DEBUG net.sf.hibernate.connection.DriverManagerConnectionProvider  - returning connection to pool, pool size:
610 [http-8080-Processor23] DEBUG net.sf.hibernate.connection.DriverManagerConnectionProvider  - returning connection to pool, pool size:
610 [http-8080-Processor23] DEBUG net.sf.hibernate.connection.DriverManagerConnectionProvider  - returning connection to pool, pool size:
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - transaction completion
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - transaction completion
610 [http-8080-Processor23] DEBUG net.sf.hibernate.impl.SessionImpl  - transaction completion
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@b2933f[id=40288081fcc2f2e200fcc2f3450d0001]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@b2933f[id=40288081fcc2f2e200fcc2f3450d0001]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@b2933f[id=40288081fcc2f2e200fcc2f3450d0001]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@6c9220[id=40288081fcc2f59e00fcc2f6fbfb0005]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@6c9220[id=40288081fcc2f59e00fcc2f6fbfb0005]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@6c9220[id=40288081fcc2f59e00fcc2f6fbfb0005]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@9f784d[id=40288081fcbded6800fcbded69fa0001]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@9f784d[id=40288081fcbded6800fcbded69fa0001]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@9f784d[id=40288081fcbded6800fcbded69fa0001]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@6d23ea[id=40288081fcc2f59e00fcc2f6afcf0004]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@6d23ea[id=40288081fcc2f59e00fcc2f6afcf0004]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@6d23ea[id=40288081fcc2f59e00fcc2f6afcf0004]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@938f0[id=40288081fcc2f59e00fcc2f5cabe0001]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@938f0[id=40288081fcc2f59e00fcc2f5cabe0001]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@938f0[id=40288081fcc2f59e00fcc2f5cabe0001]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@184b3b[id=40288081fcbded6800fcbded69fa0002]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@184b3b[id=40288081fcbded6800fcbded69fa0002]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@184b3b[id=40288081fcbded6800fcbded69fa0002]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@f9659d[id=40288081fcc2f59e00fcc2f6555b0003]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@f9659d[id=40288081fcc2f59e00fcc2f6555b0003]
610 [http-8080-Processor23] INFO java.lang.System  - de.lmu.swep02.rsp.business.data.Contract@f9659d[id=40288081fcc2f59e00fcc2f6555b0003]

What is the matter ???
What am i making wrong ??

THX,

Dude


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 27, 2004 8:49 am 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
Is anything not working? If you don't want to see the output, just adjust your log4j settings accordingly.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.