You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Matthieu Riou (JIRA)" <ji...@apache.org> on 2007/05/04 17:19:15 UTC

[jira] Resolved: (ODE-128) NullPointerException on Compilation

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

Matthieu Riou resolved ODE-128.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-incubating
         Assignee: Matthieu Riou

Added a compilation failure when no messageType is found on an alias.

> NullPointerException on Compilation
> -----------------------------------
>
>                 Key: ODE-128
>                 URL: https://issues.apache.org/jira/browse/ODE-128
>             Project: Ode
>          Issue Type: Bug
>          Components: BPEL Compilation/Parsing
>    Affects Versions: Incubator
>         Environment: MacOS X, svn rev 530988
>            Reporter: Paul R. Brown
>         Assigned To: Matthieu Riou
>             Fix For: 1.0-incubating
>
>         Attachments: counter.bpel, counter.wsdl
>
>
> Uncaught NPE within the compiler:
> $ bpelc ./counter.bpel
> java org.apache.ode.tools.bpelc.cline.BpelC: null
> java.lang.NullPointerException
>         at org.apache.ode.bpel.compiler.WSDLRegistry.getMessage(WSDLRegistry.java:286)
>         at org.apache.ode.bpel.compiler.BpelCompiler.resolveMessageType(BpelCompiler.java:348)
>         at org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:897)
>         at org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:654)
>         at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:268)
>         at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:335)
>         at org.apache.ode.tools.bpelc.BpelCompileCommand.execute(BpelCompileCommand.java:122)
>         at org.apache.ode.tools.bpelc.cline.BpelC.main(BpelC.java:99)

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