Title: Oracle install probs
  1st Sorry about the previous post. Damn Outlook :(((
 
   Do not do that. Use:
<attribute name="Drivers">org.hsql.jdbcDriver, org.enhydra.instantdb.jdbc.idbDriver, oracle.jdbc.driver.OracleDriver</attribute>
   You have defined databases that use the Hsql and the Idb.
 
   Lachezar

Hi,
Iv just been trying to get an Oracle doirver working in Jboss.
Iv placed my classes12.zip file in the lib/ext file and edited the jboss.cml file so :-
<!-- JDBC -->
  <mbean code="org.jboss.jdbc.JdbcProvider" name="DefaultDomain:service=JdbcProvider">
    <attribute name="Drivers">org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver</attribute> -->
     <attribute name="Drivers">oracle.jdbc.driver.OracleDriver</attribute>
  </mbean>


 

Reply via email to