we know that the stateless sessions beans (JEE5 context) can be pooled. I was wondering what happens when the Server's pool of stateless session beans has no more instances left and another client request comes in...
a) Is the client request put in a (blocked) waiting state OR
b) the server refuses the connection right away.. OR
c) Can we handle this situation programmatically to give a customized response based on the SLA of our specific application