[jboss-user] [Datasource Configuration] New message: "How to configure oracle ds in jboss to support os user"
P F
do-not-reply at jboss.com
Thu Jan 14 08:59:16 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/520048#520048
Author : P F
Profile : http://community.jboss.org/people/pawfaf
Message:
--------------------------------------------------------------
Hi,
Does anyone know how to configure datasource file (oracledb-ds.xml) for Oracle database that JBoss could use OS user to access database (on Windows OS)?
I've tried something like this:
<datasources>
<local-tx-datasource>
<jndi-name>OracleDB</jndi-name>
<connection-url>jdbc:oracle:thin:@dbs1:1521:dbname</connection-url>
<driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
<user-name>osuser</user-name>
<password></password>
...
but doesn't work...
Thanks,
Pawel
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/520048#520048
More information about the jboss-user
mailing list