[
https://issues.apache.org/jira/browse/ODE-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthieu Riou updated ODE-267:
------------------------------
Fix Version/s: 1.3
> 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
> Priority: Minor
> Fix For: 1.3
>
>
> 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.