BUILD FAILED |
Ant Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:62: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:34: Exit code: 1 See tests.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/ |
Date of build: 11/06/2004 00:22:08 |
Time to build: 95 minutes 42 seconds |
Last changed: 11/05/2004 21:58:33 |
Last log entry: Add a test of accessing a secured servlet under a web-resource-collection constraint that does not specify any http-methods |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (42) | ||||
1.25 | modified | starksm | testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java | Add a test of accessing a secured servlet under a web-resource-collection constraint that does not specify any http-methods |
1.19 | modified | starksm | testsuite/src/resources/web/WEB-INF/jbosstest-web.xml | Add a web-resource-collection that does not specify any http-methods and add a second mapping of the SecureServlet under this url-pattern. |
1.3 | modified | starksm | testsuite/src/main/org/jboss/test/security/test/WebResourcePermissionUnitTestCase.java | Add a test of an empty http methods String[] equating to an empty or null http methods string. |
1.5 | modified | starksm | testsuite/src/main/org/jboss/test/web/test/FormAuthUnitTestCase.java | Add a testFlushOnSessionInvalidation that validates that a war which uses <security-domain flushOnSessionInvalidation="true"> in the jboss-web.xml does not have any jaas security domain cache entries after the web session has been invalidated. |
1.25 | modified | bwang00 | cache/docs/Changelog.txt | Updated |
1.5 | modified | andd | server/src/etc/conf/default/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml | Added support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves. |
1.77 | modified | andd | system/src/main/org/jboss/deployment/MainDeployer.java | Added support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves. |
1.8 | modified | andd | system/src/main/org/jboss/deployment/SubDeployer.java | Added support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves. |
1.26 | modified | andd | system/src/main/org/jboss/deployment/SubDeployerSupport.java | Added support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves. |
1.1 | added | andd | system/src/main/org/jboss/deployment/SuffixOrderHelper.java | Added support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves. |
1.4 | modified | andd | server/src/etc/conf/default/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xml | Added support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves. |
1.6 | modified | andd | varia/src/main/org/jboss/varia/deployment/BeanShellSubDeployer.java | Added support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves. |
1.4 | modified | andd | hibernate/src/main/org/jboss/hibernate/har/HARDeployer.java | Added support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves. |
1.366 | modified | telrod | build/build.xml | Added commons-httpclient.jar to server/all/lib since requried by remoting http client invoker. |
1.49 | modified | starksm | system/src/main/org/jboss/deployment/DeploymentInfo.java | Synch up with some javadoc changes from 4.0 |
1.427 | modified | starksm | testsuite/build.xml | Include the tests-jacc-security target in the tests target |
1.18 | modified | starksm | testsuite/src/resources/web/WEB-INF/jbosstest-web.xml | Update to the web-app 2.4 xsd and drop the 2.3 dtd as the message-destination and related elements are not valid in a 2.3 descriptor. |
1.32 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java | Remove the duplicate server.init invocation via jmx |
1.2 | modified | starksm | testsuite/src/main/org/jboss/test/security/test/WebResourcePermissionUnitTestCase.java | Add a wildcard test |
1.7 | modified | starksm | testsuite/src/main/org/jboss/test/classloader/test/ScopingUnitTestCase.java | Disable the testWarXmlOverrides test as its invalid as of jdk1.4+ due to the bundling of the xerces parser with the jdk |
1.35 | modified | starksm | naming/src/main/org/jnp/interfaces/NamingContext.java | - Update parseNameForScheme to make a copy of the input name if its being modified due to a schema prefix. The modified name is stored in the Hashtable env under the key jnp.parsedName. This fixes a problem with external names being modified by the Context calls.- Update the MulticastSocket used for discover to use the InitialContext env jnp.localAddress and jnp.localPort if defined to control the interface the broadcast is sent out on. |
1.7 | modified | starksm | naming/src/main/org/jnp/interfaces/NamingContextFactory.java | Update parseNameForScheme to make a copy of the input name if its being modified due to a schema prefix. The modified name is stored in the Hashtable env under the key jnp.parsedName. This fixes a problem with external names being modified by the Context calls. |
1.13 | modified | starksm | naming/src/main/org/jnp/server/NamingServer.java | Change the enum variable to iter to avoid java5 warnings |
1.21 | modified | telrod | remoting/build.xml | Undo previous commit as duplicate apache.commons.classpath entry. |
1.3 | modified | starksm | naming/src/main/org/jnp/interfaces/NamingEnumerationImpl.java | Change the enum ivar to iter to avoid java5 warnings |
1.6 | modified | starksm | testsuite/src/main/org/jboss/test/naming/test/SimpleUnitTestCase.java | Use the jnp.localAddress to set the interface through which the discovery broadcast is made. |
1.4 | modified | starksm | server/src/main/org/jboss/ejb/plugins/JaasAuthenticationInterceptor.java | Change the ThreadRunAsStack peek(int depth) to look for the first non-null run-as identity on the stack starting. Fixes [ 1041273 ] Run-as Identity not propagated. |
1.14 | modified | starksm | server/src/main/org/jboss/ejb/plugins/RunAsSecurityInterceptor.java | Change the ThreadRunAsStack peek(int depth) to look for the first non-null run-as identity on the stack starting. Fixes [ 1041273 ] Run-as Identity not propagated. |
1.48 | modified | starksm | server/src/main/org/jboss/ejb/plugins/SecurityInterceptor.java | Change the ThreadRunAsStack peek(int depth) to look for the first non-null run-as identity on the stack starting. Fixes [ 1041273 ] Run-as Identity not propagated. |
1.21 | modified | starksm | server/src/main/org/jboss/security/SecurityAssociation.java | Change the ThreadRunAsStack peek(int depth) to look for the first non-null run-as identity on the stack starting. Fixes [ 1041273 ] Run-as Identity not propagated. |
1.87 | modified | schrouf | server/src/etc/conf/default/standardjbosscmp-jdbc.xml | Include <auto-increment-template> for InformixDB |
1.20 | modified | telrod | remoting/build.xml | Added apache.commons.classpath to library classpath since need apache httpclient. |
1.2 | modified | belaban | cache/docs/design/Refactoring.txt | no message |
1.1 | added | belaban | cache/src/main/org/jboss/cache/NodeNotExistsException.java | new exception |
1.19 | modified | kabkhan | varia/.classpath | Updated beanshell lib reference |
1.12 | modified | belaban | cache/docs/design/JBossCacheRoadmap.txt | - added XmlLoadable task for 1.2- closed AOP Collections task |
1.14 | modified | kabkhan | remoting/.classpath | Added commons-httpclient.jar to cp |
1.12 | modified | belaban | cache/src/main/org/jboss/cache/TransactionTable.java | pp |
1.11 | modified | bwang00 | cache/docs/html/FAQ.html | another updated for 1.2 release |
1.14 | modified | bwang00 | cache/docs/FAQ.xml | another updated for 1.2 release |
1.10 | modified | bwang00 | cache/docs/html/FAQ.html | Updated for 1.2 release |
1.13 | modified | bwang00 | cache/docs/FAQ.xml | Updated for 1.2 release |