See
https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/1064/changes
Changes:
[wolfc] EJBTHREE-1174: integration of ejb3-interceptors
------------------------------------------
[...truncated 25800 lines...]
import org.jboss.metadata.SessionMetaData;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/JTAResource.java:101:
warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if (log.isDebugEnabled())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/URLResource.java:117:
warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if (log.isDebugEnabled())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:135:
warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been
deprecated
BeanMetaData metaData = (BeanMetaData) server.getAttribute(containerName,
"BeanMetaData");
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:135:
warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been
deprecated
BeanMetaData metaData = (BeanMetaData) server.getAttribute(containerName,
"BeanMetaData");
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:144:
warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been
deprecated
SessionMetaData smetaData = (SessionMetaData) metaData;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:144:
warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been
deprecated
SessionMetaData smetaData = (SessionMetaData) metaData;
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 warnings
compile-rmi:
[rmic] RMI Compiling 1 class to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/classes
compile-etc:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/etc
[copy] Copying 2 files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/etc
compile:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib
[jar] Building jar:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib/jboss-jsr77.jar
[jar] Building jar:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib/jboss-jsr77-client.jar
[jar] Building jar:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib/jboss-management.jar
[jar] Building jar:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib/ejb-management.jar
[touch] Creating
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/build-marker
most:
==
== Finished with 'most' in module 'management'.
======================================================================
_module-management-most:
_module-management-most:
[copy] Copying 2 files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
[copy] Copying 1 file to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/docs/examples/jmx
[copy] Copying 1 file to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/client
======================================================================
== Executing 'most' in module 'ejb3'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
internal-jars:
_buildmagic:init:
init:
compile-etc:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/etc
[copy] Copying 1 file to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/etc
compile-classes:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/classes
[javac] Compiling 397 source files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:68:
package org.jboss.ejb3.aop does not exist
import org.jboss.ejb3.aop.BeanContainer;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:69:
package org.jboss.ejb3.aop does not exist
import org.jboss.ejb3.aop.LifeCycleInvocation;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:128:
cannot find symbol
symbol : class BeanContainer
location: class org.jboss.ejb3.EJBContainer
private BeanContainer beanContainer;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:318:
cannot find symbol
symbol : class BeanContainer
location: class org.jboss.ejb3.EJBContainer
protected BeanContainer getBeanContainer()
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/ENCPropagationInterceptor.java:25:
package org.jboss.ejb3.aop does not exist
import org.jboss.ejb3.aop.AbstractInterceptor;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/ENCPropagationInterceptor.java:33:
cannot find symbol
symbol: class AbstractInterceptor
public class ENCPropagationInterceptor extends AbstractInterceptor
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java:63:
package org.jboss.ejb3.aop does not exist
import org.jboss.ejb3.aop.LifeCycleInvocation;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulInstanceInterceptor.java:33:
package org.jboss.ejb3.aop does not exist
import org.jboss.ejb3.aop.AbstractInterceptor;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulInstanceInterceptor.java:45:
cannot find symbol
symbol: class AbstractInterceptor
public class StatefulInstanceInterceptor extends AbstractInterceptor
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoveInterceptor.java:30:
package org.jboss.ejb3.aop does not exist
import org.jboss.ejb3.aop.AbstractInterceptor;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoveInterceptor.java:40:
cannot find symbol
symbol: class AbstractInterceptor
public class StatefulRemoveInterceptor extends AbstractInterceptor
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessInstanceInterceptor.java:32:
package org.jboss.ejb3.aop does not exist
import org.jboss.ejb3.aop.AbstractInterceptor;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessInstanceInterceptor.java:43:
cannot find symbol
symbol: class AbstractInterceptor
public class StatelessInstanceInterceptor extends AbstractInterceptor
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/tx/BMTInterceptor.java:34:
package org.jboss.ejb3.aop does not exist
import org.jboss.ejb3.aop.AbstractInterceptor;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/tx/BMTInterceptor.java:46:
cannot find symbol
symbol: class AbstractInterceptor
public class BMTInterceptor extends AbstractInterceptor
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/tx/TxUtil.java:38:
package org.jboss.ejb3.aop does not exist
import org.jboss.ejb3.aop.AbstractInterceptor;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:215:
cannot find symbol
symbol : class BeanContainer
location: class org.jboss.ejb3.EJBContainer
this.beanContainer = new BeanContainer(this);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:338:
cannot find symbol
symbol : class BeanContainer
location: class org.jboss.ejb3.EJBContainer
return (C) ((ManagedObjectAdvisor<Object, BeanContainer>)
advisor).getContainer().getEJBContainer();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:1000:
cannot find symbol
symbol : class LifeCycleInvocation
location: class org.jboss.ejb3.EJBContainer
LifeCycleInvocation invocation = new LifeCycleInvocation(interceptors.toArray(new
Interceptor[0]));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:1000:
cannot find symbol
symbol : class LifeCycleInvocation
location: class org.jboss.ejb3.EJBContainer
LifeCycleInvocation invocation = new LifeCycleInvocation(interceptors.toArray(new
Interceptor[0]));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/session/SessionContainer.java:217:
cannot find symbol
symbol : class ClassProxyHack
location: class org.jboss.ejb3.session.SessionContainer
Dispatcher.singleton.registerTarget(getObjectName().getCanonicalName(), new
ClassProxyHack(this));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/ENCPropagationInterceptor.java:37:
cannot find symbol
symbol : method getEJBContainer(org.jboss.aop.joinpoint.Invocation)
location: class org.jboss.ejb3.ENCPropagationInterceptor
EJBContainer container = getEJBContainer(invocation);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java:457:
cannot find symbol
symbol : class LifeCycleInvocation
location: class org.jboss.ejb3.stateful.StatefulContainer
LifeCycleInvocation invocation = new LifeCycleInvocation(interceptors.toArray(new
Interceptor[0]));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java:457:
cannot find symbol
symbol : class LifeCycleInvocation
location: class org.jboss.ejb3.stateful.StatefulContainer
LifeCycleInvocation invocation = new LifeCycleInvocation(interceptors.toArray(new
Interceptor[0]));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java:477:
cannot find symbol
symbol : class LifeCycleInvocation
location: class org.jboss.ejb3.stateful.StatefulContainer
LifeCycleInvocation invocation = new LifeCycleInvocation(interceptors.toArray(new
Interceptor[0]));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java:477:
cannot find symbol
symbol : class LifeCycleInvocation
location: class org.jboss.ejb3.stateful.StatefulContainer
LifeCycleInvocation invocation = new LifeCycleInvocation(interceptors.toArray(new
Interceptor[0]));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulInstanceInterceptor.java:62:
cannot find symbol
symbol : method getEJBContainer(org.jboss.aop.joinpoint.Invocation)
location: class org.jboss.ejb3.stateful.StatefulInstanceInterceptor
StatefulContainer container = getEJBContainer(invocation);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoveFactory.java:71:
incompatible types
found : org.jboss.ejb3.stateful.StatefulRemoveInterceptor
required: java.lang.Object
return new StatefulRemoveInterceptor(rm.retainIfException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoveInterceptor.java:52:
cannot find symbol
symbol : method getClass()
location: class org.jboss.ejb3.stateful.StatefulRemoveInterceptor
return this.getClass().getName();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoveInterceptor.java:120:
cannot find symbol
symbol : method getEJBContainer(org.jboss.aop.joinpoint.Invocation)
location: class org.jboss.ejb3.stateful.StatefulRemoveInterceptor
StatefulContainer container = getEJBContainer(invocation);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessInstanceInterceptor.java:55:
cannot find symbol
symbol : method getEJBContainer(org.jboss.aop.joinpoint.Invocation)
location: class org.jboss.ejb3.stateless.StatelessInstanceInterceptor
EJBContainer container = getEJBContainer(invocation);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/tx/BMTInterceptor.java:68:
cannot find symbol
symbol : method getEJBContainer(org.jboss.aop.joinpoint.Invocation)
location: class org.jboss.ejb3.tx.BMTInterceptor
Container container = getEJBContainer(invocation);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/tx/BMTInterceptor.java:96:
cannot find symbol
symbol : method getEJBContainer(org.jboss.aop.joinpoint.Invocation)
location: class org.jboss.ejb3.tx.BMTInterceptor
Container container = getEJBContainer(invocation);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/tx/TxInterceptorFactory.java:119:
incompatible types
found : org.jboss.ejb3.tx.BMTInterceptor
required: java.lang.Object
return new BMTInterceptor(TxUtil.getTransactionManager(), !(container instanceof
StatefulContainer));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/tx/TxUtil.java:88:
cannot find symbol
symbol : variable AbstractInterceptor
location: class org.jboss.ejb3.tx.TxUtil
EJBContainer container = AbstractInterceptor.getEJBContainer(invocation);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
35 errors
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/build.xml:253:
Compile failed; see the compiler error output for details.
Total time: 3 minutes 31 seconds
Deleting old artifacts from #1062
Deleting old artifacts from #1061
Recording fingerprints
Build was marked for publishing on
https://hudson.jboss.org/hudson/
finished: FAILURE