This is a newbie question:

In my stateful bean, i initialize a dao in the ejbCreate() method using a datasource.
This dao is a property of my bean.
After the return of the create method, the container generate a:
[CachedConnectionManager] Successfully closed a connection for you.  Please close them 
yourself: [EMAIL PROTECTED]
java.lang.Exception: Stack Trace

Can anybody explain me how to disable this functionnality.
What i want is to close "manually" my connexion in the remove() method.
Thank's for your answer

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828527#3828527

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828527


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to