Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-23964

WFLYJCA0073: Failed to load module for RA [org.jboss.genericjms]

XMLWordPrintable

    • False
    • None
    • False

      EAP 8 builds before Jakarta big bang

      [standalone@localhost:9990 /] /subsystem=resource-adapters/resource-adapter=MyResourceAdapter:add(module=org.jboss.genericjms)
      {"outcome" => "success"}
      

      EAP 8.0.0.Beta-DR3 after Jakarta big bang

      [standalone@localhost:9990 /] /subsystem=resource-adapters/resource-adapter=MyResourceAdapter:add(module=org.jboss.genericjms)
      {
          "outcome" => "failed",
          "failure-description" => "WFLYJCA0073: Failed to load module for RA [org.jboss.genericjms]",
          "rolled-back" => true
      }
      

      The reason is that this file isn't migrated yet - it contains old schema and `javax.` references (old versions, descriptions..):

      https://github.com/wildfly/wildfly/blob/main/ee-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/genericjms/main/META-INF/ra.xml

            thofman Tomas Hofman
            jbliznak@redhat.com Jan Blizňák
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: