[ http://issues.apache.org/jira/browse/DERBY-1163?page=all ]

Anurag Shekhar updated DERBY-1163:
----------------------------------

    Attachment: derby-1163.diff

Added classes
EmbedXAConnection40 and EmbedPoolableConnection40
EmbedPoolableconnection40 extends from EmbedConnection. It has stub 
implementation of the jdbc4.0 methods of PoolableConnection.
EmbedXAConnection40 extends from EmbedPoolableConnection40. All the methods in 
EmbedXAConnection is copied to this class too.

Modifed Class
XAStatementControl
Changed this to use EmbedPoolableConnection so that EmbedXAConnection40 can be 
passed this.

Right now the EmbedXAConnection40 EmbedPoolableConnection40 are unused (there 
is no class which uses these) and there there is no way 
to get these from user application. 
4.0 DataSource implementation which will be provided as part of jira 1137 will 
be used to  instantiate these classes.


> Add jdbc4.0 implementation of EmbedPooledConnection and EmbedXAConnection
> -------------------------------------------------------------------------
>
>          Key: DERBY-1163
>          URL: http://issues.apache.org/jira/browse/DERBY-1163
>      Project: Derby
>         Type: New Feature
>  Environment: jdk1.6, jdbc4.0
>     Reporter: Anurag Shekhar
>     Assignee: Anurag Shekhar
>      Fix For: 10.2.0.0
>  Attachments: derby-1163.diff
>


-- 
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