You'd need to find a class implementing XADataSource.  You might get close
if you can find a class implementing XAResource or XAConnection.

david jencks

On 2002.04.10 14:03:18 -0400 Davide De Benedictis wrote:
> Hi,
> I'm starting experimenting Borland JDataStore with JBoss 2.4.4.
> I'm able to successfully start and connect to my database.
> 
> Configuring JBoss.jcml file, I used as javax.sql.XADataSource
> implementation 
> class, the:
> 
> org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
> 
> JBoss manual suggest to use this class if the db driver doesn't support
> XA 
> transactions. Given that JDataStore supports XA, I was trying to figure
> out 
> which class of the Borland package is implementing this interface.
> Actually 
> Borland docs are very foggy... I tried without success with:
> 
> com.borland.javax.sql.JdbcConnectionPool
> 
> and:
> 
> com.borland.javax.sql.JdbcConnectionFactory
> 
> I always get a NoSuchMethodException during Server startup.
> 
> Is there someone who used the real Borland class ?
> 
> Thank you in advance
> 
> Davide De Benedictis
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 

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

Reply via email to