Hi,
I am trying to install jbpm-work-items with with
C:\Verano\dev\gitdownloads\jbpm-work-items>mvn clean install
However I found next error:
[INFO] Running org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.733 s <<< FAILURE! - in org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest
[ERROR] testWorkitemValidity(org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest) Time elapsed: 4.591 s <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
at org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest.testWorkitemValidity(ArchiveWorkitemIntegrationTest.java:38)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ArchiveWorkitemIntegrationTest.testWorkitemValidity:38 expected:<1> but was:<0>
[INFO]
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[INFO]
Hi,
I am trying to install jbpm-work-items with with
C:\Verano\dev\gitdownloads\jbpm-work-items>mvn clean install
However I found next error:
[INFO] Running org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.733 s <<< FAILURE! - in org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest
[ERROR] testWorkitemValidity(org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest) Time elapsed: 4.591 s <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
at org.jbpm.process.workitem.archive.ArchiveWorkitemIntegrationTest.testWorkitemValidity(ArchiveWorkitemIntegrationTest.java:38)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ArchiveWorkitemIntegrationTest.testWorkitemValidity:38 expected:<1> but was:<0>
[INFO]
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[INFO]