Hi using Oracle 816 with all features - constaits, BLOBS, Forain keys... and no 
problems. just one point = i do using minerva driver.

dont forget classes12. zip should be in the classpath

My oracle pool name is - oraclePool. look into my configuration maybe it helps.
TNS name of oracle - voyager
User DDD_TEST
password - xxx


In JBoss.jcml

  <!-- JDBC -->
  <mbean code="org.jboss.jdbc.JdbcProvider" name="DefaultDomain:service=JdbcProvider">
     <attribute 
name="Drivers">org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,oracle.jdbc.driver.OracleDriver</attribute>
  </mbean>

  <mbean code="org.jboss.jdbc.XADataSourceLoader" 
name="DefaultDomain:service=XADataSource,name=oraclePool">
    <attribute name="PoolName">oraclePool</attribute>
    <attribute 
name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl</attribute>
    <attribute name="Properties"></attribute>
    <attribute name="URL">jdbc:oracle:oci8:@voyager</attribute>
    <attribute name="GCMinIdleTime">1200000</attribute>
    <attribute name="MaxSize">10</attribute>
       <attribute name="JDBCUser">DDD_TEST</attribute>
       <attribute name="Password">xxx</attribute>
    <attribute name="GCEnabled">false</attribute>
    <attribute name="InvalidateOnError">false</attribute>
    <attribute name="TimestampUsed">false</attribute>
    <attribute name="Blocking">true</attribute>
    <attribute name="GCInterval">120000</attribute>
    <attribute name="IdleTimeout">1800000</attribute>
    <attribute name="IdleTimeoutEnabled">false</attribute>
    <attribute name="LoggingEnabled">false</attribute>
    <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
    <attribute name="MinSize">0</attribute>
  </mbean>


Good luck
D&D




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to