You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by xenHalfLife <xe...@gmail.com> on 2008/02/27 13:27:08 UTC

Unroutable Mex

Hello,

I was playing with class org.apache.ode.test.BPELTestAbstract, and when
trying to run HelloWorld example that
ships with ODE with JVM parameter org.apache.ode.test.persistent set to true
(-Dorg.apache.ode.test.persistent-true)),
I always get Failure as result of invocation.

In log following occurs:

13:22:55,363 DEBUG [org.apache.ode.bpel.engine.BpelEngineImpl] Routed:
svcQname {http://ode/bpel/unit-test.wsdl}HelloService --> null
13:22:55,363 DEBUG [org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl]
invoke() EPR= null ==> null
13:22:55,363 WARN  [org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl]
Unkown EPR: null
Process status: FAILURE

where last line is System.out.println done by me on Mex.

Anyone had similar experience?

Thanks