hello,
i need a bit help to get the loan-broker-bpel example runnin:
i use servicemix 3.3.1 and OpenJDK 1.6 and Ubuntu 9.10:
i tried: mvn install,
everything is fine when i skip the tests, but without skiping i get this
message:
Tests in error:
testCreditHistory(loanbroker.CreditAgencyTest)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to
/***/***/apache-servicemix-3.3.1/examples/loan-broker-bpel/loan-broker-drools-su/target/surefire-reports
for the individual test results.
the content of this file is:
-------------------------------------------------------------------------------
Test set: loanbroker.CreditAgencyTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.695 sec
<<< FAILURE!
testCreditHistory(loanbroker.CreditAgencyTest) Time elapsed: 2.616 sec <<<
ERROR!
java.lang.NoClassDefFoundError: org/drools/base/TypeResolver
at
org.drools.compiler.RuleBaseLoader.loadFromReader(RuleBaseLoader.java:37)
at
org.apache.servicemix.drools.DroolsEndpoint.start(DroolsEndpoint.java:170)
at
org.apache.servicemix.common.endpoints.SimpleEndpoint.activate(SimpleEndpoint.java:55)
at org.apache.servicemix.common.ServiceUnit.start(ServiceUnit.java:53)
at
org.apache.servicemix.common.DefaultComponent.doStart(DefaultComponent.java:348)
at
org.apache.servicemix.common.AsyncBaseLifeCycle.start(AsyncBaseLifeCycle.java:282)
at
org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:293)
at
org.apache.servicemix.jbi.framework.ComponentRegistry.setInitialRunningStateFromStart(ComponentRegistry.java:158)
at
org.apache.servicemix.jbi.framework.ComponentRegistry.start(ComponentRegistry.java:75)
at org.apache.servicemix.jbi.framework.Registry.start(Registry.java:129)
at
org.apache.servicemix.jbi.container.JBIContainer.start(JBIContainer.java:654)
at
loanbroker.CreditAgencyTest.testCreditHistory(CreditAgencyTest.java:64)
Caused by: java.lang.ClassNotFoundException: org.drools.base.TypeResolver
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
... 38 more
can you help me to undersant this error message, please?
bono
--
View this message in context:
http://old.nabble.com/loan-broker-bpel-help-tp28287971p28287971.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.