Hello All
I'm newbie with JBOSS.
I need users to be able to login and authenticate themselves as a user
into our Oracle database. So that their session and connection to Oracle
is with their own personal ID. It seems that when the JBOSS server
starts, it connects to Oracle with whatever JDBCUser and password is
specified in the jboss.jcml file. Therefore, if I have a trigger in my
Oracle database which inserts a userid into a record, it inserts the
JDBCUser that is specified in the jboss.jcml file. I need the trigger to
recognize who the user is that has opened that connection and insert
their userid not the JDBCUser.

How do I connect and create as session to our Oracle database through
jboss, using a personal ID and password?

Thank you,
Greg Parker



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to