See
https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/527/changes
Changes:
[ALRubinger] Removed @Clustered from org.jboss.annotation.ha
[ALRubinger] Moved @Clustered to EJB package within cluster project, ClusteredImpl back to
EJB3 Core
------------------------------------------
[...truncated 25179 lines...]
location: class org.jboss.ejb3.stateful.StatefulClusterProxyFactory
public StatefulClusterProxyFactory(StatefulContainer container, RemoteBinding binding,
Clustered clustered)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulSessionContextImpl.java:26:
warning: [deprecation] java.security.Identity in java.security has been deprecated
import java.security.Identity;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulSessionContextImpl.java:143:
warning: [deprecation] java.security.Identity in java.security has been deprecated
public Identity getCallerIdentity()
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulSessionContextImpl.java:184:
warning: [deprecation] java.security.Identity in java.security has been deprecated
public boolean isCallerInRole(Identity role)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessClusterProxyFactory.java:28:
package org.jboss.annotation.ha does not exist
import org.jboss.annotation.ha.Clustered;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessClusterProxyFactory.java:59:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.stateless.StatelessClusterProxyFactory
private Clustered clustered;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessClusterProxyFactory.java:68:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.stateless.StatelessClusterProxyFactory
public StatelessClusterProxyFactory(SessionContainer container, RemoteBinding binding,
Clustered clustered)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessContainer.java:38:
package org.jboss.annotation.ha does not exist
import org.jboss.annotation.ha.Clustered;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:685:
warning: [deprecation] constructorInterceptors in org.jboss.aop.Advisor has been
deprecated
Interceptor[] cInterceptors = constructorInterceptors[defaultConstructorIndex];
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:926:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.EJBContainer
Clustered clustered = (Clustered) resolveAnnotation(Clustered.class);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:926:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.EJBContainer
Clustered clustered = (Clustered) resolveAnnotation(Clustered.class);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:926:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.EJBContainer
Clustered clustered = (Clustered) resolveAnnotation(Clustered.class);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3Deployment.java:535:
warning: [deprecation] org.jboss.ejb3.entity.PersistenceXmlLoader in org.jboss.ejb3.entity
has been deprecated
List<PersistenceMetadata> persistenceMetadata =
PersistenceXmlLoader.deploy(persistenceXmlUrl, new HashMap(), new
EJB3DTDEntityResolver(),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulBeanContext.java:302:
warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been
deprecated
StatefulCache ultimateCache =
((StatefulContainer)child.getContainer()).getCache();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/session/SessionContainer.java:146:
warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
super(Ejb3Module.BASE_EJB3_JMX_NAME + ",name=" + ejbName, manager, cl,
beanClassName, ejbName, ctxProperties, interceptorRepository, deployment);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:208:
warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has been
deprecated
Iterator it = ArchiveBrowser.getBrowser(di.localUrl, new ClassFileFilter());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:451:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
if (e instanceof DeploymentException)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:453:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
throw (DeploymentException) e;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:455:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
throw new DeploymentException( "failed to initialize", e );
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:472:
warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
Ejb3Module ejbModule = new Ejb3Module(di);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:472:
warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
Ejb3Module ejbModule = new Ejb3Module(di);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:475:
warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
name = Ejb3Module.BASE_EJB3_JMX_NAME + ",module=" + di.shortName;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:494:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
throw new DeploymentException("Error during create of EjbModule: "
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:519:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
throw new DeploymentException("Could not deploy " + di.url, e);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:534:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
throw new DeploymentException("problem stopping ejb module: " +
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:553:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
throw new DeploymentException("problem destroying ejb module: " +
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java:83:
warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
super(Ejb3Module.BASE_EJB3_JMX_NAME + ",name=" + ejbName, manager, cl,
beanClassName, ejbName, ctxProperties, interceptorRepository, deployment);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java:384:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
throw new DeploymentException("Unknown destination-type " +
destinationType);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java:414:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
throw new DeploymentException("Expected a Queue destination-jndi-name="
+ getDestination());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java:447:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
throw new DeploymentException("Expected a Topic destination-jndi-name="
+ getDestination());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java:115:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.stateful.StatefulContainer
Clustered clustered = getAnnotation(Clustered.class);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java:115:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.stateful.StatefulContainer
Clustered clustered = getAnnotation(Clustered.class);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/inflow/JBossMessageEndpointFactory.java:319:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
DeploymentException.rethrowAsDeploymentException("Endpoint activation failed
ra=" + resourceAdapterObjectName +
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.java:1466:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.Ejb3DescriptorHandler
Clustered existingAnnotation = (Clustered)
ejbClass.getAnnotation(Clustered.class);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.java:1466:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.Ejb3DescriptorHandler
Clustered existingAnnotation = (Clustered)
ejbClass.getAnnotation(Clustered.class);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.java:1466:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.Ejb3DescriptorHandler
Clustered existingAnnotation = (Clustered)
ejbClass.getAnnotation(Clustered.class);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.java:1468:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.Ejb3DescriptorHandler
container.getAnnotations().disableAnnotation(Clustered.class.getName());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.java:1475:
cannot find symbol
symbol : class ClusteredImpl
location: class org.jboss.ejb3.Ejb3DescriptorHandler
ClusteredImpl clusteredAnnotation = new ClusteredImpl();;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.java:1475:
cannot find symbol
symbol : class ClusteredImpl
location: class org.jboss.ejb3.Ejb3DescriptorHandler
ClusteredImpl clusteredAnnotation = new ClusteredImpl();;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.java:1488:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.Ejb3DescriptorHandler
addClassAnnotation(container, Clustered.class, clusteredAnnotation);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3JmxDeployment.java:75:
warning: [deprecation] org.jboss.ejb3.JmxDependencyPolicy in org.jboss.ejb3 has been
deprecated
return new JmxDependencyPolicy();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3Module.java:63:
warning: [deprecation] org.jboss.ejb3.Ejb3JmxDeployment in org.jboss.ejb3 has been
deprecated
deployment = new Ejb3JmxDeployment(di, deploymentScope);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/JmxKernelAbstraction.java:77:
warning: [deprecation] org.jboss.ejb3.ServiceDelegateWrapper in org.jboss.ejb3 has been
deprecated
service = new ServiceDelegateWrapper(service);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/JmxKernelAbstraction.java:79:
warning: [deprecation] org.jboss.ejb3.JmxDependencyPolicy in org.jboss.ejb3 has been
deprecated
JmxDependencyPolicy policy = (JmxDependencyPolicy)dependencies;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/JmxKernelAbstraction.java:79:
warning: [deprecation] org.jboss.ejb3.JmxDependencyPolicy in org.jboss.ejb3 has been
deprecated
JmxDependencyPolicy policy = (JmxDependencyPolicy)dependencies;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/JmxKernelAbstraction.java:133:
warning: [deprecation] org.jboss.ejb3.JmxDependencyPolicy in org.jboss.ejb3 has been
deprecated
JmxDependencyPolicy policy = (JmxDependencyPolicy)dependencies;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/JmxKernelAbstraction.java:133:
warning: [deprecation] org.jboss.ejb3.JmxDependencyPolicy in org.jboss.ejb3 has been
deprecated
JmxDependencyPolicy policy = (JmxDependencyPolicy)dependencies;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/StatefulReplicationInterceptor.java:123:
warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been
deprecated
StatefulCache cache = container.getCache();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/StatefulSessionFilePersistenceManager.java:170:
warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
boolean debug = log.isDebugEnabled();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/StatefulSessionFilePersistenceManager.java:272:
warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
boolean debug = log.isDebugEnabled();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/StatefulSessionFilePersistenceManager.java:361:
warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
boolean debug = log.isDebugEnabled();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/StatefulSessionFilePersistenceManager.java:416:
warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
boolean debug = log.isDebugEnabled();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/clientmodule/ClientENCInjectionContainer.java:155:
warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
String on = Ejb3Module.BASE_EJB3_JMX_NAME + createScopeKernelName(unit,
deploymentScope) + ",name=" + applicationClientName;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/deployers/EJBRegistrationDeployer.java:157:
warning: [deprecation] org.jboss.ejb3.EJB3Deployer in org.jboss.ejb3 has been deprecated
boolean has30EjbJarXml = EJB3Deployer.has30EjbJarXml(is);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/EJB3StandaloneDeployer.java:272:
warning: [deprecation] org.jboss.ejb3.embedded.EJB3StandaloneDeployment in
org.jboss.ejb3.embedded has been deprecated
private List<EJB3StandaloneDeployment> deployments = new
ArrayList<EJB3StandaloneDeployment>();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/EJB3StandaloneDeployer.java:535:
warning: [deprecation] org.jboss.ejb3.embedded.EJB3StandaloneDeployment in
org.jboss.ejb3.embedded has been deprecated
EJB3StandaloneDeployment deployment = new EJB3StandaloneDeployment(du, kernel,
mbeanServer);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/EJB3StandaloneDeployer.java:535:
warning: [deprecation] org.jboss.ejb3.embedded.EJB3StandaloneDeployment in
org.jboss.ejb3.embedded has been deprecated
EJB3StandaloneDeployment deployment = new EJB3StandaloneDeployment(du, kernel,
mbeanServer);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/EJB3StandaloneDeployer.java:568:
warning: [deprecation] org.jboss.ejb3.embedded.EJB3StandaloneDeployment in
org.jboss.ejb3.embedded has been deprecated
for (EJB3StandaloneDeployment deployment : deployments)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/EJB3StandaloneDeployer.java:607:
warning: [deprecation] org.jboss.ejb3.embedded.EJB3StandaloneDeployment in
org.jboss.ejb3.embedded has been deprecated
for (EJB3StandaloneDeployment deployment : deployments)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/EJB3StandaloneDeployer.java:615:
warning: [deprecation] org.jboss.ejb3.embedded.EJB3StandaloneDeployment in
org.jboss.ejb3.embedded has been deprecated
for (EJB3StandaloneDeployment deployment : deployments)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/JavaCompInitializer.java:53:
warning: [deprecation] org.jboss.ejb3.EJB3Deployer in org.jboss.ejb3 has been deprecated
EJB3Deployer.initializeJavaComp(ctx);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/UserTransactionImpl.java:62:
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/ejb3/src/main/org/jboss/ejb3/embedded/UserTransactionImpl.java:79:
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/ejb3/src/main/org/jboss/ejb3/embedded/UserTransactionImpl.java:89:
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/ejb3/src/main/org/jboss/ejb3/embedded/UserTransactionImpl.java:99:
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/ejb3/src/main/org/jboss/ejb3/embedded/UserTransactionImpl.java:108:
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/ejb3/src/main/org/jboss/ejb3/stateless/StatelessContainer.java:99:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.stateless.StatelessContainer
Clustered clustered = getAnnotation(Clustered.class);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessContainer.java:99:
cannot find symbol
symbol : class Clustered
location: class org.jboss.ejb3.stateless.StatelessContainer
Clustered clustered = getAnnotation(Clustered.class);
^
Note: Some input files additionally use or override a deprecated API.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
25 errors
100 warnings
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/build.xml:248:
Compile failed; see the compiler error output for details.
Total time: 2 minutes 44 seconds
Deleting old artifacts from #525
Recording fingerprints
Build was marked for publishing on
https://hudson.jboss.org/hudson/
finished: FAILURE