Currently at trunk (rev 577423) I get 13 compilation errors, same happens if
I do it from the jbi folder.
Only some of them are the following:
/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/ScopeFrame.java:51:
cannot find symbol
symbol : class InstanceGlobals
location: class org.apache.ode.bpel.runtime.ScopeFrame
final InstanceGlobals globals;
^
/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/ScopeFrame.java:74:
cannot find symbol
symbol : class InstanceGlobals
location: class org.apache.ode.bpel.runtime.ScopeFrame
InstanceGlobals globals) {
^
/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/ScopeFrame.java:70:
ScopeFrame(org.apache.ode.bpel.o.OScope,java.lang.Long,
org.apache.ode.bpel.runtime.ScopeFrame,java.util.Set<
org.apache.ode.bpel.runtime.CompensationHandler>,
org.apache.ode.bpel.runtime.channels.FaultData) is already defined in
org.apache.ode.bpel.runtime.ScopeFrame
public ScopeFrame( OScope scopeDef,
^
ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/SCOPEACT.java:33:
cannot find symbol
symbol : class ReadWriteLockChannel
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.ReadWriteLockChannel;
^
/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/SCOPEACT.java:211:
cannot find symbol
symbol : class ReadWriteLockChannel
location: class org.apache.ode.bpel.runtime.SCOPEACT.IsolationLock
ReadWriteLockChannel lockChannel;
^
/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/SCOPEACT.java:213:
cannot find symbol
symbol : class ReadWriteLockChannel
location: class org.apache.ode.bpel.runtime.SCOPEACT.IsolationLock
public IsolationLock(OScope.Variable go, boolean writeLock,
ReadWriteLockChannel channel) {
^
/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/PROCESS.java:90:
cannot find symbol
symbol : class InstanceGlobals
location: class org.apache.ode.bpel.runtime.PROCESS
_globals = new InstanceGlobals();
^
/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/PROCESS.java:96:
cannot find symbol
symbol : class ReadWriteLockChannel
location: class org.apache.ode.bpel.runtime.PROCESS
ReadWriteLockChannel vlock = newChannel(
ReadWriteLockChannel.class);