[jboss-jira] [JBoss JIRA] (WFLY-4854) Exclude org.jboss.logmanager:jboss-logmanager from wildfly-client-all (jboss-client.jar)
Kabir Khan (JIRA)
issues at jboss.org
Wed Dec 6 11:21:31 EST 2017
[ https://issues.jboss.org/browse/WFLY-4854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan closed WFLY-4854.
----------------------------
> Exclude org.jboss.logmanager:jboss-logmanager from wildfly-client-all (jboss-client.jar)
> ----------------------------------------------------------------------------------------
>
> Key: WFLY-4854
> URL: https://issues.jboss.org/browse/WFLY-4854
> Project: WildFly
> Issue Type: Bug
> Components: Application Client
> Reporter: Martin Simka
> Assignee: Jeff Mesnil
> Fix For: 10.0.0.Alpha5
>
>
> Exclude org.jboss.logmanager:jboss-logmanager from wildfly-client-all (jboss-client.jar)
> its presence causes TCK failures with error:
> {noformat}
> IllegalStateException: The LogManager was not properly installed (you must set the "java.util.logging.manager" system property to "org.jboss.logmanager.LogManager")
> {noformat}
> as LogManager is loaded twice, from jboss-client.jar and from module. It was brought in together with ActiveMQ Artemis messaging.
> {noformat}
> [INFO] --- maven-dependency-plugin:2.9:tree (default-cli) @ wildfly-client-all ---
> [INFO] org.wildfly:wildfly-client-all:jar:10.0.0.Alpha5-SNAPSHOT
> [INFO] +- org.wildfly:wildfly-ejb-client-bom:pom:10.0.0.Alpha5-SNAPSHOT:compile
> [INFO] | +- org.jboss:jboss-ejb-client:jar:2.1.1.Final:compile
> [INFO] | +- org.jboss:jboss-remote-naming:jar:2.0.4.Final:compile
> [INFO] | +- org.jboss.logging:jboss-logging:jar:3.2.1.Final:compile
> [INFO] | +- org.jboss.marshalling:jboss-marshalling:jar:1.4.10.Final:compile
> [INFO] | +- org.jboss.marshalling:jboss-marshalling-river:jar:1.4.10.Final:compile
> [INFO] | +- org.jboss.remoting:jboss-remoting:jar:4.0.9.Final:compile
> [INFO] | +- org.jboss.sasl:jboss-sasl:jar:1.0.5.Final:compile
> [INFO] | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
> [INFO] | +- org.jboss.spec.javax.ejb:jboss-ejb-api_3.2_spec:jar:1.0.0.Final:compile
> [INFO] | +- org.jboss.xnio:xnio-api:jar:3.3.1.Final:compile
> [INFO] | \- org.jboss.xnio:xnio-nio:jar:3.3.1.Final:compile
> [INFO] +- org.wildfly:wildfly-jms-client-bom:pom:10.0.0.Alpha5-SNAPSHOT:compile
> [INFO] | +- org.apache.activemq:artemis-commons:jar:1.0.0:compile
> [INFO] | | +- org.jboss.logmanager:jboss-logmanager:jar:2.0.0.Final:compile
> [INFO] | | \- commons-beanutils:commons-beanutils:jar:1.9.2:compile
> [INFO] | | \- commons-collections:commons-collections:jar:3.2.1:compile
> [INFO] | +- org.apache.activemq:artemis-core-client:jar:1.0.0:compile
> [INFO] | | +- org.jgroups:jgroups:jar:3.6.4.Final:compile
> [INFO] | | +- org.apache.activemq:artemis-selector:jar:1.0.0:compile
> [INFO] | | \- org.apache.activemq:artemis-journal:jar:1.0.0:compile
> [INFO] | | \- org.apache.activemq:artemis-native:jar:1.0.0:compile
> [INFO] | +- org.apache.activemq:artemis-jms-client:jar:1.0.0:compile
> [INFO] | | +- org.apache.geronimo.specs:geronimo-jms_2.0_spec:jar:1.0-alpha-1:compile
> [INFO] | | \- javax.inject:javax.inject:jar:1:compile
> [INFO] | +- org.hornetq:hornetq-commons:jar:2.4.7.Final:compile
> [INFO] | +- org.hornetq:hornetq-core-client:jar:2.4.7.Final:compile
> [INFO] | | \- org.hornetq:hornetq-journal:jar:2.4.7.Final:compile
> [INFO] | | \- org.hornetq:hornetq-native:jar:2.4.7.Final:compile
> [INFO] | +- org.hornetq:hornetq-jms-client:jar:2.4.7.Final:compile
> [INFO] | +- io.netty:netty-all:jar:4.0.26.Final:compile
> [INFO] | +- org.jboss.spec.javax.jms:jboss-jms-api_2.0_spec:jar:1.0.0.Final:compile
> [INFO] | \- org.slf4j:jcl-over-slf4j:jar:1.7.7.jbossorg-1:compile
> [INFO] | \- org.slf4j:slf4j-api:jar:1.7.7.jbossorg-1:compile
> [INFO] +- org.jboss.remotingjmx:remoting-jmx:jar:2.0.1.Final:compile
> [INFO] \- org.wildfly.checkstyle:wildfly-checkstyle-config:jar:1.0.3.Final:compile
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list