BUILD FAILED |
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:179: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:50: Exit code: 1 See compile.log in Build Artifacts for details. |
Date of build: 01/10/2006 01:29:17 |
Time to build: 2 minutes 11 seconds |
Last changed: 01/10/2006 01:20:13 |
Last log entry: Create the Configuration before construction |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last builds: (first 50 of 9) | ||||
1.2 | modified | asaldhana | testsuite/src/main/org/jboss/test/security/managers/JASPISecurityManagerUnitTestCase.java | Create the Configuration before construction |
1.2 | modified | asaldhana | security/src/main/org/jboss/security/plugins/JASPISecurityManager.java | 1. Implement the validateRequest method.2. Fix the auth cache entry (which should have been ServerAuthContext and was incorrectly modeled as ServerAuthModule).3. Take care of sharedState and configuring the ServerAuthModules on ctr. |
1.2 | modified | asaldhana | security/src/main/org/jboss/security/auth/container/config/AuthModuleEntry.java | Check for null options. |
1.3 | modified | asaldhana | security/src/main/org/jboss/security/auth/container/modules/DelegatingServerAuthModule.java | Move some of the functionality to the base class -AbstractServerAuthModule |
1.1 | added | asaldhana | security/src/main/org/jboss/security/auth/container/modules/AbstractServerAuthModule.java | Abstract class that pulls up common functionality needed for the ServerAuthModules. |
1.11 | modified | bstansberry | testsuite/src/main/org/jboss/test/testbeancluster/test/BeanUnitTestCase.java | Catch NoSuchObjectException thrown during removal. |
1.14 | modified | bstansberry | testsuite/src/main/org/jboss/test/cluster/test/ScopedTestCase.java | Test whether HttpSession.getAttributeNames() returns correct values. |
1.2 | modified | bstansberry | testsuite/src/resources/cluster/http/http-field/attributeNames.jsp | Test whether HttpSession.getAttributeNames() returns correct values. |
1.2 | modified | bstansberry | testsuite/src/resources/cluster/http/http-scoped/attributeNames.jsp | Test whether HttpSession.getAttributeNames() returns correct values. |