in http://tomee.apache.org/datasource-config.html  have not XADataSource
property


http://openejb.apache.org/common-datasource-configurations.html?

openejb.xml?

<Resource id="OracleXA Database" type="DataSource">
    #  OracleXA example
    #
    #  This connector will not work until you download the driver at:
    #  http://otn.oracle.com/software/tech/java/sqlj_jdbc/content.html
    JdbcDriver  oracle.jdbc.xa.client.OracleXADataSource
    JdbcUrl jdbc:oracle:thin:@localhost:1521:orcl
    UserName    scott
    Password    tiger
</Resource>



--
View this message in context: 
http://openejb.979440.n4.nabble.com/about-openejb-standalone-transaction-control-tp4660358p4660381.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Reply via email to