[
https://issues.apache.org/jira/browse/ARTEMIS-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15263010#comment-15263010
]
Justin Bertram commented on ARTEMIS-245:
----------------------------------------
My point is that a single change to the javax.resource.spi.ManagedConnection
implementation is not sufficient. All the appropriate classes need to be
changed so that the lazy connection association optimization is implemented
properly. Implementing javax.resource.spi.DissociatableManagedConnection just
part of it seems like asking for trouble. If an application server invokes
dissociateConnections() how it is then going to be able to re-associate a
physical connection with the logical one? In my opinion it needs to be all or
nothing. If, at the end of the day, you don't have any way to test it then
it's probably best not to implement it at all.
> Change resource adapter to work with Tomee
> ------------------------------------------
>
> Key: ARTEMIS-245
> URL: https://issues.apache.org/jira/browse/ARTEMIS-245
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Affects Versions: 1.0.0, 1.1.0, 1.2.0
> Reporter: clebert suconic
> Fix For: 1.3.0
>
> Attachments: patch.txt
>
>
> It seems that Tomee requires a JMS interface to be returned. We should try
> changing the RA to be compatible with it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)