Well, RawXADataSourceLoader works and XADataSourceLoader doesnt...
doesnt RawXADataSourceLoader pool connections ??? it should be implemented
in the driver.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Toby Allsopp
Sent: Monday, April 09, 2001 8:47 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Solving Oracle Connection Pool Hanging


RawXADataSourceLoader is not a replacement for XADataSourceLoader.

The latter binds a DataSource implementation into JNDI which provides
connection pooling. The latter binds an XADataSource in JNDI, which provides
pretty much nothing that application components should be messing with.

How are you using the XADataSource in your code?

Toby.

On Mon, Apr 09, 2001 at 04:48:00PM +0200, Shahar Solomianik wrote:
> yes.
> and use properties attribute instead the standard params, and Oracle XA
> instead of minerva...
> this is from my jboss.jcml :
>   <mbean code="org.jboss.jdbc.RawXADataSourceLoader"
> name="DefaultDomain:service=XADataSource,name=OraclePool">
>     <attribute name="PoolName">OraclePool</attribute>
>     <attribute
>
name="DataSourceClass">oracle.jdbc.xa.client.OracleXADataSource</attribute>
>     <attribute
> name="Properties">URL=jdbc:oracle:oci8:scott/tiger@orcl</attribute>
>   </mbean>

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


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

Reply via email to