0 Replies Latest reply on Feb 28, 2003 8:21 AM by cridam44

    XA Datasource wrapper

    cridam44

      Hi,

      I m migrating my application from 2.4.9 to 3.0.6. My application indifferently ran under both Oracle or Postgres. I had only one kind of configuration whose only the JDBC URL differed. It was :

      jdbc/MyAppDB
      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
      ....

      In JBoss 3, the configuration changed. I glanced at examples and into code. As this database doesn't provide any (XA)DataSource in the JDBC driver, the 2.4.7 wrapper was very HELPFUL, but i cannot find it in Jboss3's sources.
      Is there any alternative to the 2.4.7 wrapper that seems to have disappeared? (why?)
      Is there any mean to port my configuration into a single -service.xml (i tested the postgres-service.xml and it's ok) ?

      Thanks
      Chris.