You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2008/07/11 14:32:00 UTC

[jira] Resolved: (SMX4-32) servicemix-camel: NPE in ServiceMixProducer

     [ https://issues.apache.org/activemq/browse/SMX4-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SMX4-32.
---------------------------------

    Resolution: Fixed

Added the missing import for defining the NMR in http://svn.eu.apache.org/viewvc?view=rev&revision=675936

> servicemix-camel: NPE in ServiceMixProducer
> -------------------------------------------
>
>                 Key: SMX4-32
>                 URL: https://issues.apache.org/activemq/browse/SMX4-32
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m2
>            Reporter: Gert Vanthienen
>             Fix For: 4.0-m2
>
>
> If you run the cxf-camel-nmr example, you get a NPE in the log file but the expected result is still there in the console.
> {noformat}
> java.lang.NullPointerException
> 	at org.apache.servicemix.camel.ServiceMixProducer.process(ServiceMixProducer.java:47)
> 	at org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsyncProcessorBridge.process(AsyncProcessorTypeConverter.java:43)
> 	at org.apache.camel.processor.SendProcessor.process(SendProcessor.java:75)
> 	at org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:146)
> 	at org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:90)
> 	at org.apache.camel.processor.Pipeline.process(Pipeline.java:101)
> 	at org.apache.camel.processor.Pipeline.process(Pipeline.java:85)
> 	at org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:39)
> 	at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:41)
> 	at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:66)
> 	at org.apache.camel.component.timer.TimerConsumer.sendTimerExchange(TimerConsumer.java:91)
> 	at org.apache.camel.component.timer.TimerConsumer$1.run(TimerConsumer.java:48)
> 	at java.util.TimerThread.mainLoop(Timer.java:512)
> 	at java.util.TimerThread.run(Timer.java:462)
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.