Build failed in Hudson: JBoss-AS-5.0.x #1615
by jboss-qa-internalï¼ redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/1615/changes
Changes:
[mmoyses] JBAS-5572
------------------------------------------
[...truncated 16444 lines...]
throw new DeploymentException(asClass.getName() + " is not an activation spec class '" + messagingType + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java:120: warning: [deprecation] org.jboss.metadata.ActivationConfigPropertyMetaData in org.jboss.metadata has been deprecated
ActivationConfigPropertyMetaData acpmd = (ActivationConfigPropertyMetaData) i.next();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java:120: warning: [deprecation] org.jboss.metadata.ActivationConfigPropertyMetaData in org.jboss.metadata has been deprecated
ActivationConfigPropertyMetaData acpmd = (ActivationConfigPropertyMetaData) i.next();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java:135: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException(msg, e);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:71: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No implementation class for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:78: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException(implClass.getName() + " is not a '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:111: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No property editor found for property '" + name + " class='" + type + "' for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:127: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, e.getTargetException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:131: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, t);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:152: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No property '" + name + "' for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:165: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No property editor found for property '" + name + " class='" + type + "' for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:181: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, e.getTargetException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:185: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, t);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/RARDeployer.java:100: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error parsing meta data " + url, t);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/RARDeployment.java:263: 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/connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java:86: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException(raClass.getName() + " is not a resource adapter class");
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java:125: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for resource adapter class " + clz.getName() + " setting property " + cpmd, e.getTargetException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java:129: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for resource adapter class " + clz.getName() + " accessing property setter " + cpmd, t);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
68 warnings
compile-classes-jdk6:
compile-classes:
compile-resources:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/resources
[copy] Copying 14 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/resources
[copy] Copied 16 empty directories to 1 empty directory under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/resources
compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/etc
[copy] Copying 39 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/etc
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.deployer
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.deployer/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca-deployer.jar
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.deployer
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.deployer/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-common-jdbc-wrapper.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-local-jdbc.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-local-jdbc.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-xa-jdbc.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-xa-jdbc.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jms-ra.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jms-ra.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/mail-ra.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/mail-ra.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/quartz-ra.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/quartz-ra.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jbosscx-client.jar
[touch] Creating /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/build-marker
most:
==
== Finished with 'most' in module 'connector'.
======================================================================
_module-connector-most:
_module-connector-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/deployers
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
[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 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/docs/dtd
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/docs/examples/jca
[copy] Copying 38 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/docs/examples/jca
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
[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
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
======================================================================
== Executing 'most' in module 'management'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
Overriding previous definition of reference to xdoclet.task.classpath
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
compile-classes:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/classes
[javac] Compiling 172 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:35: warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been deprecated
import org.jboss.metadata.BeanMetaData;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:36: warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been deprecated
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 33 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/deployers/JBoss5DeploymentScope.java:162: cannot find symbol
symbol : method getEndpointInfo(java.lang.Class,java.lang.String,java.lang.String)
location: interface org.jboss.deployment.spi.DeploymentEndpointResolver
EndpointInfo endpoint = endpointResolver.getEndpointInfo(businessIntf, EndpointType.EJB, vfsContext);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentScope.java:198: cannot find symbol
symbol : method getEndpointInfo(java.lang.String,java.lang.String,java.lang.String)
location: interface org.jboss.deployment.spi.DeploymentEndpointResolver
EndpointInfo endpoint = endpointResolver.getEndpointInfo(ejbLink, EndpointType.EJB, vfsContext);
^
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.
2 errors
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/build.xml:250: Compile failed; see the compiler error output for details.
Total time: 4 minutes 16 seconds
Recording fingerprints
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16Â years, 6Â months
Build failed in Hudson: jboss-esb-linux_CP1 #139
by jboss-qa-internalï¼ redhat.com
See http://hudson.qa.jboss.com/hudson/job/jboss-esb-linux_CP1/139/changes
Changes:
[tfennelly] http://jira.jboss.com/jira/browse/JBESB-1782
http://jira.jboss.com/jira/browse/JBESB-1785
------------------------------------------
[...truncated 9130 lines...]
[java] [junit] 14:08:15,453 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:08:15,454 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb is a valid file
[java] [junit] 14:08:15,455 DEBUG [main][SimpleDeployUnitTest] Deploying simple.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:08:15,586 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:08:15,587 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb]
[java] [junit] 14:08:15,841 DEBUG [main][SimpleDeployUnitTest] deployed package: simple.esb
[java] [junit] 14:08:15,842 DEBUG [main][SimpleDeployUnitTest] simple-scoped.esb is not a valid URL, no protocol: simple-scoped.esb
[java] [junit] 14:08:15,842 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:08:15,842 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb is a valid file
[java] [junit] 14:08:15,843 DEBUG [main][SimpleDeployUnitTest] Deploying simple-scoped.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:08:15,843 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:08:15,843 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb]
[java] [junit] 14:08:16,116 DEBUG [main][SimpleDeployUnitTest] deployed package: simple-scoped.esb
[java] [junit] 14:08:16,117 DEBUG [main][SimpleDeployUnitTest] ==== Starting testSimple ====
[java] [junit] 14:08:19,285 DEBUG [main][SimpleDeployUnitTest] ==== Starting testScope ====
[java] [junit] 14:08:21,354 DEBUG [main][SimpleDeployUnitTest] simple-scoped.esb is not a valid URL, no protocol: simple-scoped.esb
[java] [junit] 14:08:21,358 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:08:21,360 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb is a valid file
[java] [junit] 14:08:21,362 DEBUG [main][SimpleDeployUnitTest] Undeploying simple-scoped.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:08:21,372 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:08:21,374 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb]
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] undeployed package: simple-scoped.esb
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] simple.esb is not a valid URL, no protocol: simple.esb
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb is a valid file
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] Undeploying simple.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb]
[java] [junit] 14:08:21,733 DEBUG [main][SimpleDeployUnitTest] undeployed package: simple.esb
[java] [junit] 14:08:21,733 DEBUG [main][SimpleDeployUnitTest] JBossTestServices.tearDown()
[java] [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.578 sec
[java] [junit] Testsuite: org.jboss.soa.esb.server.SimpleDeployUnitTest
[java] [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.578 sec
[java] [junit] ------------- Standard Output ---------------
[java] [junit] 14:08:15,407 DEBUG [main][SimpleDeployUnitTest] ==== setUp org.jboss.soa.esb.server.SimpleDeployUnitTest ====
[java] [junit] 14:08:15,408 DEBUG [main][SimpleDeployUnitTest] JBossTestServices.setUp()
[java] [junit] 14:08:15,449 DEBUG [main][SimpleDeployUnitTest] initialContext.getEnvironment()={jnp.parsedName=, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.provider.url=localhost:1099, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
[java] [junit] 14:08:15,450 INFO [main][SimpleDeployUnitTest] jbosstest.beancount: ${jbosstest.beancount}
[java] [junit] 14:08:15,451 INFO [main][SimpleDeployUnitTest] jbosstest.iterationcount: ${jbosstest.iterationcount}
[java] [junit] 14:08:15,451 INFO [main][SimpleDeployUnitTest] jbosstest.threadcount: ${jbosstest.threadcount}
[java] [junit] 14:08:15,452 INFO [main][SimpleDeployUnitTest] jbosstest.nodeploy: null
[java] [junit] 14:08:15,452 INFO [main][SimpleDeployUnitTest] jbosstest.jndiurl: localhost:1099
[java] [junit] 14:08:15,452 INFO [main][SimpleDeployUnitTest] jbosstest.jndifactory: org.jnp.interfaces.NamingContextFactory
[java] [junit] 14:08:15,453 DEBUG [main][SimpleDeployUnitTest] simple.esb is not a valid URL, no protocol: simple.esb
[java] [junit] 14:08:15,453 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:08:15,454 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb is a valid file
[java] [junit] 14:08:15,455 DEBUG [main][SimpleDeployUnitTest] Deploying simple.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:08:15,586 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:08:15,587 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb]
[java] [junit] 14:08:15,841 DEBUG [main][SimpleDeployUnitTest] deployed package: simple.esb
[java] [junit] 14:08:15,842 DEBUG [main][SimpleDeployUnitTest] simple-scoped.esb is not a valid URL, no protocol: simple-scoped.esb
[java] [junit] 14:08:15,842 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:08:15,842 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb is a valid file
[java] [junit] 14:08:15,843 DEBUG [main][SimpleDeployUnitTest] Deploying simple-scoped.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:08:15,843 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:08:15,843 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb]
[java] [junit] 14:08:16,116 DEBUG [main][SimpleDeployUnitTest] deployed package: simple-scoped.esb
[java] [junit] 14:08:16,117 DEBUG [main][SimpleDeployUnitTest] ==== Starting testSimple ====
[java] [junit] 14:08:19,285 DEBUG [main][SimpleDeployUnitTest] ==== Starting testScope ====
[java] [junit] 14:08:21,354 DEBUG [main][SimpleDeployUnitTest] simple-scoped.esb is not a valid URL, no protocol: simple-scoped.esb
[java] [junit] 14:08:21,358 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:08:21,360 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb is a valid file
[java] [junit] 14:08:21,362 DEBUG [main][SimpleDeployUnitTest] Undeploying simple-scoped.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:08:21,372 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:08:21,374 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb]
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] undeployed package: simple-scoped.esb
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] simple.esb is not a valid URL, no protocol: simple.esb
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb is a valid file
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] Undeploying simple.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:08:21,598 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb]
[java] [junit] 14:08:21,733 DEBUG [main][SimpleDeployUnitTest] undeployed package: simple.esb
[java] [junit] 14:08:21,733 DEBUG [main][SimpleDeployUnitTest] JBossTestServices.tearDown()
[java] [junit] ------------- ---------------- ---------------
[java] [junit] ------------- Standard Error -----------------
[java] [junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/log4j.xml
[java] [junit] ------------- ---------------- ---------------
[java] [junit] Testcase: testSimple took 3.168 sec
[java] [junit] Testcase: testScope took 2.069 sec
[java] [junit] Running org.jboss.soa.esb.server.ftp.FtpUnitTest
[java] [junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/log4j.xml
[java] [junit] 14:08:22,639 DEBUG [main][FtpUnitTest] ==== setUp org.jboss.soa.esb.server.ftp.FtpUnitTest ====
[java] [junit] 14:08:22,641 DEBUG [main][FtpUnitTest] JBossTestServices.setUp()
[java] [junit] 14:08:22,676 DEBUG [main][FtpUnitTest] initialContext.getEnvironment()={jnp.parsedName=, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.provider.url=localhost:1099, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
[java] [junit] 14:08:22,677 INFO [main][FtpUnitTest] jbosstest.beancount: ${jbosstest.beancount}
[java] [junit] 14:08:22,677 INFO [main][FtpUnitTest] jbosstest.iterationcount: ${jbosstest.iterationcount}
[java] [junit] 14:08:22,678 INFO [main][FtpUnitTest] jbosstest.threadcount: ${jbosstest.threadcount}
[java] [junit] 14:08:22,679 INFO [main][FtpUnitTest] jbosstest.nodeploy: null
[java] [junit] 14:08:22,681 INFO [main][FtpUnitTest] jbosstest.jndiurl: localhost:1099
[java] [junit] 14:08:22,681 INFO [main][FtpUnitTest] jbosstest.jndifactory: org.jnp.interfaces.NamingContextFactory
[java] [junit] 14:08:22,682 DEBUG [main][FtpUnitTest] ftp-test.esb is not a valid URL, no protocol: ftp-test.esb
[java] [junit] 14:08:22,682 DEBUG [main][FtpUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:08:22,683 DEBUG [main][FtpUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb is a valid file
[java] [junit] 14:08:22,684 DEBUG [main][FtpUnitTest] Deploying ftp-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:08:22,818 DEBUG [main][FtpUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:08:22,819 DEBUG [main][FtpUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb]
[java] [junit] 14:08:23,327 DEBUG [main][FtpUnitTest] deployed package: ftp-test.esb
[java] [junit] 14:08:23,328 DEBUG [main][FtpUnitTest] ==== Starting testFtp ====
[java] [junit] FTP URL=ftp://ftpesb:ftppass@dev39.qa.atl.jboss.com/%2FFtpUnitTestCase-1212170903330.dat
[java] [junit] version=scope1
[java] [junit] 14:08:33,505 DEBUG [main][FtpUnitTest] ftp-test.esb is not a valid URL, no protocol: ftp-test.esb
[java] [junit] 14:08:33,506 DEBUG [main][FtpUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:08:33,507 DEBUG [main][FtpUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb is a valid file
[java] [junit] 14:08:33,508 DEBUG [main][FtpUnitTest] Undeploying ftp-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:08:33,508 DEBUG [main][FtpUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:08:33,509 DEBUG [main][FtpUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb]
[java] [junit] 14:08:33,596 DEBUG [main][FtpUnitTest] undeployed package: ftp-test.esb
[java] [junit] 14:08:33,596 DEBUG [main][FtpUnitTest] JBossTestServices.tearDown()
[java] [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 11.222 sec
[java] [junit] Testsuite: org.jboss.soa.esb.server.ftp.FtpUnitTest
[java] [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 11.222 sec
[java] [junit] ------------- Standard Output ---------------
[java] [junit] 14:08:22,639 DEBUG [main][FtpUnitTest] ==== setUp org.jboss.soa.esb.server.ftp.FtpUnitTest ====
[java] [junit] 14:08:22,641 DEBUG [main][FtpUnitTest] JBossTestServices.setUp()
[java] [junit] 14:08:22,676 DEBUG [main][FtpUnitTest] initialContext.getEnvironment()={jnp.parsedName=, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.provider.url=localhost:1099, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
[java] [junit] 14:08:22,677 INFO [main][FtpUnitTest] jbosstest.beancount: ${jbosstest.beancount}
[java] [junit] 14:08:22,677 INFO [main][FtpUnitTest] jbosstest.iterationcount: ${jbosstest.iterationcount}
[java] [junit] 14:08:22,678 INFO [main][FtpUnitTest] jbosstest.threadcount: ${jbosstest.threadcount}
[java] [junit] 14:08:22,679 INFO [main][FtpUnitTest] jbosstest.nodeploy: null
[java] [junit] 14:08:22,681 INFO [main][FtpUnitTest] jbosstest.jndiurl: localhost:1099
[java] [junit] 14:08:22,681 INFO [main][FtpUnitTest] jbosstest.jndifactory: org.jnp.interfaces.NamingContextFactory
[java] [junit] 14:08:22,682 DEBUG [main][FtpUnitTest] ftp-test.esb is not a valid URL, no protocol: ftp-test.esb
[java] [junit] 14:08:22,682 DEBUG [main][FtpUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:08:22,683 DEBUG [main][FtpUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb is a valid file
[java] [junit] 14:08:22,684 DEBUG [main][FtpUnitTest] Deploying ftp-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:08:22,818 DEBUG [main][FtpUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:08:22,819 DEBUG [main][FtpUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb]
[java] [junit] 14:08:23,327 DEBUG [main][FtpUnitTest] deployed package: ftp-test.esb
[java] [junit] 14:08:23,328 DEBUG [main][FtpUnitTest] ==== Starting testFtp ====
[java] [junit] FTP URL=ftp://ftpesb:ftppass@dev39.qa.atl.jboss.com/%2FFtpUnitTestCase-1212170903330.dat
[java] [junit] version=scope1
[java] [junit] 14:08:33,505 DEBUG [main][FtpUnitTest] ftp-test.esb is not a valid URL, no protocol: ftp-test.esb
[java] [junit] 14:08:33,506 DEBUG [main][FtpUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:08:33,507 DEBUG [main][FtpUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb is a valid file
[java] [junit] 14:08:33,508 DEBUG [main][FtpUnitTest] Undeploying ftp-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:08:33,508 DEBUG [main][FtpUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:08:33,509 DEBUG [main][FtpUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb]
[java] [junit] 14:08:33,596 DEBUG [main][FtpUnitTest] undeployed package: ftp-test.esb
[java] [junit] 14:08:33,596 DEBUG [main][FtpUnitTest] JBossTestServices.tearDown()
[java] [junit] ------------- ---------------- ---------------
[java] [junit] ------------- Standard Error -----------------
[java] [junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/log4j.xml
[java] [junit] ------------- ---------------- ---------------
[java] [junit] Testcase: testFtp took 10.177 sec
[java] [junit] Running org.jboss.soa.esb.server.jbpmAsync.JbpmAsyncUnitTest
[java] [junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/log4j.xml
[java] [junit] 14:08:34,591 DEBUG [main][JbpmAsyncUnitTest] ==== setUp org.jboss.soa.esb.server.jbpmAsync.JbpmAsyncUnitTest ====
[java] [junit] 14:08:34,592 DEBUG [main][JbpmAsyncUnitTest] JBossTestServices.setUp()
[java] [junit] 14:08:34,626 DEBUG [main][JbpmAsyncUnitTest] initialContext.getEnvironment()={jnp.parsedName=, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.provider.url=localhost:1099, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
[java] [junit] 14:08:34,628 INFO [main][JbpmAsyncUnitTest] jbosstest.beancount: ${jbosstest.beancount}
[java] [junit] 14:08:34,629 INFO [main][JbpmAsyncUnitTest] jbosstest.iterationcount: ${jbosstest.iterationcount}
[java] [junit] 14:08:34,630 INFO [main][JbpmAsyncUnitTest] jbosstest.threadcount: ${jbosstest.threadcount}
[java] [junit] 14:08:34,630 INFO [main][JbpmAsyncUnitTest] jbosstest.nodeploy: null
[java] [junit] 14:08:34,631 INFO [main][JbpmAsyncUnitTest] jbosstest.jndiurl: localhost:1099
[java] [junit] 14:08:34,632 INFO [main][JbpmAsyncUnitTest] jbosstest.jndifactory: org.jnp.interfaces.NamingContextFactory
[java] [junit] 14:08:34,632 DEBUG [main][JbpmAsyncUnitTest] jbpm-async-test.esb is not a valid URL, no protocol: jbpm-async-test.esb
[java] [junit] 14:08:34,633 DEBUG [main][JbpmAsyncUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:08:34,634 DEBUG [main][JbpmAsyncUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb is a valid file
[java] [junit] 14:08:34,635 DEBUG [main][JbpmAsyncUnitTest] Deploying jbpm-async-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:08:34,763 DEBUG [main][JbpmAsyncUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:08:34,764 DEBUG [main][JbpmAsyncUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb]
[java] [junit] 14:08:35,122 DEBUG [main][JbpmAsyncUnitTest] deployed package: jbpm-async-test.esb
[java] [junit] 14:08:35,127 DEBUG [main][JbpmAsyncUnitTest] ==== Starting testAsyncCallback ====
[java] [junit] 14:08:35,745 DEBUG [main][JbpmAsyncUnitTest] ==== Starting testSuspendedAsyncCallback ====
[java] [junit] 14:09:15,867 DEBUG [main][JbpmAsyncUnitTest] jbpm-async-test.esb is not a valid URL, no protocol: jbpm-async-test.esb
[java] [junit] 14:09:15,867 DEBUG [main][JbpmAsyncUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:09:15,868 DEBUG [main][JbpmAsyncUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb is a valid file
[java] [junit] 14:09:15,868 DEBUG [main][JbpmAsyncUnitTest] Undeploying jbpm-async-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:09:15,868 DEBUG [main][JbpmAsyncUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:09:15,868 DEBUG [main][JbpmAsyncUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb]
[java] [junit] 14:09:15,912 DEBUG [main][JbpmAsyncUnitTest] undeployed package: jbpm-async-test.esb
[java] [junit] 14:09:15,912 DEBUG [main][JbpmAsyncUnitTest] JBossTestServices.tearDown()
[java] [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 41.634 sec
[java] [junit] Testsuite: org.jboss.soa.esb.server.jbpmAsync.JbpmAsyncUnitTest
[java] [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 41.634 sec
[java] [junit] ------------- Standard Output ---------------
[java] [junit] 14:08:34,591 DEBUG [main][JbpmAsyncUnitTest] ==== setUp org.jboss.soa.esb.server.jbpmAsync.JbpmAsyncUnitTest ====
[java] [junit] 14:08:34,592 DEBUG [main][JbpmAsyncUnitTest] JBossTestServices.setUp()
[java] [junit] 14:08:34,626 DEBUG [main][JbpmAsyncUnitTest] initialContext.getEnvironment()={jnp.parsedName=, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.provider.url=localhost:1099, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
[java] [junit] 14:08:34,628 INFO [main][JbpmAsyncUnitTest] jbosstest.beancount: ${jbosstest.beancount}
[java] [junit] 14:08:34,629 INFO [main][JbpmAsyncUnitTest] jbosstest.iterationcount: ${jbosstest.iterationcount}
[java] [junit] 14:08:34,630 INFO [main][JbpmAsyncUnitTest] jbosstest.threadcount: ${jbosstest.threadcount}
[java] [junit] 14:08:34,630 INFO [main][JbpmAsyncUnitTest] jbosstest.nodeploy: null
[java] [junit] 14:08:34,631 INFO [main][JbpmAsyncUnitTest] jbosstest.jndiurl: localhost:1099
[java] [junit] 14:08:34,632 INFO [main][JbpmAsyncUnitTest] jbosstest.jndifactory: org.jnp.interfaces.NamingContextFactory
[java] [junit] 14:08:34,632 DEBUG [main][JbpmAsyncUnitTest] jbpm-async-test.esb is not a valid URL, no protocol: jbpm-async-test.esb
[java] [junit] 14:08:34,633 DEBUG [main][JbpmAsyncUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:08:34,634 DEBUG [main][JbpmAsyncUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb is a valid file
[java] [junit] 14:08:34,635 DEBUG [main][JbpmAsyncUnitTest] Deploying jbpm-async-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:08:34,763 DEBUG [main][JbpmAsyncUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:08:34,764 DEBUG [main][JbpmAsyncUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb]
[java] [junit] 14:08:35,122 DEBUG [main][JbpmAsyncUnitTest] deployed package: jbpm-async-test.esb
[java] [junit] 14:08:35,127 DEBUG [main][JbpmAsyncUnitTest] ==== Starting testAsyncCallback ====
[java] [junit] 14:08:35,745 DEBUG [main][JbpmAsyncUnitTest] ==== Starting testSuspendedAsyncCallback ====
[java] [junit] 14:09:15,867 DEBUG [main][JbpmAsyncUnitTest] jbpm-async-test.esb is not a valid URL, no protocol: jbpm-async-test.esb
[java] [junit] 14:09:15,867 DEBUG [main][JbpmAsyncUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:09:15,868 DEBUG [main][JbpmAsyncUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb is a valid file
[java] [junit] 14:09:15,868 DEBUG [main][JbpmAsyncUnitTest] Undeploying jbpm-async-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:09:15,868 DEBUG [main][JbpmAsyncUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:09:15,868 DEBUG [main][JbpmAsyncUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb]
[java] [junit] 14:09:15,912 DEBUG [main][JbpmAsyncUnitTest] undeployed package: jbpm-async-test.esb
[java] [junit] 14:09:15,912 DEBUG [main][JbpmAsyncUnitTest] JBossTestServices.tearDown()
[java] [junit] ------------- ---------------- ---------------
[java] [junit] ------------- Standard Error -----------------
[java] [junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/log4j.xml
[java] [junit] ------------- ---------------- ---------------
[java] [junit] Testcase: testAsyncCallback took 0.619 sec
[java] [junit] Testcase: testSuspendedAsyncCallback took 40.117 sec
[java] [junit] FAILED
[java] [junit] checkWaitingAction expected:<true> but was:<false>
[java] [junit] junit.framework.AssertionFailedError: checkWaitingAction expected:<true> but was:<false>
[java] [junit] at org.jboss.soa.esb.server.jbpmAsync.JbpmAsyncUnitTest.testSuspendedAsyncCallback(JbpmAsyncUnitTest.java:78)
[java] [junit] at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
[java] [junit] at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
[java] [junit] at junit.extensions.TestSetup.run(TestSetup.java:27)
[java] BUILD FAILED
[java] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build.xml:105: The following error occurred while executing this line:
[java] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/junit/build.xml:214: Test org.jboss.soa.esb.server.jbpmAsync.JbpmAsyncUnitTest failed
[java] Total time: 1 minute 19 seconds
[java] Java Result: 1
esb.init-app-server:
esb.init-esb-server:
esb.init-ftp-server:
esb.init:
stop-server:
[echo] Stopping local ESB server
[java] Shutdown message has been posted to the server.
[java] Server shutdown may take a while - check logfiles for completion
[echo] 2008-05-30 14:09:16 EDT: waiting for ESB server to stop, checking file /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/jbossesb-test/jbossesb-server/server/default/log/server.log ...
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/integration-build.xml:12: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build.xml:88: QA Unit Test failure
Total time: 16 minutes 29 seconds
Recording test results
Recording Emma reports trunk/product/build/tests/coverage/coverage.xml
16Â years, 6Â months
Build failed in Hudson: JBoss-AS-5.0.x #1614
by jboss-qa-internalï¼ redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/1614/changes
Changes:
[pgier] [JBAS-5288] Add exclusions related to new integration groupId.
------------------------------------------
[...truncated 16444 lines...]
throw new DeploymentException(asClass.getName() + " is not an activation spec class '" + messagingType + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java:120: warning: [deprecation] org.jboss.metadata.ActivationConfigPropertyMetaData in org.jboss.metadata has been deprecated
ActivationConfigPropertyMetaData acpmd = (ActivationConfigPropertyMetaData) i.next();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java:120: warning: [deprecation] org.jboss.metadata.ActivationConfigPropertyMetaData in org.jboss.metadata has been deprecated
ActivationConfigPropertyMetaData acpmd = (ActivationConfigPropertyMetaData) i.next();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java:135: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException(msg, e);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:71: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No implementation class for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:78: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException(implClass.getName() + " is not a '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:111: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No property editor found for property '" + name + " class='" + type + "' for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:127: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, e.getTargetException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:131: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, t);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:152: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No property '" + name + "' for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:165: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No property editor found for property '" + name + " class='" + type + "' for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:181: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, e.getTargetException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:185: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, t);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/RARDeployer.java:100: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error parsing meta data " + url, t);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/RARDeployment.java:263: 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/connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java:86: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException(raClass.getName() + " is not a resource adapter class");
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java:125: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for resource adapter class " + clz.getName() + " setting property " + cpmd, e.getTargetException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java:129: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for resource adapter class " + clz.getName() + " accessing property setter " + cpmd, t);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
68 warnings
compile-classes-jdk6:
compile-classes:
compile-resources:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/resources
[copy] Copying 14 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/resources
[copy] Copied 16 empty directories to 1 empty directory under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/resources
compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/etc
[copy] Copying 39 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/etc
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.deployer
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.deployer/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca-deployer.jar
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.deployer
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.deployer/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-common-jdbc-wrapper.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-local-jdbc.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-local-jdbc.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-xa-jdbc.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-xa-jdbc.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jms-ra.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jms-ra.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/mail-ra.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/mail-ra.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/quartz-ra.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/quartz-ra.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jbosscx-client.jar
[touch] Creating /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/build-marker
most:
==
== Finished with 'most' in module 'connector'.
======================================================================
_module-connector-most:
_module-connector-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/deployers
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
[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 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/docs/dtd
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/docs/examples/jca
[copy] Copying 38 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/docs/examples/jca
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
[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
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
======================================================================
== Executing 'most' in module 'management'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
Overriding previous definition of reference to xdoclet.task.classpath
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
compile-classes:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/classes
[javac] Compiling 172 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:35: warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been deprecated
import org.jboss.metadata.BeanMetaData;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:36: warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been deprecated
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 33 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/deployers/JBoss5DeploymentScope.java:162: cannot find symbol
symbol : method getEndpointInfo(java.lang.Class,java.lang.String,java.lang.String)
location: interface org.jboss.deployment.spi.DeploymentEndpointResolver
EndpointInfo endpoint = endpointResolver.getEndpointInfo(businessIntf, EndpointType.EJB, vfsContext);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentScope.java:198: cannot find symbol
symbol : method getEndpointInfo(java.lang.String,java.lang.String,java.lang.String)
location: interface org.jboss.deployment.spi.DeploymentEndpointResolver
EndpointInfo endpoint = endpointResolver.getEndpointInfo(ejbLink, EndpointType.EJB, vfsContext);
^
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.
2 errors
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/build.xml:250: Compile failed; see the compiler error output for details.
Total time: 3 minutes 28 seconds
Recording fingerprints
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16Â years, 6Â months
Build failed in Hudson: JBoss-AS-5.0.x-TestSuite-sun15 #622
by jboss-qa-internalï¼ redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/622/ch...
Changes:
[pgier] [JBAS-5288] Add exclusions related to new integration groupId.
[pgier] [JBAS-5288] Upgrade jboss-integration to 5.0.0.CR1
[adrian(a)jboss.org] [JBAS-5571] - Port from jboss-4.2
------------------------------------------
[...truncated 16453 lines...]
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java:120: warning: [deprecation] org.jboss.metadata.ActivationConfigPropertyMetaData in org.jboss.metadata has been deprecated
ActivationConfigPropertyMetaData acpmd = (ActivationConfigPropertyMetaData) i.next();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java:135: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException(msg, e);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:71: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No implementation class for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:78: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException(implClass.getName() + " is not a '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:111: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No property editor found for property '" + name + " class='" + type + "' for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:127: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, e.getTargetException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:131: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, t);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:152: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No property '" + name + "' for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:165: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No property editor found for property '" + name + " class='" + type + "' for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:181: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, e.getTargetException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:185: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, t);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/RARDeployer.java:100: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error parsing meta data " + url, t);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/RARDeployment.java:263: 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-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java:86: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException(raClass.getName() + " is not a resource adapter class");
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java:125: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for resource adapter class " + clz.getName() + " setting property " + cpmd, e.getTargetException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java:129: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for resource adapter class " + clz.getName() + " accessing property setter " + cpmd, t);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
68 warnings
compile-classes-jdk6:
compile-classes:
compile-resources:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/resources
[copy] Copying 14 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/resources
[copy] Copied 16 empty directories to 1 empty directory under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/resources
compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/etc
[copy] Copying 39 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/etc
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jboss-jca.deployer
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jboss-jca.deployer/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jboss-jca-deployer.jar
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jboss-jca.deployer
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jboss-jca.deployer/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jboss-jca.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jboss-common-jdbc-wrapper.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jboss-local-jdbc.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jboss-local-jdbc.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jboss-xa-jdbc.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jboss-xa-jdbc.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jms-ra.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jms-ra.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/mail-ra.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/mail-ra.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/quartz-ra.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/quartz-ra.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/lib/jbosscx-client.jar
[touch] Creating /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/connector/output/build-marker
most:
==
== Finished with 'most' in module 'connector'.
======================================================================
_module-connector-most:
_module-connector-most:
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/all/deployers
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/docs/dtd
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/docs/examples/jca
[copy] Copying 38 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/docs/examples/jca
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
======================================================================
== Executing 'most' in module 'management'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
Overriding previous definition of reference to xdoclet.task.classpath
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
compile-classes:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/management/output/classes
[javac] Compiling 172 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/management/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:35: warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been deprecated
import org.jboss.metadata.BeanMetaData;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:36: warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been deprecated
import org.jboss.metadata.SessionMetaData;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/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-TestSuite-sun15/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-TestSuite-sun15/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-TestSuite-sun15/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-TestSuite-sun15/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-TestSuite-sun15/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-TestSuite-sun15/trunk/management/output/classes
compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/management/output/etc
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/management/output/etc
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/management/output/lib
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/management/output/lib/jboss-jsr77.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/management/output/lib/jboss-jsr77-client.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/management/output/lib/jboss-management.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/management/output/lib/ejb-management.jar
[touch] Creating /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/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-TestSuite-sun15/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-TestSuite-sun15/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-TestSuite-sun15/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-TestSuite-sun15/trunk/ejb3/output/etc
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/ejb3/output/etc
compile-classes:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/ejb3/output/classes
[javac] Compiling 33 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/ejb3/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentScope.java:162: cannot find symbol
symbol : method getEndpointInfo(java.lang.Class,java.lang.String,java.lang.String)
location: interface org.jboss.deployment.spi.DeploymentEndpointResolver
EndpointInfo endpoint = endpointResolver.getEndpointInfo(businessIntf, EndpointType.EJB, vfsContext);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentScope.java:198: cannot find symbol
symbol : method getEndpointInfo(java.lang.String,java.lang.String,java.lang.String)
location: interface org.jboss.deployment.spi.DeploymentEndpointResolver
EndpointInfo endpoint = endpointResolver.getEndpointInfo(ejbLink, EndpointType.EJB, vfsContext);
^
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.
2 errors
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/ejb3/build.xml:250: Compile failed; see the compiler error output for details.
Total time: 3 minutes 18 seconds
[JBoss-AS-5.0.x-TestSuite-sun15] $ bash -xe /tmp/hudson64126.sh
+ kill 28637
ERROR: No artifacts found that match the file pattern "trunk/build/output/**/*.log,trunk/build/output/jboss-5.0.x.zip". Configuration error?
ERROR: 'trunk/build/output/**/*.log' doesn't match anything, but '**/*.log' does. Perhaps that's what you mean?
Recording test results
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16Â years, 6Â months