Hi,
I get the following error:
Compiling ode:axis2 into /root/devel/ode-trunk/axis2/target/classes
/root/devel/ode-trunk/axis2/src/main/java/org/apache/ode/axis2/ODEServer.java:55:
cannot find symbol
symbol : class SharedEndpoints
location: package org.apache.ode.bpel.engine
import org.apache.ode.bpel.engine.SharedEndpoints;
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note:
/root/devel/ode-trunk/axis2/src/main/java/org/apache/ode/axis2/Properties.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
rake aborted!
Failed to compile, see errors above
I don't know where that "SharedEndpoints" is supposed to come from ...
Regards,
Jens