You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2008/07/01 19:22:48 UTC

[jira] Created: (ODE-323) NPE in MyRoleMessageExchangeImpl.invoke

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/%3Cd9c1a2c20807010812l1d66b109w144e5318d7198098@mail.gmail.com%3E
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.


[jira] Resolved: (ODE-323) NPE in MyRoleMessageExchangeImpl.invoke

Posted by "Matthieu Riou (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Riou resolved ODE-323.
-------------------------------

    Resolution: Fixed
      Assignee: Matthieu Riou

I think this has been fixed.

> 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
>            Assignee: Matthieu Riou
>             Fix For: 1.3
>
>
> In reference to http://mail-archives.apache.org/mod_mbox/ode-user/200807.mbox/%3Cd9c1a2c20807010812l1d66b109w144e5318d7198098@mail.gmail.com%3E
> 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.