See
http://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/179/changes
Changes:
[wolfc] EJBTHREE-1016: value constraint on cache annotation
------------------------------------------
[...truncated 25509 lines...]
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/inflow/JBossMessageEndpointFactory.java:250:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
protected void resolveResourceAdapterName() throws DeploymentException
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/inflow/JBossMessageEndpointFactory.java:273:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
protected void createActivationSpec() throws DeploymentException
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/inflow/JBossMessageEndpointFactory.java:300:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
protected void activate() throws DeploymentException
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/FileSuffixFilter.java:24:
warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has been
deprecated
import org.jboss.util.file.ArchiveBrowser;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/FileSuffixFilter.java:31:
warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has been
deprecated
public class FileSuffixFilter implements ArchiveBrowser.Filter
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/ClusteredStatefulCache.java:32:
warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been
deprecated
public interface ClusteredStatefulCache extends StatefulCache
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/NoPassivationCache.java:37:
warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been
deprecated
public class NoPassivationCache implements StatefulCache
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/SimpleStatefulCache.java:36:
warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been
deprecated
import org.jboss.ejb3.cache.StatefulCache;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/SimpleStatefulCache.java:46:
warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been
deprecated
public class SimpleStatefulCache implements StatefulCache
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/deployers/EJBRegistrationDeployer.java:32:
warning: [deprecation] org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer in
org.jboss.deployers.vfs.spi.deployer has been deprecated
import org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/deployers/EJBRegistrationDeployer.java:50:
warning: [deprecation] org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer in
org.jboss.deployers.vfs.spi.deployer has been deprecated
public class EJBRegistrationDeployer extends AbstractVFSRealDeployer
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/resource/RARDeployment.java:43:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
import org.jboss.deployment.DeploymentException;
^
/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/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/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/session/SessionContainer.java:144:
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/Ejb3Deployment.java:542:
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/EJB3Deployer.java:207:
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:450:
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:452:
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:454:
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:471:
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:471:
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:474:
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:493:
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:518:
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:533:
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:552:
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:402:
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:432:
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:465:
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:418:
warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has
been deprecated
if (injector instanceof JndiFieldInjector)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java:420:
warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has
been deprecated
Field field = ((JndiFieldInjector) injector).getField();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/inflow/JBossMessageEndpointFactory.java:290:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
DeploymentException.rethrowAsDeploymentException("Unable to create
activation spec ra=" + resourceAdapterObjectName +
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/inflow/JBossMessageEndpointFactory.java:310:
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/Ejb3JmxDeployment.java:73:
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/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/StrictMaxPool.java:141:
warning: [deprecation] create() in org.jboss.ejb3.AbstractPool has been deprecated
return create();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/NoPassivationCache.java:37:
org.jboss.ejb3.cache.NoPassivationCache is not abstract and does not override abstract
method release(org.jboss.ejb3.stateful.StatefulBeanContext) in org.jboss.ejb3.cache.Cache
public class NoPassivationCache implements StatefulCache
^
/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/SimpleStatefulCache.java:46:
org.jboss.ejb3.cache.simple.SimpleStatefulCache is not abstract and does not override
abstract method release(org.jboss.ejb3.stateful.StatefulBeanContext) in
org.jboss.ejb3.cache.Cache
public class SimpleStatefulCache implements StatefulCache
^
/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/cache/tree/StatefulTreeCache.java:72:
org.jboss.ejb3.cache.tree.StatefulTreeCache is not abstract and does not override abstract
method release(org.jboss.ejb3.stateful.StatefulBeanContext) in org.jboss.ejb3.cache.Cache
public class StatefulTreeCache implements ClusteredStatefulCache
^
/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/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/embedded/resource/RARDeployment.java:266:
warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment
has been deprecated
throw new DeploymentException("MessagingType '" +
messagingType.getName() + "' not found in resource deployment " +
getServiceName());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/javaee/JavaEEComponentHelper.java:62:
warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
StringBuilder sb = new StringBuilder(Ejb3Module.BASE_EJB3_JMX_NAME +
",");
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/inflow/MessageInflowLocalProxy.java:202:
warning: [deprecation] getAdvisedMethod() in org.jboss.aop.MethodInfo has been deprecated
boolean isTransacted =
messageEndpointFactory.isDeliveryTransacted(methodInfo.getAdvisedMethod());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/inflow/MessageInflowLocalProxy.java:265:
warning: [deprecation] getAdvisedMethod() in org.jboss.aop.MethodInfo has been deprecated
boolean isTransacted =
messageEndpointFactory.isDeliveryTransacted(methodInfo.getAdvisedMethod());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/session/SessionContextImpl.java:62:
warning: [deprecation] createLocalProxy(java.lang.Object) in
org.jboss.ejb3.session.SessionContainer has been deprecated
EJBLocalObject proxy = (EJBLocalObject) container.createLocalProxy(id);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/session/SessionContextImpl.java:76:
warning: [deprecation] createRemoteProxy(java.lang.Object) in
org.jboss.ejb3.session.SessionContainer has been deprecated
EJBObject proxy = (EJBObject) container.createRemoteProxy(id);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/timerservice/quartz/QuartzTimerServiceFactory.java:179:
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/tx/UserTransactionImpl.java:57:
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/tx/UserTransactionImpl.java:69:
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/tx/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/tx/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/tx/UserTransactionImpl.java:98:
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/injection/EJBInjectionHandler.java:81:
warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has
been deprecated
injectors.put(field, new JndiFieldInjector(field, encName, container.getEnc()));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/injection/EJBInjectionHandler.java:91:
warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection has
been deprecated
injectors.put(method, new JndiMethodInjector(method, encName, container.getEnc()));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/injection/InjectionUtil.java:282:
warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has
been deprecated
injectors.put(ao, new JndiFieldInjector((Field) ao, encName,
container.getEnc()));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/injection/InjectionUtil.java:287:
warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection has
been deprecated
injectors.put(ao, new JndiMethodInjector((Method) ao, encName,
container.getEnc()));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/injection/JndiInjectHandler.java:79:
warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection has
been deprecated
injectors.put(method, new JndiMethodInjector(method, encName,
container.getEnc()));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/injection/JndiInjectHandler.java:93:
warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has
been deprecated
injectors.put(field, new JndiFieldInjector(field, encName, container.getEnc()));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/injection/PersistenceContextHandler.java:156:
warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection has
been deprecated
injectors.put(method, new JndiMethodInjector(method,
^
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.
3 errors
100 warnings
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/build.xml:246:
Compile failed; see the compiler error output for details.
Total time: 2 minutes 53 seconds
Deleting old artifacts from #177
Recording fingerprints
Sending e-mails to: rrajasek(a)redhat.com pjha(a)redhat.com
Build was marked for publishing on
https://hudson.jboss.org/hudson
finished: FAILURE