How to implement connection pooling in TopLink with JBoss4.0.3SP1 [message #165124] |
Tue, 28 March 2006 06:56 |
mahendra.wadekar@hcl.in
Messages: 5 Registered: January 2006 Location: India
|
Junior Member |
|
|
Hi All
I am using JBoss4.0.3SP1 with TopLink-10g(9.0.4.5) and Sybase as database. I am implementing connection pooling of JBoss with Sybase. I have done all the changes in JBoss mapping files.
I have set the <uses-external-connection-pooling> attribute in sessions.xml file to true and I have added <datasource> attribute corresponding to the datasource defined in JBoss. It is working fine but when I delete the username, password...etc attribute from the sessions.xml then I am not able to get the session from datasource.
Can anyone tell me what to do or where I am making mistake? Any help on this will be appreciated.
|
|
|