Can you try setting URL property?
    <xa-datasource-property 
name="URL">jdbc:oracle:oci8:@tc</xa-datasource-property>
And in the URL you can set what is explained in the docs for connection-url
<connection-url>jdbc:oracle:thin:@(description=(address_list=(load_balance=on)(failover=on)(address=(protocol=tcp)(host=xxxxhost1)(port=1521))(address=(protocol=tcp)(host=xxxxhost2)(port=1521)))(connect_data=(service_name=xxxxsid)(failover_mode=(type=select)(method=basic))))</connection-url>

anonymous wrote : Judging by the oranxo documentation it looks like I should do 
something like:
Where is the oranxo documentation available, pass the link over here?


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188904
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to