[jboss-jira] [JBoss JIRA] (AS7-4034) Allow the set of default system modules to be amended
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Mon Mar 5 11:03:38 EST 2012
Thomas Diesler created AS7-4034:
-----------------------------------
Summary: Allow the set of default system modules to be amended
Key: AS7-4034
URL: https://issues.jboss.org/browse/AS7-4034
Project: Application Server 7
Issue Type: Task
Components: OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: 7.1.1.Final
If a bundle has a dependency on log4j. We need to setup visibility to that module like this
{code}
<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>
{code}
{code}
<property name="org.osgi.framework.system.packages.extra">
org.apache.log4j;version=1.2
</property>
{code}
All other modules except org.apache.log4j are configured by default.
Currently there is no way to amend the set of default modules.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list