servicemix-camel unit tests fail when using latest SNAPSHOT of the Camel 1.5
branch
-----------------------------------------------------------------------------------
Key: SMX4-195
URL: https://issues.apache.org/activemq/browse/SMX4-195
Project: ServiceMix 4
Issue Type: Bug
Affects Versions: 4.0-m1
Reporter: Gert Vanthienen
Assignee: Gert Vanthienen
Fix For: 4.0-m2
When running the features' servicemix-camel component unit tests with the
latest SNAPSHOT of the Camel 1.5.x branch, several tests fail with
{noformat}
java.lang.NullPointerException
at
org.apache.camel.component.cxf.transport.CamelDestination.activate(CamelDestination.java:100)
at
org.apache.cxf.transport.AbstractObservable.setMessageObserver(AbstractObservable.java:48)
at
org.apache.cxf.binding.AbstractBindingFactory.addListener(AbstractBindingFactory.java:166)
at
org.apache.cxf.binding.soap.SoapBindingFactory.addListener(SoapBindingFactory.java:734)
at org.apache.cxf.endpoint.ServerImpl.start(ServerImpl.java:122)
at
org.apache.camel.component.cxf.CxfConsumer.doStart(CxfConsumer.java:108)
..
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.