You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Sean Ahn (JIRA)" <ji...@apache.org> on 2008/12/02 03:21:44 UTC

[jira] Updated: (ODE-445) No endpoint config files results in a null pointer exception during processing

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

Sean Ahn updated ODE-445:
-------------------------

    Attachment: ode-445.patch

1. We are eating up the original error stack trace for this specific case in the ODEService class.
2. When no endpoint configuration files found, we pass in the null result to an ArrayList.sort() method.

I think somewhere else something has been changed probably related to endpoint configuration, and, that caused this problem. But, I do not want to find out what and who. Instead, this is the real fix on the problem.

> No endpoint config files results in a null pointer exception during processing
> ------------------------------------------------------------------------------
>
>                 Key: ODE-445
>                 URL: https://issues.apache.org/jira/browse/ODE-445
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sean Ahn
>         Attachments: ode-445.patch
>
>
> Today, noticed that all the join correlation test cases break with NullPointerException.

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