You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2017/08/02 22:57:00 UTC

[jira] [Created] (ARTEMIS-1321) Remove final modifier from org.apache.activemq.artemis.ra.ActiveMQRASession

Jonathan Gallimore created ARTEMIS-1321:
-------------------------------------------

             Summary: Remove final modifier from org.apache.activemq.artemis.ra.ActiveMQRASession
                 Key: ARTEMIS-1321
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1321
             Project: ActiveMQ Artemis
          Issue Type: Improvement
            Reporter: Jonathan Gallimore
            Priority: Trivial


When using Artemis as a JMS provider in Apache TomEE, TomEE will attempt to create a proxy of the org.apache.activemq.artemis.ra.ActiveMQRASession class using its DynamicSubclass mechanism. The 'final' modifier on this class prevents the proxy creation from working.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)