This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: How to Pool Connectionsdavidjencks May 1, 2002 8:34 PM (in response to johnw)More info, please. 
 _Always_ exact jboss version
 the contents of the deployment configuration for your adapter (*-service.xml for jboss 3.x, snippet from jboss.jcml for jboss 2.4.x)
 Also, did you correctly implement sending the connection closed event in your adapter? Are you in fact closing the connection handles in your code?
- 
        2. Re: How to Pool Connectionsvad May 2, 2002 4:23 AM (in response to johnw)Hi, 
 if you use JBoss3RC1, and if you have this problem despite you close everything, it may come from a little bug in NoTxConnectionManager, see
 http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t=forums/
- 
        3. Re: How to Pool Connectionsjohnw May 2, 2002 10:25 AM (in response to johnw)I was not correctly firing the close event in my Managed Connection. 
 Thanks,
 John
 
     
    