[jboss-jira] [JBoss JIRA] (AS7-1389) Log API dependencies should be included automatically in deployments
Lars Fischer (Commented) (JIRA)
jira-events at lists.jboss.org
Tue Nov 15 03:21:41 EST 2011
[ https://issues.jboss.org/browse/AS7-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642815#comment-12642815 ]
Lars Fischer commented on AS7-1389:
-----------------------------------
{quote}
If a user does include such JARs they would be ignored, thus the deployment will continue to work. If the user explicitly wants to use their own logging JARs for some reason, then they'd configure the exclusion.
{quote}
Is this the current behaviour or your suggestion?
Ignoring included jars is NOT what I define as working, because expected functions (the defined logging) are disabled or behaving different.
One goal of JEE6 was to increase portability of applications (e.g. through portable JNDI paths). Introducing another need to touch applications to enable expected behaviour on different AppServers is a step back.
> Log API dependencies should be included automatically in deployments
> --------------------------------------------------------------------
>
> Key: AS7-1389
> URL: https://issues.jboss.org/browse/AS7-1389
> Project: Application Server 7
> Issue Type: Bug
> Components: Logging
> Affects Versions: 7.0.0.Final
> Reporter: David Lloyd
> Assignee: James Perkins
> Fix For: 7.1.0.CR1
>
>
> The following log APIs should be included by deployments by default:
> * {{org.slf4j}}
> * {{org.apache.commons.logging}}
> * {{org.log4j}}
> These dependencies should override the deployment's versions of these libraries unless explicitly excluded by {{jboss-deployment-structure.xml}}.
--
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