You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Tammo van Lessen (JIRA)" <ji...@apache.org> on 2010/04/13 14:29:34 UTC

[jira] Updated: (ODE-659) Incorrect status for InOnly JBI MessageExchange (patch included)

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

Tammo van Lessen updated ODE-659:
---------------------------------

    Fix Version/s: 1.3.5

> Incorrect status for InOnly JBI MessageExchange (patch included)
> ----------------------------------------------------------------
>
>                 Key: ODE-659
>                 URL: https://issues.apache.org/jira/browse/ODE-659
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 2.0
>         Environment: ServiceMix 3.3.1
>            Reporter: Lasse Engler
>             Fix For: 1.3.5
>
>         Attachments: OdeService.patch
>
>
> The OdeService (JBI Integration) regards ONEWAY as an "unexpected Acktype". Thus the status for an in-only message exchange is always set to "Error" - even if it is processed correctly. 
> The attached patch should fix this problem. (At least it works as expected - and as it does with ODE 1.2.)
> The related log entries (for the sake of completeness):
> 17:19:55,184 | FATAL | pool-5-thread-3 | OdeService               | org.apache.ode.jbi.OdeService   224 | Unexpected AckType:ONEWAY
> 17:19:55,215 | ERROR | pool-5-thread-3 | Receiver                 | org.apache.ode.jbi.Receiver$1   181 | Error processing JBI message.
> java.lang.IllegalStateException: component is not owner
> 	at org.apache.servicemix.jbi.messaging.MessageExchangeImpl.setProperty(MessageExchangeImpl.java:403)
> 	at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.send(DeliveryChannelImpl.java:429)
> 	at org.apache.ode.jbi.OdeService.onJbiMessageExchange(OdeService.java:136)
> 	at org.apache.ode.jbi.JbiMessageExchangeEventRouter.onJbiMessageExchange(JbiMessageExchangeEventRouter.java:67)
> 	at org.apache.ode.jbi.Receiver$1.run(Receiver.java:179)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
> 	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)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira