JBoss-AS-6.0.x-compatibilityMatrix - Build # 425 - Failure!

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Fri Aug 27 20:31:21 EDT 2010


JBoss-AS-6.0.x-compatibilityMatrix - Build # 425 - Failure:

Check console output at https://hudson.jboss.org/hudson//job/JBoss-AS-6.0.x-compatibilityMatrix/425 to view the results.

Modifications since last build:

[wolfc] JBAS-6795: emuckenhuber's patch for adding PU dependencies

[jaikiran] JBAS-8370 Upgrade EJB3 depchain to 1.0.0-alpha-2



-------------------------------------------------------------------------
[...truncated 15901 lines...]
compile-bean-sources:

compile-mbean-sources:

compile-proxycompiler-bean-sources:

compile-annotated-classes-50:
    [mkdir] Created dir: /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/output/classes
    [javac] Compiling 255 source files to /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/output/classes
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/util/web/HttpUtils.java:126: warning: [deprecation] setCredentials(java.lang.String,java.lang.String,org.apache.commons.httpclient.Credentials) in org.apache.commons.httpclient.HttpState has been deprecated
    [javac]             httpConn.getState().setCredentials(realm, url.getHost(), auth);
    [javac]                                ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning

compile-classes-only:
    [javac] Compiling 2978 source files to /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/output/classes
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryUnitTestCase.java:40: warning: [deprecation] org.jgroups.mux.MuxChannel in org.jgroups.mux has been deprecated
    [javac] import org.jgroups.mux.MuxChannel;
    [javac]                       ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:32: warning: [deprecation] org.jboss.ha.framework.interfaces.DistributedState in org.jboss.ha.framework.interfaces has been deprecated
    [javac] import org.jboss.ha.framework.interfaces.DistributedState;
    [javac]                                         ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:87: warning: [deprecation] org.jboss.ha.framework.interfaces.DistributedState in org.jboss.ha.framework.interfaces has been deprecated
    [javac]    public DistributedState getDistributedStateService()
    [javac]           ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:237: warning: [deprecation] org.jboss.ha.framework.interfaces.HAPartition.HAPartitionStateTransfer in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]    public void subscribeToStateTransferEvents(String serviceName, HAPartitionStateTransfer subscriber)
    [javac]                                                                   ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:243: warning: [deprecation] org.jboss.ha.framework.interfaces.HAPartition.HAPartitionStateTransfer in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]    public void unsubscribeFromStateTransferEvents(String serviceName, HAPartitionStateTransfer subscriber)
    [javac]                                                                       ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:249: warning: [deprecation] org.jboss.ha.framework.interfaces.HAPartition.HAMembershipListener in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]    public void registerMembershipListener(HAMembershipListener listener)
    [javac]                                           ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:255: warning: [deprecation] org.jboss.ha.framework.interfaces.HAPartition.HAMembershipListener in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]    public void unregisterMembershipListener(HAMembershipListener listener)
    [javac]                                             ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/hapartition/ds/DistributedStateUser.java:30: warning: [deprecation] org.jboss.ha.framework.interfaces.DistributedState in org.jboss.ha.framework.interfaces has been deprecated
    [javac] import org.jboss.ha.framework.interfaces.DistributedState;
    [javac]                                         ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/hapartition/ds/DistributedStateUser.java:31: warning: [deprecation] org.jboss.ha.framework.interfaces.DistributedState in org.jboss.ha.framework.interfaces has been deprecated
    [javac] import org.jboss.ha.framework.interfaces.DistributedState.DSListenerEx;
    [javac]                                         ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/hapartition/ds/DistributedStateUser.java:31: warning: [deprecation] org.jboss.ha.framework.interfaces.DistributedState in org.jboss.ha.framework.interfaces has been deprecated
    [javac] import org.jboss.ha.framework.interfaces.DistributedState.DSListenerEx;
    [javac]                                         ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/hapartition/ds/DistributedStateUser.java:49: warning: [deprecation] org.jboss.ha.framework.interfaces.DistributedState in org.jboss.ha.framework.interfaces has been deprecated
    [javac]    protected DistributedState entryMap;
    [javac]              ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/hapartition/state/HAPartitionStateTransferMBean.java:24: warning: [deprecation] org.jboss.ha.framework.interfaces.HAPartition.HAPartitionStateTransfer in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac] import org.jboss.ha.framework.interfaces.HAPartition.HAPartitionStateTransfer;
    [javac]                                                     ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/hapartition/state/HAPartitionStateTransferMBean.java:28: warning: [deprecation] org.jboss.ha.framework.interfaces.HAPartition.HAPartitionStateTransfer in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]       extends HAPartitionStateTransfer
    [javac]               ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/deployers/spaces/test/SpacesUnitTestCase.java:29: warning: [deprecation] org.jboss.test.deployers.OldAbstractDeploymentTest in org.jboss.test.deployers has been deprecated
    [javac] import org.jboss.test.deployers.OldAbstractDeploymentTest;
    [javac]                                ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/deployers/spaces/test/SpacesUnitTestCase.java:39: warning: [deprecation] org.jboss.test.deployers.OldAbstractDeploymentTest in org.jboss.test.deployers has been deprecated
    [javac] public class SpacesUnitTestCase extends OldAbstractDeploymentTest
    [javac]                                         ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/hibernate/ProfileService.java:28: warning: [deprecation] org.jboss.hibernate.session.HibernateContext in org.jboss.hibernate.session has been deprecated
    [javac] import org.jboss.hibernate.session.HibernateContext;
    [javac]                                   ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/hibernate/mocks/MockCache.java:8: warning: [deprecation] org.hibernate.cache.Cache in org.hibernate.cache has been deprecated
    [javac] import org.hibernate.cache.Cache;
    [javac]                           ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/hibernate/mocks/MockCache.java:17: warning: [deprecation] org.hibernate.cache.Cache in org.hibernate.cache has been deprecated
    [javac] public class MockCache implements Cache
    [javac]                                   ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/hibernate/mocks/MockCacheProvider.java:8: warning: [deprecation] org.hibernate.cache.Cache in org.hibernate.cache has been deprecated
    [javac] import org.hibernate.cache.Cache;
    [javac]                           ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/hibernate/mocks/MockCacheProvider.java:10: warning: [deprecation] org.hibernate.cache.CacheProvider in org.hibernate.cache has been deprecated
    [javac] import org.hibernate.cache.CacheProvider;
    [javac]                           ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/hibernate/mocks/MockCacheProvider.java:18: warning: [deprecation] org.hibernate.cache.CacheProvider in org.hibernate.cache has been deprecated
    [javac] public class MockCacheProvider implements CacheProvider
    [javac]                                           ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/hibernate/mocks/MockCacheProvider.java:24: warning: [deprecation] org.hibernate.cache.Cache in org.hibernate.cache has been deprecated
    [javac]    public Cache buildCache(String regionName, Properties properties) throws CacheException
    [javac]           ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/hibernate/mocks/MockListenerInjector.java:7: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
    [javac] import org.jboss.deployment.DeploymentException;
    [javac]                            ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/hibernate/mocks/MockListenerInjector.java:22: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
    [javac]    public void injectListeners(Object objectName, Configuration configuration) throws DeploymentException
    [javac]                                                                                       ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/mdbdefaultraname/bean/TestStatusBean.java:36: warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been deprecated
    [javac] import org.jboss.metadata.BeanMetaData;
    [javac]                          ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/bank/test/BankStressTestCase.java:200: warning: [deprecation] getInstance(java.lang.String) in org.apache.log4j.Category has been deprecated
    [javac]                Category log = Category.getInstance(getClass().getName());
    [javac]                                       ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/bank/test/BankStressTestCase.java:272: warning: [deprecation] getInstance(java.lang.String) in org.apache.log4j.Category has been deprecated
    [javac]             Category log = Category.getInstance(getClass().getName());
    [javac]                                    ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/classloader/scoping/override/ejb/log4j113/StatelessBean.java:77: warning: [deprecation] getInstance(java.lang.Class) in org.apache.log4j.Category has been deprecated
    [javac]          log = Category.getInstance(StatelessBean.class);
    [javac]                        ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/classloader/scoping/override/web/log4j113/Log4jServlet.java:72: warning: [deprecation] getInstance(java.lang.Class) in org.apache.log4j.Category has been deprecated
    [javac]          log = Category.getInstance(Log4jServlet.class);
    [javac]                        ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/defaultcfg/ejb2/test/RetryInterceptorUnitTestCase.java:97: warning: [deprecation] toURL() in java.io.File has been deprecated
    [javac]                URL[] urls = new URL[]{ customJndiDir.toURL() };
    [javac]                                                     ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryClassLoaderLeakTestCase.java:372: warning: [deprecation] send(org.jgroups.Message) in org.jgroups.blocks.MessageDispatcher has been deprecated
    [javac]                dispatcher.send(msg);
    [javac]                          ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryClassLoaderLeakTestCase.java:374: warning: [deprecation] castMessage(java.util.Vector,org.jgroups.Message,int,long,boolean) in org.jgroups.blocks.MessageDispatcher has been deprecated
    [javac]                dispatcher.castMessage(null, msg, GroupRequest.GET_ALL, 0, false);
    [javac]                          ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryOverrideUnitTestCase.java:137: warning: [deprecation] getDescription() in org.jgroups.conf.ProtocolData has been deprecated
    [javac]       ProtocolData newTransport = new ProtocolData(origTransport.getProtocolName(), origTransport.getDescription(), origTransport.getClassName(), newParams);
    [javac]                                                                                                  ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryOverrideUnitTestCase.java:137: warning: [deprecation] ProtocolData(java.lang.String,java.lang.String,java.lang.String,org.jgroups.conf.ProtocolParameter[]) in org.jgroups.conf.ProtocolData has been deprecated
    [javac]       ProtocolData newTransport = new ProtocolData(origTransport.getProtocolName(), origTransport.getDescription(), origTransport.getClassName(), newParams);
    [javac]                                   ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryUnitTestCase.java:148: warning: [deprecation] org.jgroups.mux.MuxChannel in org.jgroups.mux has been deprecated
    [javac]       assertFalse(channel1 instanceof MuxChannel);
    [javac]                                       ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryUnitTestCase.java:153: warning: [deprecation] org.jgroups.mux.MuxChannel in org.jgroups.mux has been deprecated
    [javac]       assertFalse(channel2 instanceof MuxChannel);
    [javac]                                       ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryUnitTestCase.java:160: warning: [deprecation] org.jgroups.mux.MuxChannel in org.jgroups.mux has been deprecated
    [javac]       assertFalse(channel3 instanceof MuxChannel);
    [javac]                                       ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryUnitTestCase.java:172: warning: [deprecation] org.jgroups.mux.MuxChannel in org.jgroups.mux has been deprecated
    [javac]       assertFalse(channel4 instanceof MuxChannel);
    [javac]                                       ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/WebTestBase.java:187: warning: [deprecation] getHostConfiguration() in org.apache.commons.httpclient.HttpMethodBase has been deprecated
    [javac]          responseCode = client.executeMethod(method.getHostConfiguration(),
    [javac]                                                    ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/multicfg/web/test/ScopedTestCase.java:606: warning: [deprecation] getHostConfiguration() in org.apache.commons.httpclient.HttpMethodBase has been deprecated
    [javac]       int responseCode = client.executeMethod(formPost.getHostConfiguration(),
    [javac]                                                       ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/CrossContextCallsTestCase.java:120: warning: [deprecation] getHostConfiguration() in org.apache.commons.httpclient.HttpMethodBase has been deprecated
    [javac]          responseCode = client.executeMethod(method.getHostConfiguration(),
    [javac]                                                    ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:261: warning: [deprecation] getAllowSynchronousMembershipNotifications() in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]    public boolean getAllowSynchronousMembershipNotifications()
    [javac]                   ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:255: warning: [deprecation] unregisterMembershipListener(org.jboss.ha.framework.interfaces.HAPartition.HAMembershipListener) in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]    public void unregisterMembershipListener(HAMembershipListener listener)
    [javac]                ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:249: warning: [deprecation] registerMembershipListener(org.jboss.ha.framework.interfaces.HAPartition.HAMembershipListener) in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]    public void registerMembershipListener(HAMembershipListener listener)
    [javac]                ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:243: warning: [deprecation] unsubscribeFromStateTransferEvents(java.lang.String,org.jboss.ha.framework.interfaces.HAPartition.HAPartitionStateTransfer) in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]    public void unsubscribeFromStateTransferEvents(String serviceName, HAPartitionStateTransfer subscriber)
    [javac]                ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:237: warning: [deprecation] subscribeToStateTransferEvents(java.lang.String,org.jboss.ha.framework.interfaces.HAPartition.HAPartitionStateTransfer) in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]    public void subscribeToStateTransferEvents(String serviceName, HAPartitionStateTransfer subscriber)
    [javac]                ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:141: warning: [deprecation] callMethodOnCluster(java.lang.String,java.lang.String,java.lang.Object[],java.lang.Class<?>[],boolean,org.jboss.ha.framework.interfaces.ResponseFilter) in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]    public ArrayList callMethodOnCluster(String serviceName, String methodName, Object[] args, Class<?>[] types, 
    [javac]                     ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:114: warning: [deprecation] callMethodOnCluster(java.lang.String,java.lang.String,java.lang.Object[],java.lang.Class<?>[],boolean) in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]    public ArrayList callMethodOnCluster(String serviceName, String methodName, Object[] args, Class<?>[] types,
    [javac]                     ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/testutil/MockHAPartition.java:87: warning: [deprecation] getDistributedStateService() in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]    public DistributedState getDistributedStateService()
    [javac]                            ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/hapartition/ds/DistributedStateUser.java:76: warning: [deprecation] getDistributedStateService() in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]       this.entryMap = partition.getDistributedStateService();
    [javac]                                ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/hapartition/rpc/RPCUser.java:108: warning: [deprecation] callMethodOnCluster(java.lang.String,java.lang.String,java.lang.Object[],java.lang.Class<?>[],boolean) in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]       return partition.callMethodOnCluster(rpcServiceName, METHOD_GET_PERSON, null, null, false);
    [javac]                       ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/hapartition/rpc/RPCUser.java:116: warning: [deprecation] callMethodOnCluster(java.lang.String,java.lang.String,java.lang.Object[],java.lang.Class<?>[],boolean) in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]       return partition.callMethodOnCluster(rpcServiceName, METHOD_GET_PERSON_MATCH, parms, types, false);
    [javac]                       ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/multicfg/web/test/WebSessionTestCase.java:87: warning: [deprecation] getHostConfiguration() in org.apache.commons.httpclient.HttpMethodBase has been deprecated
    [javac]       responseCode = httpConn.executeMethod(servletGet0.getHostConfiguration(),
    [javac]                                                        ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/multicfg/web/test/WebSessionTestCase.java:110: warning: [deprecation] getHostConfiguration() in org.apache.commons.httpclient.HttpMethodBase has been deprecated
    [javac]       responseCode = httpConn.executeMethod(servletGet1.getHostConfiguration(),
    [javac]                                                        ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/multicfg/web/test/WebSessionTestCase.java:117: warning: [deprecation] getHostConfiguration() in org.apache.commons.httpclient.HttpMethodBase has been deprecated
    [javac]       responseCode = httpConn.executeMethod(servletGet1.getHostConfiguration(),
    [javac]                                                        ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/multicfg/web/test/WebSessionTestCase.java:178: warning: [deprecation] getHostConfiguration() in org.apache.commons.httpclient.HttpMethodBase has been deprecated
    [javac]       responseCode = httpConn.executeMethod(servletGet1.getHostConfiguration(),
    [javac]                                                        ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/multicfg/web/test/WebSessionTestCase.java:190: warning: [deprecation] getHostConfiguration() in org.apache.commons.httpclient.HttpMethodBase has been deprecated
    [javac]       responseCode = httpConn.executeMethod(servletGet0.getHostConfiguration(),
    [javac]                                                        ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/multicfg/web/test/WebSessionTestCase.java:201: warning: [deprecation] getHostConfiguration() in org.apache.commons.httpclient.HttpMethodBase has been deprecated
    [javac]       responseCode = httpConn.executeMethod(servletGet1.getHostConfiguration(),
    [javac]                                                        ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/rspfilter/Echo.java:61: warning: [deprecation] callMethodOnCluster(java.lang.String,java.lang.String,java.lang.Object[],java.lang.Class<?>[],boolean,org.jboss.ha.framework.interfaces.ResponseFilter) in org.jboss.ha.framework.interfaces.HAPartition has been deprecated
    [javac]       return partition.callMethodOnCluster(NAME, "echo", new Object[] {echo, partition.getClusterNode()}, 
    [javac]                       ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/web/mocks/MockClusteredManager.java:133: warning: [deprecation] createSession() in org.apache.catalina.Manager has been deprecated
    [javac]    public Session createSession()
    [javac]                   ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/web/mocks/MockJBossManager.java:84: warning: [deprecation] createSession() in org.apache.catalina.Manager has been deprecated
    [javac]    public Session createSession()
    [javac]                   ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/web/persistent/ManagerOverrideDisabler.java:33: warning: [deprecation] setOverrideDistributableManager(boolean) in org.jboss.web.tomcat.service.deployers.TomcatDeployer has been deprecated
    [javac]       this.deployer.setOverrideDistributableManager(false);
    [javac]                    ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/cluster/web/persistent/ManagerOverrideDisabler.java:38: warning: [deprecation] setOverrideDistributableManager(boolean) in org.jboss.web.tomcat.service.deployers.TomcatDeployer has been deprecated
    [javac]       this.deployer.setOverrideDistributableManager(true);
    [javac]                    ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/compatibility/test/matrix/MatrixTestContainer.java:196: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Class for a varargs call
    [javac] cast to java.lang.Class[] for a non-varargs call and to suppress this warning
    [javac]             method = clazz.getMethod("suite", null);
    [javac]                                               ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/compatibility/test/matrix/MatrixTestContainer.java:204: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             return (Test) method.invoke(null, null);
    [javac]                                               ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/deployers/AbstractDeploymentTest.java:254: warning: [deprecation] toURL() in java.io.File has been deprecated
    [javac]          return file.toURL();
    [javac]                     ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/deployers/AbstractDeploymentTest.java:259: warning: [deprecation] toURL() in java.io.File has been deprecated
    [javac]          return new URL(deployFile.toURL(), filename);
    [javac]                                   ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/hibernate/ProfileService.java:83: warning: [deprecation] org.jboss.hibernate.session.HibernateContext in org.jboss.hibernate.session has been deprecated
    [javac]       return HibernateContext.getSession(SESSION_FACTORY_NAME);
    [javac]              ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/hibernate/ProfileService.java:83: warning: [deprecation] getSession(java.lang.String) in org.jboss.hibernate.session.HibernateContext has been deprecated
    [javac]       return HibernateContext.getSession(SESSION_FACTORY_NAME);
    [javac]                              ^
    [javac] /mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/src/main/org/jboss/test/hibernate/test/HibernateConfigurationUnitTestCase.java:89: cannot access org.jboss.hibernate.deployers.metadata.BaseElement
    [javac] bad class file: org/jboss/hibernate/deployers/metadata/BaseElement.class(org/jboss/hibernate/deployers/metadata:BaseElement.class)
    [javac] unable to access file: corrupted zip file
    [javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
    [javac]       Set<BaseNamedElement> config = new HashSet<BaseNamedElement>();
    [javac]          ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error
    [javac] 69 warnings

BUILD FAILED
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/build.xml:1219: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x-compatibilityMatrix/JBossAS/testsuite/build.xml:750: Compile failed; see the compiler error output for details.

Total time: 1 minute 43 seconds
Recording test results
Archiving artifacts
Email was triggered for: Failure
Sending email for trigger: Failure



More information about the builds mailing list