I need to create XADataSource in JBoss, so that my transaction able to support 
2 phases submission.

Below is my code in oracle-ds.xml, but I still meet some problem with the code 
below:
<local-tx-datasource>
    <jndi-name>XAHostOracleDS</jndi-name>
    <connection-url>jdbc:oracle:thin:@10.10.0.24:1521:testing</connection-url>  
 
    
<driver-class>org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl</driver-class>
   
    <user-name>testing</user-name>    
    testing
</local-tx-datasource>

May I know anybody can give me some suggestion of this code? May I know 
anything else should I do in my java code? Is it the code is similar with the 
non XADatasource lookup?

Thank you.

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to