Bug 1036189 - EAP module conflict with commons-logging
Summary: EAP module conflict with commons-logging
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: ModeShape
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: CR1
: 6.0
Assignee: Horia Chiorean
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-29 16:05 UTC by Julian Coleman
Modified: 2016-02-10 08:52 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
The hierarchical database module, org/apache/tika/1.3, contains both a commons logging jar, and also a dependency on EAP's commons logging module. This is causing a warning in the EAP server log.
Clone Of:
Environment:
Last Closed: 2016-02-10 08:52:11 UTC
Type: Bug


Attachments (Terms of Use)

Description Julian Coleman 2013-11-29 16:05:26 UTC
The ModeShape module:

  org/apache/tika/1.3

contains both a commons logging jar, and also a dependency on EAP's commons logging module.  From module.xml:

  <resource-root path="commons-logging-1.1.1.jar" />

  <dependencies>
    <module name="org.apache.commons.logging" />
  </dependencies>

This causes warnings in the EAP server log of the form:

  JarClassLoader: Warning:
    org/apache/commons/logging/impl/SimpleLog.class in
    lib/commons-logging-1.1.1.jar is hidden by
    lib/jcl-over-slf4j-1.7.2-redhat-1.jar (with different bytecode)


Note You need to log in before you can comment on or make changes to this bug.