CNFEX org.slf4j.impl.StaticLoggerBinder building xstream and guice
------------------------------------------------------------------
Key: BVAL-84
URL: https://issues.apache.org/jira/browse/BVAL-84
Project: BeanValidation
Issue Type: Bug
Components: build
Affects Versions: 0.2-incubating
Reporter: Albert Lee
Priority: Minor
Clean downloaded from trunk and hit the following exception in xstream and
guice modules from "mvn install"
java.lang.NoClassDefFoundError: org.slf4j.impl.StaticLoggerBinder
at org.slf4j.LoggerFactory.bind(LoggerFactory.java:121)
at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:111)
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:268)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:241)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:254)
at org.apache.bval.MetaBeanBuilder.<clinit>(MetaBeanBuilder.java:32)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:167)
at
org.apache.bval.xml.XMLMetaBeanManager.<init>(XMLMetaBeanManager.java:42)
at
org.apache.bval.xml.XMLMetaBeanManagerTest.<init>(XMLMetaBeanManagerTest.java:35)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.