here you have an example of oracle-ds.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<!--JBoss Server Configuration-->
<!--$Id: oracle-ds.xml,v 1.1.2.2 2003/04/01 04:51:12 d_jencks Exp $-->
<!--Datasource config for Oracle originally from Steven Coy-->


        <local-tx-datasource>
                <jndi-name>OracleDS2</jndi-name>
                <connection-url>jdbc:oracle:thin:@SERVER1:1521:DB1</connection-url>
                <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
                <user-name>USERNAME</user-name>
                PASSWORD
                
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
        </local-tx-datasource>



you can add more local-tx-datasource(s).

Hope this helps.

Hernan Terzian

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848229#3848229

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848229


-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to