On Nov 12, 2012, at 11:30 AM, middleware <[email protected]> wrote:
> Actually, the solution was easier than I thought: > > <Resource id="myDS" type="DataSource"> > JdbcDriver oracle.jdbc.xa.client.OracleXADataSource > JdbcUrl jdbc:oracle:thin:@hostname:port:ora > UserName ** > Password ** > PasswordCipher Static3DES > JtaManaged false > </Resource> > > I did my civic duty :) and updated the common-datasource-configuration > documentation page with the XA configuration, fixing an error too (It was > still stated that TomEE relies Apache Commons DBCP instead of Tomcat pool). Excellent and thank you, Davide! I went ahead and committed your doc update. Updated it slightly to reference some additional doc in progress: - http://tomee.apache.org/common-datasource-configurations.html The new page in progress: - http://tomee.apache.org/datasource-config.html -David
