| Author |
IN JCA
|
Dhaneshkumar Parthasarathi
Greenhorn
Joined: Aug 24, 2007
Posts: 17
|
|
In JCA , matchManagedConnections() method is not getting invoked by the apps server.( ManagedConnectionFactory impl class.) Initially there were 10 connection object created during the server startup , but it always getting new connection(calling createManagedConnection ()method) while giving the request. Could you let me know where i could done the mistake . Thanks in advance Dhanesh
|
 |
sam sepassi
Greenhorn
Joined: Sep 23, 2012
Posts: 7
|
|
If you use Glassfish app server, check whether the connection matching and connection pooling is checked and enabled in the section where you create you connection pool resource. ( the approach is the same for other app server brands i think).
You might want to see the connection sharing mechanism used by JCA later.
|
 |
 |
|
|
subject: IN JCA
|
|
|