BUILD FAILED |
Ant Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:76: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile_jdk131.log in Build Artifacts for details. JAVA_HOME=/opt/jdk1.3.1_13/ |
Date of build: 12/15/2004 20:56:37 |
Time to build: 19 minutes 28 seconds |
Last changed: 12/15/2004 20:19:58 |
Last log entry: Add a testMultiUserEchoArgs est that tests that the echo method is secured by the SRPCacheLogin module when using multi-session srp with two threads |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (12) | ||||
1.1.4.6 | modified | starksm | testsuite/src/main/org/jboss/test/security/test/SRPUnitTestCase.java | Add a testMultiUserEchoArgs est that tests that the echo method is secured by the SRPCacheLogin module when using multi-session srp with two threads |
1.1.4.2 | modified | starksm | security/src/main/org/jboss/security/srp/jaas/SRPPrincipal.java | Override equals and hashCode to include the sessionID so that there is not unneccessary security domain cache misses when using mulit-user srp sessions. |
1.1.4.5 | modified | starksm | testsuite/src/resources/security-srp/auth.conf | Add another ejb to test multiple user session srp against ejbs |
1.1.4.1 | modified | starksm | testsuite/src/resources/security-srp/ejb-inf/ejb-jar.xml | Add another ejb to test multiple user session srp against ejbs |
1.3.2.2 | modified | starksm | testsuite/src/resources/security-srp/ejb-inf/jboss.xml | Add another ejb to test multiple user session srp against ejbs |
1.9.2.7 | modified | starksm | system/src/bin/run.sh | Fix the encapsulation of some path checks in quotes for the case of jboss installed in a path with spaces. |
1.4.4.7 | modified | starksm | system/src/bin/run.bat | Encapsulate the java.endorsed.dirs option in quotes in case jboss is installed into a directory with spaces. |
1.18.2.27 | modified | ejort | connector/src/main/org/jboss/resource/connectionmanager/BaseConnectionManager2.java | Log when connection factories/data sources are unbound from jndi. |
1.1.1.1.2.24 | modified | ejort | tomcat/src/resources/server-50.xml | Update the connection closed checking valve config example to includethe transaction manager so we can check for untermnated transactions.Also add a comment that the dependency needs uncommenting in META-INF/jboss-service.xml |
1.2.2.3 | modified | ejort | tomcat/src/main/org/jboss/web/tomcat/tc5/jca/CachedConnectionValve.java | Backport the connection close valve from jboss4.This includes a check for transaction completed. |
1.8.2.17 | modified | ejort | connector/src/main/org/jboss/resource/connectionmanager/CachedConnectionManager.java | Tidyup the stacktraces map in unregisterConnection rather than leaving it for the garbage collector.Check the transacion is active before trying to create a synchronization. |
1.50.2.19 | modified | starksm | server/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java | - Expose the MessageDrivenMetaData as a read-only attribute- Give the reconnect thread a more meaningful name that include the ejb name- Include the destinationJNDI name in the toString format. |