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

Details

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

    Description

      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"/>
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: