[jbossts-issues] [JBoss JIRA] (JBTM-2352) JDBC test suite fails if an XA DataSource does not implement javax.sql.DataSource

Tom Jenkinson (JIRA) issues at jboss.org
Fri Apr 10 08:02:19 EDT 2015


     [ https://issues.jboss.org/browse/JBTM-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Jenkinson updated JBTM-2352:
--------------------------------
    Fix Version/s:     (was: 5.0.5)


> JDBC test suite fails if an XA DataSource does not implement javax.sql.DataSource
> ---------------------------------------------------------------------------------
>
>                 Key: JBTM-2352
>                 URL: https://issues.jboss.org/browse/JBTM-2352
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>          Components: Testing
>    Affects Versions: 5.0.4
>            Reporter: Michael Musgrove
>            Assignee: Michael Musgrove
>
> I tried testing a new JDBC driver with the qa test suite. The test fail unless the XA DataSource implements javax.sql.DataSource:
> {code}
> ccessors.DynamicDataSourceJDBCAccess at 61d38439 : java.lang.ClassCastException: com.impossibl.postgres.jdbc.xa.PGXADataSource cannot be cast to javax.sql.DataSource
> 2015-03-12 14:21:08,176 out:    at com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess.initialise(DynamicDataSourceJDBCAccess.java:84)
> 2015-03-12 14:21:08,176 err: 2015-03-12 14:21:08.176 FINE POA RootPOA... done
> 2015-03-12 14:21:08,176 out:    at com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore.<init>(JDBCStore.java:214)
> {code}
> In addition the jdbc testsuite only works with XADataSources that implement javax.naming.Referenceable. As part of the fix we should investigate whether using com/arjuna/ats/internal/jdbc/ProvidedXADataSourceConnection will remove this restriction.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbossts-issues mailing list