Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
1.3.3
Description
I've tried with the ODE 1.3.3 war distro, and found the bpelc command doesn't work properly.
I've set the ODE_HOME variable in the environment, when I ran this command against a bpel process, I've got following exception:
[jeffyu@cyu bin]$ ./bpelc HelloWorld.bpel
java org.apache.ode.tools.bpelc.cline.BpelC: null
java.lang.NullPointerException
at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:197)
at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:333)
at org.apache.ode.tools.bpelc.BpelCompileCommand.execute(BpelCompileCommand.java:121)
at org.apache.ode.tools.bpelc.cline.BpelC.main(BpelC.java:99)