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.