1 Reply Latest reply on May 19, 2006 2:37 PM by wdfink

    JBoss DataSource

    mohitb26

      Hi,
      I want to use JBOSS with Oracle 10g. What all configuration needs to be done for using Datasource of JBOSS for this?

      I'll really appreciate if the info. can be provided immediately as I am in urgent need of it.
      Thanks in advance.

        • 1. Re: JBoss DataSource
          wdfink

          Hi,
          have a short look in the docs/examples/jca there is a oracle....-ds.xml. The XA document is for a twophase commit connection, the other for a normal.
          Then change the Databasename in JBOSS/server/default/conf/standardjboss-cmp.xml from DefaultDS to your DS Name in the oracle...-ds.xml.
          Or overwite the Default in your deploymentdescriptor which is in the deployed ear/jar file.

          Wolf