Michael Lu wrote:

> Hi all,
> 
> I'm trying to implement the connection pooling under JBossCX, but whatever I do in:
>      public ManagedConnection   matchManagedConnections(Set connectionSet,
>                                     Subject subject,
>                                     ConnectionRequestInfo info) 
> 
> every time I make a getConnection call in client code, I always got a new physical 
>connection setup(ManagedConnection), how should I do to make JBossCX return an exist 
>connection? 
> In getConnection() of ManagedConnection, I allow connection shareing.

This is handled by the connection manager, so we need to know which 
connection manager you're using.  Please include the 
ConnectionFactoryLoader mbean entry from your jboss.xml.

Toby.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to