1 Reply Latest reply on Apr 9, 2002 10:56 AM by rgjawanda

    Oracle Datasource in JBoss 2.4.1

    simteq

      I am using Windows NT4, JBoss 2.4.1

      I have installed JBoss on my desktop which runs Personal Oracle8 and all works well.
      I am trying to do the same on my laptop using the same jboss.jcml file, the same OS and the same Oracle installation.When I try to run JBoss it get to the command
      XAConnection pool bound to java/Oracle and then hangs.

      Any clues.

      The attached file is jboss.jcml

        • 1. Re: Oracle Datasource in JBoss 2.4.1
          rgjawanda

          this is my oracle jcml for 2.4.4.
          It works. Possibly the URL doesn't work. replace the host and sid (yeah... I know you know this).
          Looks like everything else is the same.
          I put my jar files in the /lib/ext

          ie: classes12.jar
          ocrs12.jar
          nsl_charxxx.jar



          <!-- ORACLE -->

          com.microsoft.jdbc.sqlserver.SQLServerDriver,oracle.jdbc.driver.OracleDriver


          OracleDS
          org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl

          jdbc:oracle:thin:@(description=(address=(host=bmdrjawanda)(protocol=tcp)(port=1521))(connect_data=(sid=devdwh)))
          1200000
          developer
          10
          developer
          false
          false
          false
          true
          120000
          1800000
          false
          false
          1.0
          0