[jboss-jira] [JBoss JIRA] (WFLY-9471) ClassNotFoundException when loading Artemis transformer class.

Jeff Mesnil (JIRA) issues at jboss.org
Tue Oct 24 10:41:00 EDT 2017


Jeff Mesnil created WFLY-9471:
---------------------------------

             Summary: ClassNotFoundException when loading Artemis transformer class.
                 Key: WFLY-9471
                 URL: https://issues.jboss.org/browse/WFLY-9471
             Project: WildFly
          Issue Type: Bug
          Components: JMS
    Affects Versions: 11.0.0.Final
            Reporter: Jeff Mesnil
            Assignee: Jeff Mesnil


The org.apache.activemq.artemis module has an optional dependency on a org.apache.activemq.artemis.addons that is meant to define classes that needs to be instantiated by Artemis (e.g. divert's transformers, server interceptors, etc.).

However the code that is instantiating classes from Artemis has been moved from the  org.apache.activemq.artemis to the org.apache.activemq.artemis.journal module in WFLY-5522.

The optional dependency to org.apache.activemq.artemis.addons should set export to true so that its classes can be loaded by the  org.apache.activemq.artemis.journal module.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list