[jboss-jira] [JBoss JIRA] (WFLY-6519) bridge resource does not define a module for its transformer class

Jeff Mesnil (JIRA) issues at jboss.org
Thu Apr 14 04:29:00 EDT 2016


     [ https://issues.jboss.org/browse/WFLY-6519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Mesnil updated WFLY-6519:
------------------------------
    Description: 
The bridge resource defines a transformer-class-name but there is no way to define which JBoss module contain this class.

This means that the module defining the class must be a dependency of the org.apache.activemq.artemis module since it's Artemis that currently loads it.

The messaging-activemq subsystem would then be able to load it and pass it to Artemis's ServiceRegistry (similarly to the interceptors).

  was:
The divert resource defines a transformer-class-name but there is no way to define which JBoss module contain this class.

This means that the module defining the class must be a dependency of the org.apache.activemq.artemis module since it's Artemis that currently loads it.

The messaging-activemq subsystem would then be able to load it and pass it to Artemis's ServiceRegistry (similarly to the interceptors).



> bridge resource does not define a module for its transformer class
> ------------------------------------------------------------------
>
>                 Key: WFLY-6519
>                 URL: https://issues.jboss.org/browse/WFLY-6519
>             Project: WildFly
>          Issue Type: Bug
>          Components: JMS
>    Affects Versions: 10.0.0.Final
>            Reporter: Jeff Mesnil
>            Assignee: Jeff Mesnil
>
> The bridge resource defines a transformer-class-name but there is no way to define which JBoss module contain this class.
> This means that the module defining the class must be a dependency of the org.apache.activemq.artemis module since it's Artemis that currently loads it.
> The messaging-activemq subsystem would then be able to load it and pass it to Artemis's ServiceRegistry (similarly to the interceptors).



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list