2 Replies Latest reply on May 9, 2002 7:23 AM by simteq

    JDBC Datasource

    simteq

      I am using JBOSS 2.4.4 with Personal Oracle8 on W2K.
      I have installed the JDBC classes file in the lib/ext directory and have modified the jboss.jcml file to include the following:



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

      jdbc:oracle:thin:@localhost:1521:brighton
      1200000
      simteq
      merlin
      10
      false
      false
      false
      true
      120000
      1800000
      false
      false
      1.0
      0


      I have also added the driver definition:


      oracle.jdbc.driver.OracleDriver,org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver


      however whenever I try to start JBOSS it just hangs after saying that it has bound this datasource.


      ANY IDEAS.

        • 1. Re: JDBC Datasource
          davidjencks

          Doesn't personal oracle have features like "only one connection"? It's been a long time since I struggled with it... but if so you need a different db.

          • 2. Re: JDBC Datasource
            simteq

            I am not sure what the connection policy is with personal Oracle however I am running a similar setup on my desktop PC which works fine, the problem I am having is on my laptop. The versions of Oracle, JBoss, Tomcat are identical, the only difference I can see is that the laptop has 64M of memory wheras the desktop has 192M