[jboss-jira] [JBoss JIRA] Created: (AS7-1607) Investigate: can we move logging dependencies out of property org.jboss.osgi.system.modules?
David Bosschaert (JIRA)
jira-events at lists.jboss.org
Mon Aug 22 05:19:17 EDT 2011
Investigate: can we move logging dependencies out of property org.jboss.osgi.system.modules?
--------------------------------------------------------------------------------------------
Key: AS7-1607
URL: https://issues.jboss.org/browse/AS7-1607
Project: Application Server 7
Issue Type: Task
Components: OSGi
Affects Versions: 7.0.1.Final, 7.0.0.Final
Reporter: David Bosschaert
Assignee: David Bosschaert
Priority: Minor
Currently the org.jboss.osgi.system.modules property contains a number of logging components:
{code:xml}<property name="org.jboss.osgi.system.modules">
org.apache.commons.logging,
org.apache.log4j,
org.jboss.as.osgi,
org.slf4j,
</property>{code}
It would be good to see if we can move these modules to the <modules> section of the configuration and load them as proper modules rather than having them merged with the system module.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list