Hi,
first, you neither need the line in jboss.properties, as I guess you are on
JBoss 2.2. Then you won't either need the jboss.conf entries, so they must
go as well. You should see something like [jdbcDrivers]
oracle.jdbc.driver.OracleDriver loaded during startup, or your driver isn't
found by JBoss if not drop classes12.zip into lib/ext dir. If this does not
start JBoss correctly try using something like a JDBC-Explorer (something
nice from Borland) and try whether your URL/user/password work. Report any
results...
Burkhard

----- Original Message -----
From: "Isidoro Fernandez Diaz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 17, 2001 3:21 PM
Subject: [JBoss-user] Oracle Integration again


> Hi!
>
>     Those are my JBoss´s configuration files:
>
> The new lines in the files are:
>
> Jboss.properties :
>
>
>
jdbc.drivers=oracle.jdbc.driver.OracleDriver,org.hsql.jdbcDriver,org.enhydra
> .instantdb.jdbc.idbDriver
> Jboss.conf :
>
>         <MLET CODE="org.jboss.jdbc.XADataSourceLoader" ARCHIVE="jboss.jar"
> CODEBASE="../lib/ext/">
>                             <ARG TYPE="java.lang.String" VALUE="OracleDB">
>                             <ARG TYPE="java.lang.String"
> VALUE="org.jboss.minerva.xa.XADataSourceImpl">
>                         </MLET>
>
> Jboss.jcml:
>
>  First........................
>
>  <mbean code="org.jboss.jdbc.JdbcProvider"
> name="DefaultDomain:service=JdbcProvider">
>      <attribute
>
name="Drivers">oracle.jdbc.driver.OracleDriver,org.hsql.jdbcDriver,org.enhyd
> ra.instantdb.jdbc.idbDriver</attribute>
>   </mbean>
>
> and..............
>
>
>   <mbean code="org.jboss.jdbc.XADataSourceLoader"
> name="DefaultDomain:service=XADataSource,name=OracleDB">
>     <attribute name="PoolName">OracleDB</attribute>
>     <attribute
>
name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp
> l</attribute>
>     <attribute name="Properties"></attribute>
>     <attribute
name="URL">jdbc:oracle:thin:@1.0.18.76:1521:SONIX</attribute>
>     <attribute name="GCMinIdleTime">1200000</attribute>
>     <attribute name="JDBCUser">provision</attribute>
>     <attribute name="MaxSize">10</attribute>
>     <attribute name="Password">provision</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>
>
>
>
> the problem is that jboss don't finished and stopped in this line:
>
>
>                 [OracleDS] XA Connection pool OracleDS bound
> tojava:/OracleDS
>
>     and JBoss don't continues, not appears :
>
>                 [OracleDS] Started
>
>
>
>
> Isidoro Fernández Díaz
> mailto:[EMAIL PROTECTED]
> Software Engineer
> TELENIUM, The New Millennium Telecom Company
> Agustín de Foxá, 25, plta. 13
> 28036 MADRID
> Tel. +34 91 315 85 62
> Fax +34 91 315 63 37
> http://www.telenium.es
>
>
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to