Sacha,

I don't want to de-rail this thread off of your need, but I have a 
question about your configuration...

You put the oracle.jdbc.xa.OracleXid XidClassName in the jboss.jcml, 
thought the docs say to put it in jboss.properties as the value for 
jboss.xa.xidclass.  Also, I see an mbean block below for 
ClientUserTransactionService that isn't in my jboss.jcml file.

Are both these things specific to the fact that you're running JBoss 2.3 
BETA?  (I'm using 2.2.1.)

I had an earlier question to the jboss-user list about why do the docs 
say to use the minerva wrapper instead of the Oracle XADataSource, which 
I haven't had a reply to yet - though it seems you've been able to do 
it.  Again, is that just a 2.3 thing?  You probably don't have to do 
anything in jboss.properties, do you?

Thanks (and sorry for the distraction to your original question),
David

--

Sacha Labourey wrote:

> Hello,
> 
> Again a problem with Jboss and Oracle. I am using drivers 8.1.7r3 thin and
> have this configuration (DB server is also 8.1.7):
> 
> jboss.jcml:
> ===========
>   <mbean code="org.jboss.tm.TransactionManagerService"
> name="DefaultDomain:service=TransactionManager">
>     <attribute name="TransactionTimeout">300</attribute>
>     <attribute name="XidClassName">oracle.jdbc.xa.OracleXid</attribute>
>   </mbean>
> 
>   <mbean code="org.jboss.tm.usertx.server.ClientUserTransactionService"
> name="DefaultDomain:service=ClientUserTransaction">
>   </mbean>
> 
>   <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>
> 
>   <mbean code="org.jboss.jdbc.XADataSourceLoader"
> name="DefaultDomain:service=XADataSource,name=OracleDB">
>     <attribute name="PoolName">OracleDB</attribute>
>     <attribute
> name="DataSourceClass">oracle.jdbc.xa.client.OracleXADataSource</attribute>
>     <attribute name="URL">jdbc:oracle:thin:@test01:1521:cogito</attribute>
>     <attribute name="JDBCUser">dupple</attribute>
>     <attribute name="Password">bupple</attribute>
>   </mbean>
> 
> 
> When performing simple FindByPK, insert, update, ... everything is ok. But
> when performing massive find, It fails at something approaching the 9th
> object to fetch (I know, someone had this problem, but I haven't been able
> to solve it):
> 
> lots of stuff...
> [Service Control] Started 28 services
> [Default] JBoss 2.3 BETA Started in 0m:29s



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

Reply via email to