Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-6269

connector-service resource does not define a module for the classes to load

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 10.1.0.Final
    • 10.0.0.Final
    • JMS
    • None

    Description

      The connector-service resource has only a factory-class attribute and does not specify from which module the class should be loaded.

              <connector-service name="b"
                                 factory-class="bar.foo">
                  <param name="foo"
                         value="${connector.value:bar}"/>
                  <param name="bar"
                         value="2"/>
              </connector-service>
      

      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.

      A module attribute should be added so that the class could be loaded from any module.
      The messaging-activemq subsystem would then be able to load it and pass it to Artemis's ServiceRegistry (similarly to the interceptors).

      Attachments

        Issue Links

          Activity

            People

              jmesnil1@redhat.com Jeff Mesnil
              jmesnil1@redhat.com Jeff Mesnil
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: