NPE in MyRoleMessageExchangeImpl.invoke
---------------------------------------
Key: ODE-323
URL: https://issues.apache.org/jira/browse/ODE-323
Project: ODE
Issue Type: Bug
Affects Versions: 1.1.1
Reporter: Alex Boisvert
Fix For: 1.3
In reference to
http://mail-archives.apache.org/mod_mbox/ode-user/200807.mbox/[EMAIL PROTECTED]
the engine should never raise a NPE, it should provide a meaningful message
back to the user:
ERROR - GeronimoLog.error(108) | Method "run" in class
"org.apache.ode.bpel.runtime.INVOKE" threw an unexpected exception.
java.lang.NullPointerException
at
org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl.invoke(MyRoleMessageExchangeImpl.java:134)
at
org.apache.ode.bpel.engine.BpelRuntimeContextImpl.invoke(BpelRuntimeContextImpl.java:760)
at org.apache.ode.bpel.runtime.INVOKE.run(INVOKE.java:88)
at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.