Martin Styk created WFLY-9486:
---------------------------------
Summary: ClassNotFoundException when loading Artemis transformer class.
Key: WFLY-9486
URL:
https://issues.jboss.org/browse/WFLY-9486
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 11.0.0.Final
Reporter: Martin Styk
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)