javax.resource.ResourceException: Unable to get managed connection for NeoDataSource
Nilu Deshmukh
Greenhorn
Joined: Aug 03, 2009
Posts: 22
posted
0
[size=18][size=12]Hi..
I am Using Jboss app server and eclipse IDE, i am trying to to create datasource "NeoDataSource"
The conection is working well if i copy the client.jsp in jboss-deploy-root.war.
The problem is when i am trying to run the same code in eclipse its dispaying
javax.resource.ResourceException: Unable to get managed connection for NeoDataSource
Exception...
Please Help..
Thank you in Advance..[/size][/size]
not accesing means?
I copied the client.jsp in eclipse web project..
the other testservlets and simple database connection is working well. the probleb is with Datasource ..
<!-- should only be used on drivers after 3.22.1 with "ping" support
<valid-connection-checker-class-name>
org.jboss.resource.adapter.jdbc.vendor.MySQLValidConnectionChecker
</valid-connection-checker-class-name>
-->
<!-- sql to call when connection is created -->
<new-connection-sql>SELECT TOP 1 name FROM sysobjects</new-connection-sql>
<!-- sql to call on an existing pooled connection when it is obtained from pool - MySQLValidConnectionChecker is preferred for newer drivers -->
<check-valid-connection-sql>SELECT TOP 1 name FROM sysobjects</check-valid-connection-sql>