You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Matthieu Riou (JIRA)" <ji...@apache.org> on 2007/05/30 00:07:45 UTC

[jira] Closed: (ODE-113) Axis2 distro does not package Xerces with the commandline tools

     [ https://issues.apache.org/jira/browse/ODE-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Riou closed ODE-113.
-----------------------------


> Axis2 distro does not package Xerces with the commandline tools
> ---------------------------------------------------------------
>
>                 Key: ODE-113
>                 URL: https://issues.apache.org/jira/browse/ODE-113
>             Project: Ode
>          Issue Type: Bug
>          Components: BPEL Compilation/Parsing
>    Affects Versions: Incubator
>         Environment: MacOS X 10.4.9
>            Reporter: Paul R. Brown
>            Assignee: Matthieu Riou
>             Fix For: 1.0-incubating
>
>
> The following exception occurs with bpelc on Mac OS X:
> $ bpelc  HelloWorld2.bpel 
> java org.apache.ode.tools.bpelc.cline.BpelC: org/apache/xerces/jaxp/DocumentBuilderFactoryImpl
> java.lang.NoClassDefFoundError: org/apache/xerces/jaxp/DocumentBuilderFactoryImpl
>         at org.apache.ode.bpel.compiler.bom.BpelObjectFactory.parse(BpelObjectFactory.java:287)
>         at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:324)
>         at org.apache.ode.tools.bpelc.BpelCompileCommand.execute(BpelCompileCommand.java:122)
>         at org.apache.ode.tools.bpelc.cline.BpelC.main(BpelC.java:99)
> $ java -version
> java version "1.5.0_07"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
> Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
> Adding Xerces to the lib directory of the distribution resolves the issue.  The issue may be masked by the inclusion of Xerces in other JVMs.

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