I am using version fuse 3.3.0.5.
I have following endpoints: jmsconsumer->bean
I get NPE in bean endpoint (see at the bottom).
This is probably cause by having NULL in beanType property. But start()
method should guarantee that beanType is not null.
Smt is wrong here.
java.lang.NullPointerException
at
org.apache.servicemix.bean.BeanEndpoint.getCorrelationExpression(BeanEndpoint.java:408)
at
org.apache.servicemix.bean.BeanEndpoint.getCorrelation(BeanEndpoint.java:287)
at
org.apache.servicemix.bean.BeanEndpoint.onProviderExchange(BeanEndpoint.java:207)
at
org.apache.servicemix.bean.BeanEndpoint.process(BeanEndpoint.java:200)
at
org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
at
org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
at
org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
at
org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
at
org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
at
org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
--
View this message in context:
http://www.nabble.com/NPE-in-BeanEndpoint.getCorrelationExpression-tf4902163s12049.html#a14042463
Sent from the ServiceMix - User mailing list archive at Nabble.com.