This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: no ManagedConnections after timeoutsmarkwolfe Jan 24, 2005 6:54 PM (in response to altam3)Any chance you could post or attach these test cases as I am having the same issues and I would like to have a look at the problem in more detail. 
 Thanks a lot.
- 
        2. Re: no ManagedConnections after timeoutsaviananta Feb 2, 2005 8:03 PM (in response to altam3)I have this error too: No ManagedConnections available within configured blocking timeout ( 5000 [ms] );. I try to add .remove() after I have done with the ejb.create(), and the error message disappear. :) . Here my code: 
 Object ref = jndiContext.lookup ("remoteDelivery");
 remoteDeliveryHome rdh = (remoteDeliveryHome)PortableRemoteObject.narrow (ref,remoteDeliveryHome.class);
 remoteDeliveryRemote rdr =rdh.create();
 rdr.remove();
- 
        3. Re: no ManagedConnections after timeoutsadrian.brock Feb 3, 2005 12:48 AM (in response to altam3)Moderated: Don't waste time reporting problems with old versions, try the latest version (3.2.7/4.0.1) 
 
     
     
    