[jboss-jira] [JBoss JIRA] (JBJCA-853) Include public API for a resource adapter
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Fri Jul 13 14:02:12 EDT 2012
[ https://issues.jboss.org/browse/JBJCA-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jesper Pedersen updated JBJCA-853:
----------------------------------
Description:
The RAR info tool should include the public API for each ManagedConnectionFactory defined in case the ConnectionFactory/Connection doesn't use CCI.
{noformat}
Use CCI: No
ConnectionFactory (com.acme.ra.ConnectionFactory):
Connection getConnection() throws ResourceException
Connection (com.acme.ra.Connection):
String helloWorld()
void close()
{noformat}
was:
The RAR info tool should include the public API for each ManagedConnectionFactory defined in case the ConnectionFactory/Connection doesn't use CCI.
{noformat}
Use CCI: No
ConnectionFactory:
Connection getConnection() throws ResourceException
Connection:
String helloWorld()
void close()
{noformat}
> Include public API for a resource adapter
> -----------------------------------------
>
> Key: JBJCA-853
> URL: https://issues.jboss.org/browse/JBJCA-853
> Project: IronJacamar
> Issue Type: Task
> Components: AS
> Reporter: Jesper Pedersen
> Assignee: Jeff Zhang
> Fix For: 1.1.0.Beta2
>
>
> The RAR info tool should include the public API for each ManagedConnectionFactory defined in case the ConnectionFactory/Connection doesn't use CCI.
> {noformat}
> Use CCI: No
> ConnectionFactory (com.acme.ra.ConnectionFactory):
> Connection getConnection() throws ResourceException
> Connection (com.acme.ra.Connection):
> String helloWorld()
> void close()
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list