Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4034

Allow the set of default system modules to be amended

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 7.1.0.Final
    • None
    • OSGi
    • None

    Description

      If a bundle has a dependency on log4j. We need to setup visibility to that module like this

      <property name="org.jboss.osgi.system.modules">
      javax.api,
      javax.inject.api,
      org.apache.log4j,
      org.apache.xerces,
      org.jboss.as.configadmin,
      org.jboss.as.osgi,
      org.jboss.logging,
      org.jboss.modules,
      org.jboss.msc,
      org.jboss.osgi.framework,
      org.jboss.osgi.repository,
      org.slf4j,
      </property>
      
      <property name="org.osgi.framework.system.packages.extra">
      org.apache.log4j;version=1.2
      </property>
      

      All other modules except org.apache.log4j are configured by default.
      Currently there is no way to amend the set of default modules.

      Attachments

        Activity

          People

            tdiesler@redhat.com Thomas Diesler
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: