You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2016/02/12 08:59:18 UTC

[jira] [Created] (SM-2863) Test failure when building examples

Gert Vanthienen created SM-2863:
-----------------------------------

             Summary: Test failure when building examples
                 Key: SM-2863
                 URL: https://issues.apache.org/jira/browse/SM-2863
             Project: ServiceMix
          Issue Type: Bug
          Components: examples
    Affects Versions: 7.0.0.M1
            Reporter: Gert Vanthienen
             Fix For: 7.0.0.M2


When building the examples in the 7.0.0.M1 assembly, I get this test failure:

{noformat}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.servicemix.examples.drools.test.ActivatorTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.107 sec <<< FAILURE! - in org.apache.servicemix.examples.drools.test.ActivatorTest
test(org.apache.servicemix.examples.drools.test.ActivatorTest)  Time elapsed: 0.063 sec  <<< ERROR!
java.lang.RuntimeException: The requested KieBase "SimpleRuleKBase" does not exist
	at org.apache.servicemix.examples.drools.test.ActivatorTest.test(ActivatorTest.java:36)

Running org.apache.servicemix.examples.drools.test.SimpleTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE! - in org.apache.servicemix.examples.drools.test.SimpleTest
org.apache.servicemix.examples.drools.test.SimpleTest  Time elapsed: 0.003 sec  <<< ERROR!
java.lang.RuntimeException: The requested KieBase "SimpleRuleKBase" does not exist
	at org.apache.servicemix.examples.drools.test.SimpleTest.beforeClass(SimpleTest.java:51)
{noformat}

At first glance, building the source for this release doesn't show the same test failure.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)