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:02:15 UTC

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

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


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.


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

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

Paul R. Brown updated ODE-128:
------------------------------

    Attachment: counter.bpel

BPEL process that will cause the error

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


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

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

Paul R. Brown updated ODE-128:
------------------------------

    Attachment:     (was: counter.wsdl)

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


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

Posted by "Paul R. Brown (JIRA)" <ji...@apache.org>.
    [ 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.


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

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

Paul R. Brown updated ODE-128:
------------------------------

    Comment: was deleted

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


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

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

Matthieu Riou closed ODE-128.
-----------------------------


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


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

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

Paul R. Brown updated ODE-128:
------------------------------

    Attachment: counter.wsdl

Accompanying WSDL; place in the same directory as the BPEL.

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


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

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

Paul R. Brown updated ODE-128:
------------------------------

    Attachment: counter.wsdl

Accompanying WSDL.  (Place in the same directory as the BPEL process.)

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


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

Posted by "Matthieu Riou (JIRA)" <ji...@apache.org>.
     [ 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.