0 Replies Latest reply on Sep 9, 2003 9:20 PM by rwallingsford

    Need help with Oracle 9i and JBoss 3.2.1 config

    rwallingsford

      I have implemented the oracle-ds.xml file fine. I know this because I have changed DefaultDS from Hypersonic to Oracle9i in the standardjbosscmp-jdbc.xml and the JMS_MESSAGES table is created before it spews chunks trying to create the next table based on field type is incorrect. I am using OracleDS as my JNDI name for the Oracle datasource and I have configured my jbosscmp-jdbc.xml for ejb's as follows:

      java:/OracleDS
      <datasource-mapping>Oracle9i</datasource-mapping>
      true
      <create-table>true</create-table>
      <remove-table>false</remove-table>
      <read-only>false</read-only>
      <time-out>300</time-out>
      <pk-constraint>true</pk-constraint>
      <fk-constraint>true</fk-constraint>
      <row-locking>false</row-locking>


      However, the tables are created and I can't quite figure out why! Am I missing something else in my descriptors.


      Richard