0 Replies Latest reply on Mar 17, 2006 11:05 AM by spambob

    Oracle9i setup

    spambob

      i'm trying to follow the getting started guide to get oracle up and running with my app - http://docs.jboss.org/jbossas/getting_started/v4/html/db.html - unfortunately, i'm having issues.

      this code (that i'm supposed to change an attrtibute for oracle according to the doc), is not in the jboss-service.xml.

      <!-- The configurable Xid factory. For use with Oracle, set pad to true -->
      <mbean code="org.jboss.tm.XidFactory"
       name="jboss:service=XidFactory">
       <!--attribute name="Pad">true</attribute-->
      </mbean>
      


      http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAOracleDatasource and the example conf files included in jboss make a similar suggestion, but for a different file, transaction-service.xml. that file does not exist.

      i grepped the the jboss directory for "Pad", got nothing. i'm running jboss 4.0.3sp1 on rhel4. hopefully these instructions are relics from previous versions and oracle will automagically work without it. if it won't, please help me.