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/520233#520233
Author : Adrian Brock
Profile :
http://community.jboss.org/people/adrian@jboss.org
Message:
--------------------------------------------------------------
I understand what you're talking about now. It's not really a JBoss question.
You need to read the docs to find out what url and/or properties you have to configure for
your jdbc driver.
A simple google search "oracle.com os authentication jdbc" found this as the
first link:
http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/clntsec.htm#...
which is for Oracle's 11g1 thin driver.
However, the second link has a slightly different format for the url
http://forums.oracle.com/forums/thread.jspa?threadID=775813&tstart=30...
but that's for 10g OCI and also hints at extra config for remote usage.
Anyway, in neither example is a user/password property specified.
So you probably need to remove the <user-name/> and <password/> xml elements
from the jboss -ds.xml to get it to work?
i.e. you want them to be null, not the empty string.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/520233#520233