and my-ds.xml is

  | <datasources>
  |     <local-tx-datasource>
  |             <jndi-name>jdbc/myDS</jndi-name>
  |             
<connection-url>jdbc:oracle:thin:@abcd:1565:abcd</connection-url>
  |             <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
  |             <user-name>user</user-name>
  |             <password>password</password>
  |             
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
  |             
  |     </local-tx-datasource>
  | </datasources>
  | 

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

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

Reply via email to