-
Task
-
Resolution: Done
-
Major
-
None
-
None
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.