pool

Pooling of Stateful Session Beans

Is it possible to do instance pooling of stateful session beans.. like if a stateful bean instance is being passivated, during the execution of prepassivate() remove all the state information associated with it and send it to the pool, if a request is received from a client during the postActivate() restore the state to an instance picke...

How do I specify LDAP connection pooling for JBOSS when launching via ant?

Hi all, we use LDAP for authentication in JBoss and I've been trying to play around with the LDAP connection pooling, but so far have had no success in getting it to work. I'm launching JBoss via an ant target and (based on a number of articles I've read) this contains a series of <jvmarg> entires like so: <java classname="org.jboss.M...