Online report :
http://ci.gbuild.org/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/69/buildId/1928
Build statistics:
State: Failed
Previous State: Failed
Started at: Tue, 4 Apr 2006 16:03:59 -0700
Finished at: Tue, 4 Apr 2006 16:04:30 -0700
Total time: 30s
Build Trigger: Schedule
Exit code: 70
Building machine hostname: stan.gbuild.org
Operating system : Linux(unknown)
Java version : 1.4.2_08(Sun Microsystems Inc.)
Changes
modules/openejb-builder/project.xml
modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java
etc/project.properties
****************************************************************************
Output:
****************************************************************************
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.1-beta-2
DEPRECATED: the default goal should be specified in the <build> section of
project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the <build> section of
project.xml instead of maven.xml
build:start:
clean:clean:
modules:clean:
modules:reactor:init:
[echo] +----------------------------------------
[echo] | Cleaning: modules/core
[echo] +----------------------------------------
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: modules/itests
[echo] +----------------------------------------
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: modules/openejb-builder
[echo] +----------------------------------------
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: modules/pkgen-builder
[echo] +----------------------------------------
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: modules/webadmin
[echo] +----------------------------------------
[echo]
[echo] +----------------------------------------
[echo] | Cleaning: target/openejb-2.1-SNAPSHOT
[echo] +----------------------------------------
xdoc:clean:
clean:
default:
modules:default:
modules:reactor:init:
Starting the reactor...
Our processing order:
OpenEJB :: Core
OpenEJB :: PK Generation :: Builder
OpenEJB :: Builder
OpenEJB :: Integration Tests
OpenEJB :: WebAdmin
+----------------------------------------
| Executing (default): OpenEJB :: Core
| Memory: 5M/6M
+----------------------------------------
DEPRECATED: the default goal should be specified in the <build> section of
project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the <build> section of
project.xml instead of maven.xml
Attempting to download geronimo-dependency-plugin-1.1.0-1.jar.
4/9K
8/9K
9/9K
9K downloaded
Attempting to download geronimo-connector-1.1-SNAPSHOT.jar.
Attempting to download geronimo-core-1.1-SNAPSHOT.jar.
Attempting to download geronimo-client-1.1-SNAPSHOT.jar.
Attempting to download geronimo-common-1.1-SNAPSHOT.jar.
Attempting to download geronimo-deployment-1.1-SNAPSHOT.jar.
Attempting to download geronimo-j2ee-1.1-SNAPSHOT.jar.
Attempting to download geronimo-management-1.1-SNAPSHOT.jar.
Attempting to download geronimo-kernel-1.1-SNAPSHOT.jar.
Attempting to download geronimo-security-1.1-SNAPSHOT.jar.
Attempting to download geronimo-timer-1.1-SNAPSHOT.jar.
Attempting to download geronimo-transaction-1.1-SNAPSHOT.jar.
Attempting to download geronimo-axis-1.1-SNAPSHOT.jar.
Attempting to download geronimo-axis-builder-1.1-SNAPSHOT.jar.
Attempting to download geronimo-naming-1.1-SNAPSHOT.jar.
Attempting to download geronimo-system-1.1-SNAPSHOT.jar.
Attempting to download geronimo-util-1.1-SNAPSHOT.jar.
Attempting to download geronimo-corba_2.3_spec-1.1-SNAPSHOT.jar.
Attempting to download geronimo-webservices-1.1-SNAPSHOT.jar.
build:start:
default:
java:prepare-filesystem:
[mkdir] Created dir:
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/target/classes
java:compile:
<depend closure="false" srcdir="1.4" dump="false"
destdir="/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/target/classes"></depend>
[echo] Compiling to
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/target/classes
[javac] Compiling 605 source files to
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/target/classes
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/AbstractInstanceContext.java:26:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/AbstractInstanceContext.java:42:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.AbstractInstanceContext
[javac] protected final Interceptor systemChain;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/AbstractInstanceContext.java:55:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.AbstractInstanceContext
[javac] public AbstractInstanceContext(Object containerId,
EnterpriseBean instance, Interceptor systemChain, EJBProxyFactory proxyFactory,
BasicTimerService basicTimerService, Set unshareableResources, Set
applicationManagedSecurityResources) {
[javac]
^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBContainer.java:58:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBContainer.java:69:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: interface org.openejb.EJBContainer
[javac] public interface EJBContainer extends Interceptor {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/timer/BasicTimerServiceImpl.java:66:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBInvocation.java:50:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Invocation;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBInvocation.java:51:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBInvocation.java:64:
cannot resolve symbol
[javac] symbol : class Invocation
[javac] location: interface org.openejb.EJBInvocation
[javac] public interface EJBInvocation extends Invocation {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBInvocation.java:121:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: interface org.openejb.EJBInvocation
[javac] InvocationResult createResult(Object object);
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBInvocation.java:123:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: interface org.openejb.EJBInvocation
[javac] InvocationResult createExceptionResult(Exception exception);
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/timer/BasicTimerServiceImpl.java:88:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.timer.BasicTimerServiceImpl
[javac] private final Interceptor stack;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/timer/BasicTimerServiceImpl.java:97:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.timer.BasicTimerServiceImpl
[javac] public BasicTimerServiceImpl(EJBTimeoutInvocationFactory
invocationFactory, Interceptor stack, ThreadPooledTimer timer, String key,
String kernelName, ObjectName timerSourceName, TransactionContextManager
transactionContextManager, ClassLoader classLoader) {
[javac]
^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/timer/BasicTimerServiceImpl.java:245:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.timer.BasicTimerServiceImpl
[javac] private Interceptor getStack() {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/VirtualOperation.java:50:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/TwoChains.java:50:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/VirtualOperation.java:60:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: interface org.openejb.dispatch.VirtualOperation
[javac] InvocationResult execute(EJBInvocation invocation) throws
Throwable;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/transaction/TransactionPolicy.java:52:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/transaction/TransactionPolicy.java:53:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/TwoChains.java:60:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.TwoChains
[javac] private final Interceptor userChain;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/TwoChains.java:61:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.TwoChains
[javac] private final Interceptor systemChain;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/TwoChains.java:63:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.TwoChains
[javac] public TwoChains(Interceptor userChain, Interceptor
systemChain) {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/TwoChains.java:63:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.TwoChains
[javac] public TwoChains(Interceptor userChain, Interceptor
systemChain) {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/TwoChains.java:68:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.TwoChains
[javac] public Interceptor getUserChain() {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/TwoChains.java:72:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.TwoChains
[javac] public Interceptor getSystemChain() {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/transaction/TransactionPolicy.java:63:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: interface org.openejb.transaction.TransactionPolicy
[javac] InvocationResult invoke(Interceptor interceptor, EJBInvocation
ejbInvocation, TransactionContextManager transactionContextManager) throws
Throwable;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/transaction/TransactionPolicy.java:63:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: interface org.openejb.transaction.TransactionPolicy
[javac] InvocationResult invoke(Interceptor interceptor, EJBInvocation
ejbInvocation, TransactionContextManager transactionContextManager) throws
Throwable;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/ConnectionTrackingInterceptor.java:53:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/ConnectionTrackingInterceptor.java:54:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Invocation;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/ConnectionTrackingInterceptor.java:55:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/ConnectionTrackingInterceptor.java:65:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.ConnectionTrackingInterceptor
[javac] public class ConnectionTrackingInterceptor implements Interceptor {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/ConnectionTrackingInterceptor.java:67:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.ConnectionTrackingInterceptor
[javac] private final Interceptor next;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/ConnectionTrackingInterceptor.java:70:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.ConnectionTrackingInterceptor
[javac] public ConnectionTrackingInterceptor(final Interceptor next,
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/ConnectionTrackingInterceptor.java:76:
cannot resolve symbol
[javac] symbol : class Invocation
[javac] location: class org.openejb.ConnectionTrackingInterceptor
[javac] public InvocationResult invoke(Invocation invocation) throws
Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/ConnectionTrackingInterceptor.java:76:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: class org.openejb.ConnectionTrackingInterceptor
[javac] public InvocationResult invoke(Invocation invocation) throws
Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/ContainerIndex.java:56:
cannot resolve symbol
[javac] symbol : class AbstractName
[javac] location: package gbean
[javac] import org.apache.geronimo.gbean.AbstractName;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBInvocationImpl.java:54:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.SimpleInvocation;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBInvocationImpl.java:55:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBInvocationImpl.java:56:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.SimpleInvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBInvocationImpl.java:65:
cannot resolve symbol
[javac] symbol : class SimpleInvocation
[javac] location: class org.openejb.EJBInvocationImpl
[javac] public class EJBInvocationImpl extends SimpleInvocation implements
EJBInvocation {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBInvocationImpl.java:144:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: class org.openejb.EJBInvocationImpl
[javac] public InvocationResult createResult(Object object) {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBInvocationImpl.java:148:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: class org.openejb.EJBInvocationImpl
[javac] public InvocationResult createExceptionResult(Exception
exception) {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBModuleImpl.java:56:
cannot resolve symbol
[javac] symbol : class ConnectionFactorySource
[javac] location: package outbound
[javac] import
org.apache.geronimo.connector.outbound.ConnectionFactorySource;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBModuleImpl.java:80:
cannot resolve symbol
[javac] symbol : class ConnectionFactorySource
[javac] location: class org.openejb.EJBModuleImpl
[javac] private final ConnectionFactorySource connectionFactory;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/EJBModuleImpl.java:87:
cannot resolve symbol
[javac] symbol : class ConnectionFactorySource
[javac] location: class org.openejb.EJBModuleImpl
[javac] public EJBModuleImpl(String objectName, J2EEServer server,
J2EEApplication application, String deploymentDescriptor,
ConnectionFactoryDelegate delegate, ConnectionFactorySource connectionFactory,
TransactionManagerDelegate tmDelegate, TransactionContextManager
transactionContextManager, Collection ejbs) {
[javac]
^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/GenericEJBContainer.java:52:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/GenericEJBContainer.java:53:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Invocation;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/GenericEJBContainer.java:54:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/GenericEJBContainer.java:110:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.GenericEJBContainer
[javac] private final Interceptor interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/InstanceContextFactory.java:52:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/InstanceContextFactory.java:70:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: interface org.openejb.InstanceContextFactory
[javac] void setSystemChain(Interceptor lifecycleInterceptorChain);
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/GenericEJBContainer.java:237:
cannot resolve symbol
[javac] symbol : class Invocation
[javac] location: class org.openejb.GenericEJBContainer
[javac] public InvocationResult invoke(Invocation invocation) throws
Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/GenericEJBContainer.java:237:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: class org.openejb.GenericEJBContainer
[javac] public InvocationResult invoke(Invocation invocation) throws
Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/GenericEJBContainer.java:530:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class
org.openejb.GenericEJBContainer.DefaultSubjectInterceptor
[javac] private final class DefaultSubjectInterceptor implements
Interceptor {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/GenericEJBContainer.java:532:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class
org.openejb.GenericEJBContainer.DefaultSubjectInterceptor
[javac] private final Interceptor interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/GenericEJBContainer.java:534:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class
org.openejb.GenericEJBContainer.DefaultSubjectInterceptor
[javac] public DefaultSubjectInterceptor(Interceptor interceptor) {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/GenericEJBContainer.java:538:
cannot resolve symbol
[javac] symbol : class Invocation
[javac] location: class
org.openejb.GenericEJBContainer.DefaultSubjectInterceptor
[javac] public InvocationResult invoke(Invocation invocation)
throws Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/GenericEJBContainer.java:538:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: class
org.openejb.GenericEJBContainer.DefaultSubjectInterceptor
[javac] public InvocationResult invoke(Invocation invocation)
throws Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/SystemExceptionInterceptor.java:60:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/SystemExceptionInterceptor.java:61:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Invocation;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/SystemExceptionInterceptor.java:62:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/SystemExceptionInterceptor.java:70:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.SystemExceptionInterceptor
[javac] public class SystemExceptionInterceptor implements Interceptor {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/SystemExceptionInterceptor.java:72:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.SystemExceptionInterceptor
[javac] private final Interceptor next;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/SystemExceptionInterceptor.java:75:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.SystemExceptionInterceptor
[javac] public SystemExceptionInterceptor(Interceptor next, String
containerName) {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/SystemExceptionInterceptor.java:80:
cannot resolve symbol
[javac] symbol : class Invocation
[javac] location: class org.openejb.SystemExceptionInterceptor
[javac] public InvocationResult invoke(Invocation invocation) throws
Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/SystemExceptionInterceptor.java:80:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: class org.openejb.SystemExceptionInterceptor
[javac] public InvocationResult invoke(Invocation invocation) throws
Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/client/naming/RemoteEJBRefAddr.java:50:
cannot resolve symbol
[javac] symbol : class AbstractNameQuery
[javac] location: package gbean
[javac] import org.apache.geronimo.gbean.AbstractNameQuery;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/client/naming/RemoteEJBRefAddr.java:59:
cannot resolve symbol
[javac] symbol : class AbstractNameQuery
[javac] location: class org.openejb.client.naming.RemoteEJBRefAddr
[javac] private final AbstractNameQuery containerId;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/client/naming/RemoteEJBRefAddr.java:61:
cannot resolve symbol
[javac] symbol : class AbstractNameQuery
[javac] location: class org.openejb.client.naming.RemoteEJBRefAddr
[javac] public RemoteEJBRefAddr(AbstractNameQuery containerId) {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/corba/StandardServant.java:66:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/corba/proxy/CORBAProxyReference.java:52:
cannot resolve symbol
[javac] symbol : class AbstractName
[javac] location: package gbean
[javac] import org.apache.geronimo.gbean.AbstractName;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/corba/proxy/CORBAProxyReference.java:53:
cannot resolve symbol
[javac] symbol : class AbstractNameQuery
[javac] location: package gbean
[javac] import org.apache.geronimo.gbean.AbstractNameQuery;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/corba/proxy/CORBAProxyReference.java:56:
cannot resolve symbol
[javac] symbol : class Artifact
[javac] location: package repository
[javac] import org.apache.geronimo.kernel.repository.Artifact;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/corba/proxy/CORBAProxyReference.java:57:
cannot resolve symbol
[javac] symbol : class ConfigurationAwareReference
[javac] location: package reference
[javac] import
org.apache.geronimo.naming.reference.ConfigurationAwareReference;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/corba/proxy/CORBAProxyReference.java:66:
cannot resolve symbol
[javac] symbol : class ConfigurationAwareReference
[javac] location: class org.openejb.corba.proxy.CORBAProxyReference
[javac] public final class CORBAProxyReference extends
ConfigurationAwareReference {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/corba/proxy/CORBAProxyReference.java:74:
cannot resolve symbol
[javac] symbol : class Artifact
[javac] location: class org.openejb.corba.proxy.CORBAProxyReference
[javac] public CORBAProxyReference(Artifact configId, AbstractNameQuery
abstractNameQuery, URI nsCorbaloc, String objectName, String home) {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/corba/proxy/CORBAProxyReference.java:74:
cannot resolve symbol
[javac] symbol : class AbstractNameQuery
[javac] location: class org.openejb.corba.proxy.CORBAProxyReference
[javac] public CORBAProxyReference(Artifact configId, AbstractNameQuery
abstractNameQuery, URI nsCorbaloc, String objectName, String home) {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/proxy/EJBMethodInterceptor.java:15:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/AbstractMethodOperation.java:56:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/AbstractMethodOperation.java:57:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.SimpleInvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/AbstractMethodOperation.java:84:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: class org.openejb.dispatch.AbstractMethodOperation
[javac] protected InvocationResult invoke(EJBInvocation invocation,
EJBOperation operation) throws Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/AbstractSpecificMethodOperation.java:58:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/AbstractSpecificMethodOperation.java:59:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.SimpleInvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/AbstractSpecificMethodOperation.java:75:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: class org.openejb.dispatch.AbstractSpecificMethodOperation
[javac] protected InvocationResult invoke(EJBInvocation invocation,
EJBOperation operation) throws Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/DispatchInterceptor.java:50:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/DispatchInterceptor.java:51:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Invocation;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/DispatchInterceptor.java:52:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/DispatchInterceptor.java:61:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.dispatch.DispatchInterceptor
[javac] public final class DispatchInterceptor implements Interceptor {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/DispatchInterceptor.java:68:
cannot resolve symbol
[javac] symbol : class Invocation
[javac] location: class org.openejb.dispatch.DispatchInterceptor
[javac] public InvocationResult invoke(Invocation invocation) throws
Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/DispatchInterceptor.java:68:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: class org.openejb.dispatch.DispatchInterceptor
[javac] public InvocationResult invoke(Invocation invocation) throws
Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/EJBTimeoutOperation.java:54:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/dispatch/EJBTimeoutOperation.java:72:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: class org.openejb.dispatch.EJBTimeoutOperation
[javac] public InvocationResult execute(EJBInvocation invocation)
throws Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/entity/BusinessMethod.java:50:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/entity/BusinessMethod.java:67:
cannot resolve symbol
[javac] symbol : class InvocationResult
[javac] location: class org.openejb.entity.BusinessMethod
[javac] public InvocationResult execute(EJBInvocation invocation)
throws Throwable {
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/entity/EntityInstanceContext.java:54:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/entity/EntityInstanceContext.java:81:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.entity.EntityInstanceContext
[javac] public EntityInstanceContext(Object containerId,
EJBProxyFactory proxyFactory, EnterpriseBean instance, Interceptor
lifecycleInterceptorChain, SystemMethodIndices systemMethodIndices, Set
unshareableResources, Set applicationManagedSecurityResources,
TransactionContextManager transactionContextManager, BasicTimerService
timerService) {
[javac]
^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/entity/EntityInstanceInterceptor.java:54:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Interceptor;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/entity/EntityInstanceInterceptor.java:55:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.Invocation;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/entity/EntityInstanceInterceptor.java:56:
package org.apache.geronimo.core.service does not exist
[javac] import org.apache.geronimo.core.service.InvocationResult;
[javac] ^
[javac]
/home/continuum/continuum-1.0.2/apps/continuum/work/69/modules/core/src/java/org/openejb/entity/EntityInstanceInterceptor.java:70:
cannot resolve symbol
[javac] symbol : class Interceptor
[javac] location: class org.openejb.entity.EntityInstanceInterceptor
[javac] public final class EntityInstanceInterceptor implements Interceptor
{
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 100 errors
BUILD FAILED
File...... /home/continuum/continuum-1.0.2/apps/continuum/work/69/maven.xml
Element... maven:reactor
Line...... 128
Column.... -1
Unable to obtain goal [default] --
/home/continuum/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:-1:
<ant:javac> Compile failed; see the compiler error output for details.
Total time : 30 seconds
Finished at : Tuesday, April 4, 2006 4:04:30 PM PDT
****************************************************************************