You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Paul R. Brown (JIRA)" <ji...@apache.org> on 2007/05/04 11:21:18 UTC

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

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

Paul R. Brown commented on ODE-128:
-----------------------------------

Looks like it's failing to enforce the required messageType attritbute when the part/messageType form of a propertyAlias is used.

> 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
>         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.