[jboss-user] [Datasource Configuration] New message: "Re: How to configure oracle ds in jboss to support os user"

Adrian Brock do-not-reply at jboss.com
Fri Jan 15 06:17:57 EST 2010


User development,

A new message was posted in the thread "How to configure oracle ds in jboss to support os user":

http://community.jboss.org/message/520265#520265

Author  : Adrian Brock
Profile : http://community.jboss.org/people/adrian@jboss.org

Message:
--------------------------------------------------------------
You tried your simple java code from the same machine as where jboss is running, with the same user?
Have you tried it from inside jboss, e.g. a simple jsp page?
 
The only thing I can suggest is to:
 
Enable TRACE logging for org.jboss.resource.adapter.jdbc
Then we can confirm what properties and url it is actually passing to Oracle.
You should see something in the LocalManagedConnectionFactory that looks like:
 
Using properties: []
Checking driver for url: jdbc:oracle:thin:@dbs1:1521:dbname
 
That is what it will pass to createConnection(url, properties).
 
NOTE: It will only print the url the first time it creates a connection.

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/520265#520265




More information about the jboss-user mailing list