Re: [JBoss-user] RE: MS SQL XA driver (was: You are not getting the semantics you expect warning)

2002-07-30 Thread Burns, Jamie
Found my problem which has left me feeling very red faced. I put the code from my standalone test class that listed the class heirarchy for com.microsoft.jdbcx.sqlserver.SQLServerDataSource into XAManagedConnectionFactory and compared the results. It turns out l was using a pre v2.2patch1

RE: [JBoss-user] RE: MS SQL XA driver (was: You are not getting the semantics you expect warning)

2002-07-30 Thread Burns, Jamie
I am not getting any You are not getting the semantics you expect messages in the log now that l am using SQLServerDataSource. Thanks This electronic mail system is used for information purposes and is

RE: [JBoss-user] RE: MS SQL XA driver (was: You are not getting the semantics you expect warning)

2002-07-30 Thread Burns, Jamie
Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 7:21 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] RE: MS SQL XA driver (was: You are not getting the semantics you expect warning) 1. It shouldn't implement XAResource, it should implement XADataSource

RE: [JBoss-user] RE: MS SQL XA driver (was: You are not getting the semantics you expect warning)

2002-07-25 Thread Geer, Benjamin
Burns, Jamie wrote: It seems clear that JBoss is finding com.microsoft.jdbcx.sqlserver.SQLServerDataSource. If it couldnt find it l would expect a ClassNotFoundException. It also seems clear that it should be able to be cast it to javax.sql.XADataSource since the super class implements

RE: [JBoss-user] RE: MS SQL XA driver (was: You are not getting the semantics you expect warning)

2002-07-23 Thread Geer, Benjamin
to Microsoft. Benjamin -Original Message- From: Burns, Jamie [mailto:[EMAIL PROTECTED]] Sent: 23 July 2002 11:23 To: '[EMAIL PROTECTED]' Subject: [JBoss-user] RE: MS SQL XA driver (was: You are not getting the semantics you expect warning) Im using v2.2.0022 which was released April 2002

RE: [JBoss-user] RE: MS SQL XA driver (was: You are not getting the semantics you expect warning)

2002-07-23 Thread Burns, Jamie
Title: RE: [JBoss-user] RE: MS SQL XA driver (was: You are not getting the semantics you expect warning) The output from my little standalone test class shows the following relationships java.lang.Object + com.microsoft.jdbcx.base.BaseDataSource implements javax.sql.DataSource

Re: [JBoss-user] RE: MS SQL XA driver (was: You are not getting the semantics you expect warning)

2002-07-23 Thread David Jencks
: MS SQL XA driver (was: You are not getting the semantics you expect warning) In that case, I haven't a clue. You could try instantiating one of those objects yourself (just in a little standalone test class), and inspecting it using java.lang.reflect to see what interfaces