[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.1 final - I get

2005-04-12 Thread paulkuit
Yep, this is a bug a read somewhere else, will be resolved soon. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873642#3873642 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873642

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.1 final - I get

2005-04-06 Thread paulkuit
Hi Scott, Sorry to bother. Closing the connection (of course) resolves the issue, but did I understand wrong that it is not nessecary to close the session when it is obtained with HibernateContext.getSesssion() in a CMT environment? View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.1 final - I get

2004-12-30 Thread camel
Thanks Scott, this resolves it for me. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860161#3860161 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860161 --- The SF

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.1 final - I get

2004-12-29 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=WhatDoesTheMessageDoYourOwnHousekeepingMean If you believe this does not apply create a bug report with a testcase here: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860124#386012

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.1 final - I get

2004-12-29 Thread dejan
"camel" wrote : I just upgraded to JBoss 4.0.1 final from 4.0.0, and now I get "Closing a connection for you. Please close them yourself: [EMAIL PROTECTED]" errors a lot -- appears to be every time a DB call is made. The app appears to work (it gets the data from the DB ok). | | I didn't

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.1 final - I get

2004-12-29 Thread camel
Alex, I'm only accessing the database through hibernate. I'm not even using Hibernate's direct SQL queries -- only HQL, and session.load() calls. Thanks, chris View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860084#3860084 Reply to the post : http://www

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.1 final - I get

2004-12-28 Thread [EMAIL PROTECTED]
Are you accessing the database directly using JDBC or only through Hibernate? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859995#3859995 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859995 ---