[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
Tue Mar 6 03:55:36 EST 2012
[ https://issues.jboss.org/browse/AS7-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler resolved AS7-4034.
---------------------------------
Fix Version/s: 7.1.0.Final
(was: 7.1.1.Final)
Resolution: Done
This is a non-issue. In 7.1.0.Final you can already do
{code}
<property name="org.jboss.osgi.system.modules.extra">
org.apache.log4j
</property>
{code}
> 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.0.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