Hi Pascal,
I think your problem arises because you have to build ODE with buildr to get
it running. Eclipse by default also builds the ODE projects in your
workspace. This happens for example when you add new jars to the classpath
of an eclipse project. BUT: This classpath of the eclipse project is not
used when you build ODE with buildr. So, what you have to do to get you new
jars bound into ODE, you have to read the buildfile comming with ODE. It is
located in the root directory of the source distribution of ODE. The
buildfile is called "Buildfile"

Hope that helps.

Best,

Daniel

On Mon, Oct 12, 2009 at 10:49 PM, Pascal Aho <[email protected]> wrote:

> Hi all,
>
> I would like to use the following library
> org.apache.axiom.om.OMElement;
> org.apache.axiom.om.impl.builder.StAXOMBuilder;
>
> within the project ode-bpel-runtime (I use ODE 1.3.2).
>
> I add the axiom-api-1.2.5.jar to the project. But when I build the project
> I get several errors but in eclipse I don't get any error. It can not locate
> the packages
> org.apache.axiom.om and org.apache.axiom.om.impl
>
> I add the jar file like this:
> 1. Right click the project name and navigate to Build Path.
> 2. Select Configure Build Path... and the project properties window will
> appear showing your build path configurations.
> 3. Select the Libraries tab.
> 4. Click Add External JARs...
> 5. Locate and select the JARs you want and click Open. The JARs will now
> appear in the list of libraries in the build path.
>
> I saw it doesn't look like the other libraries.
>
> Why it doesn't work?
>
> Thanks
>
> Pascal
> --
> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
>

Reply via email to