1 Reply Latest reply on Apr 30, 2002 3:42 PM by perja

    Using Oracle 8i instead of Hypersonic

    perja

      Hi, I'm using JBoss 3.0 RC-1 and I'm trying to connect to Oracle 8i. The steps I've followed are:

      1. Copied the file oracle-service.xml (version 1.3 from CVS) to the $JBOSS_HOME/server/default/deploy folder. I've also modified the fields inside oracle-service.xml accoring to the FAQ (see the FAQ forum).

      2. In my jar file I've included jaws.xml (in the META-INF folder). The contents of jaws.xml:


      OracleDS
      <type-mapping>Oracle8</type-mapping>



      Is there anywhere else I need to change in order to get my enity bean to use Oracle instead of Hypersonic?

      More information: OracleDS is also registered in the JNDI tree. And I've also deployed the oracle-service.xml first and then my jar file.


        • 1. Re: Using Oracle 8i instead of Hypersonic
          perja

          I found answer to parts of my problems:

          In JBoss 3 one should not use jaws.xml but jbosscmp-jdbc.xml

          See the 10 $ documentation about CMP 2.0.

          Anyway I've taken the step to check out JBoss 3.0.0RC2 from cvs...

          PTJ