File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes Pooled Session Beans Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Pooled Session Beans" Watch "Pooled Session Beans" New topic
Author

Pooled Session Beans

Paul Rhoades
Greenhorn

Joined: Aug 01, 2002
Posts: 20
What happens if I try to create a Session Bean that has depleted it's instance pool? Will the client thread get blocked?
P.
Peter Reinhardt
Ranch Hand

Joined: Aug 02, 2002
Posts: 57
I don't think this is actually part of the EJB spec.
The behaviour of weblogic for example is to block until an instance is available.
Peter.


SCJP 1.2, SCJD, SCEA, IBM 484, Weblogic 7
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Pooled Session Beans
 
Similar Threads
ASP
Session problem in NetBeans
Field set in action method coming null in JSP
Advice on persisting complex state across multiple server trips
Alternative to Cookie?