Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-18130

JBDS doesn't follow/honor <module-alias> of jboss modules

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 4.2.0.CR1
    • 4.2.0.CR1
    • server
    • None

      JBDS 8 beta3 cannot resolve <module-alias> of jboss modules. For example, org.apache.log4j cannot resolved with these configurations [1][2][3]. They are valid; when I create a similar maven project, it can be deployed in EAP 6.3.0.

      [1]

      MANIFEST.MF
       Manifest-Version: 1.0
       Class-Path:
       Dependencies: org.apache.log4j
      

      [2]

      import org.apache.log4j.Logger;
      ...
      public class SampleClass{
              private static final Logger logger = Logger.getLogger(SampleClass.class);
      ...
      

      [3]

      module.xml
      <module-alias xmlns="urn:jboss:module:1.1" name="org.apache.log4j" target-name="org.jboss.log4j.logmanager"/>
      

            rob.stryker Rob Stryker (Inactive)
            rhn-support-tkonishi Takayuki Konishi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: