in jboss.jcml
<mbean code="org.jboss.jdbc.XADataSourceLoader" name="DefaultDomain:service=XA
DataSource,name=YourJNDIDS">
<attribute name="PoolName">YourJNDIDS</attribute>
<attribute name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADa
taSourceImpl</attribute>
<attribute name="Properties"/>
<attribute name="URL">jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521:YOURSID</attribute>
<attribute name="GCMinIdleTime">0</attribute>
<attribute name="JDBCUser">XXXXXX</attribute>
<attribute name="MaxSize">10</attribute>
<attribute name="Password">xxxxxxx</attribute>
<attribute name="GCEnabled">false</attribute>
<attribute name="InvalidateOnError">false</attribute>
<attribute name="TimestampUsed">false</attribute>
<attribute name="Blocking">true</attribute>
<attribute name="GCInterval">0</attribute>
<attribute name="IdleTimeout">0</attribute>
<attribute name="IdleTimeoutEnabled">false</attribute>
<attribute name="LoggingEnabled">true</attribute>
<attribute name="MaxIdleTimeoutPercent">0</attribute>
<attribute name="MinSize">0</attribute>
</mbean>
You may put in lib/ext the zip archive ( classes12.zip ).
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Viernes, 20 de Abril de 2001 11:14 a.m.
To: [EMAIL PROTECTED]
Subject: [JBoss-user] jBoss 2.2 and Oracle
This eMail was already checked for viruses by TrendMicro InterScan!!!
Hi,
i want to use jBoss as a server for entity and session beans, with
container management persistence and an Oracle database.
I tried to modify jboss.jcml metiond in the documentation but get lots of
exception stack traces.
What services do i need for such an installation and how can i ged rid of
the other services like InstantDb etc.
Thanks
Haug
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
