[ http://issues.apache.org/jira/browse/DERBY-1009?page=all ]
     
Daniel John Debrunner resolved DERBY-1009:
------------------------------------------

    Resolution: Fixed

> Embedded ResultSet.getStatement() does not return the Statement object that 
> created it  for a connection returned from EmbeddedXADataSource
> -------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-1009
>          URL: http://issues.apache.org/jira/browse/DERBY-1009
>      Project: Derby
>         Type: Bug
>   Components: JDBC
>     Versions: 10.2.0.0
>     Reporter: Daniel John Debrunner
>     Assignee: Daniel John Debrunner
>      Fix For: 10.2.0.0

>
> May also be the case for connections obtained from 
> EmbeddedConnectionPoolDataSource.
> ResultSet.getStatement() is returning the undetlying "physical" 
> java.sql.Statement object, not the brokered object.
> Bug as applications can then get at the underlying "physical" connection and 
> thus continue to
>  use a connection that may have been assigned to someone else. Causes FAIL 
> messages in the
> new jdbcapi/XATest, real checks should be added in checkDataSource to ensure 
> all the possible
> connection objects are checked.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to