[jbpm-dev] [Design of JBoss jBPM] - Re: slf4j linking error ?

thomas.diesler@jboss.com do-not-reply at jboss.com
Wed Oct 22 11:39:44 EDT 2008


This is the 'mvn dependency:tree' I used to run the test


  | [INFO] ------------------------------------------------------------------------
  | [INFO] Building JBoss jBPM3 - Core
  | [INFO]    task-segment: [dependency:tree]
  | [INFO] ------------------------------------------------------------------------
  | [INFO] [dependency:tree]
  | [INFO] org.jbpm.jbpm3:jbpm-core:jar:3.3.0-SNAPSHOT
  | [INFO] +- bsh:bsh:jar:1.3.0:compile
  | [INFO] +- commons-logging:commons-logging:jar:1.1.1:compile
  | [INFO] +- dom4j:dom4j:jar:1.6.1:compile
  | [INFO] +- javax.jcr:jcr:jar:1.0.1:provided
  | [INFO] +- javax.mail:mail:jar:1.4:provided
  | [INFO] |  \- javax.activation:activation:jar:1.1:provided
  | [INFO] +- javax.servlet:servlet-api:jar:2.5:provided
  | [INFO] +- junit:junit:jar:3.8.1:compile
  | [INFO] +- org.apache.ant:ant:jar:1.7.0:compile
  | [INFO] |  \- org.apache.ant:ant-launcher:jar:1.7.0:compile
  | [INFO] +- org.apache.jackrabbit:jackrabbit-core:jar:1.4.5:compile
  | [INFO] |  +- concurrent:concurrent:jar:1.3.4:compile
  | [INFO] |  +- commons-collections:commons-collections:jar:3.1:compile
  | [INFO] |  +- org.apache.jackrabbit:jackrabbit-api:jar:1.4:compile
  | [INFO] |  +- org.apache.jackrabbit:jackrabbit-jcr-commons:jar:1.4:compile
  | [INFO] |  +- org.apache.jackrabbit:jackrabbit-spi-commons:jar:1.4:compile
  | [INFO] |  +- org.apache.jackrabbit:jackrabbit-spi:jar:1.4:compile
  | [INFO] |  +- org.apache.jackrabbit:jackrabbit-text-extractors:jar:1.4:compile
  | [INFO] |  |  +- org.apache.poi:poi:jar:3.0.2-FINAL:compile
  | [INFO] |  |  +- pdfbox:pdfbox:jar:0.6.4:compile
  | [INFO] |  |  +- org.textmining:tm-extractors:jar:0.4:compile
  | [INFO] |  |  +- nekohtml:nekohtml:jar:0.9.4:compile
  | [INFO] |  |  \- xerces:xercesImpl:jar:2.6.2:compile
  | [INFO] |  |     \- xml-apis:xml-apis:jar:1.3.02:compile
  | [INFO] |  +- org.apache.lucene:lucene-core:jar:2.2.0:compile
  | [INFO] |  \- org.apache.derby:derby:jar:10.2.1.6:compile
  | [INFO] +- org.hibernate:hibernate:jar:3.2.6.ga:compile
  | [INFO] |  +- net.sf.ehcache:ehcache:jar:1.2.3:compile
  | [INFO] |  +- javax.transaction:jta:jar:1.0.1B:compile
  | [INFO] |  +- asm:asm-attrs:jar:1.5.3:compile
  | [INFO] |  +- antlr:antlr:jar:2.7.6:compile
  | [INFO] |  +- cglib:cglib:jar:2.1_3:compile
  | [INFO] |  \- asm:asm:jar:1.5.3:compile
  | [INFO] +- org.slf4j:slf4j-api:jar:1.5.5:compile
  | [INFO] +- dumbster:dumbster:jar:1.6:test
  | [INFO] +- jaxen:jaxen:jar:1.1.1:test
  | [INFO] |  +- jdom:jdom:jar:1.0:test
  | [INFO] |  \- xom:xom:jar:1.0:test
  | [INFO] |     +- xerces:xmlParserAPIs:jar:2.6.2:test
  | [INFO] |     +- xalan:xalan:jar:2.6.0:test
  | [INFO] |     \- com.ibm.icu:icu4j:jar:2.6.1:test
  | [INFO] +- org.slf4j:slf4j-log4j12:jar:1.5.5:test
  | [INFO] +- hsqldb:hsqldb:jar:1.8.0.7:test
  | [INFO] \- log4j:log4j:jar:1.2.14:test (scope not updated to runtime)
  | [INFO] ------------------------------------------------------------------------
  | [INFO] BUILD SUCCESSFUL
  | [INFO] ------------------------------------------------------------------------
  | 

Note, it uses sl4j-1.5.5


  | [tdiesler at tdvaio trunk]$ svn log -v -r2585
  | ------------------------------------------------------------------------
  | r2585 | thomas.diesler at jboss.com | 2008-10-22 16:09:27 +0200 (Wed, 22 Oct 2008) | 1 line
  | Changed paths:
  |    M /jbpm3/trunk/modules/core/pom.xml
  |    M /jbpm3/trunk/pom.xml
  | 
  | [JBPM-1720] update to sl4j-1.5.5
  | 

With sl4j-1.5.5 in place the issue does not show any more - for me.

Also see

https://jira.jboss.org/jira/browse/JBPM-1720

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183889#4183889

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183889



More information about the jbpm-dev mailing list