Relative Path
-------------

                 Key: ODE-267
                 URL: https://issues.apache.org/jira/browse/ODE-267
             Project: ODE
          Issue Type: Bug
          Components: BPEL Compilation/Parsing
    Affects Versions: 1.1.1
         Environment: Windows/Linux
            Reporter: Miguel Correia Ricardo


I can't compile a BPEL process using relative paths.
For example, if I have Foo.bpel on a directory, If I invoke "bpelc Foo.bpel", I 
get the following error:
java.lang.NullPointerException
        at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:194)
        at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:330)
        at org.apache.ode.tools.bpelc.BpelCompileCommand.execute(BpelCompileComm
and.java:121)
        at org.apache.ode.tools.bpelc.cline.BpelC.main(BpelC.java:99)

On the other hand, If I use the following command, all goes well: "bpelc 
./Foo.bpel"
I tried this on Ubuntu and Windows, and the error is the same... 

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

Reply via email to