[jboss-user] [EJB 3.0] - Connection Pooling & EJB 3.0

prasanthreddy do-not-reply at jboss.com
Wed Nov 29 17:11:12 EST 2006


Every time my EJB (Stateless) requests a database connection a new database connection is created rather using it from the pool. Connection pooling is working fine with my web applications.

In EJB3.0  following is listed as one of the limitations.
XA Connection pool is not available yet.

Does that mean it does not support  pooling at all. If so how can I close database connection immediately rather than returning it to pool ( I don't what to change the idle time out as the same JNDI is used by web apps also).

Thanks,
-Prasanth.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989845#3989845

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989845



More information about the jboss-user mailing list