BUILD FAILED |
Ant Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/ |
Date of build: 04/26/2005 09:28:27 |
Time to build: 12 minutes 2 seconds |
Last changed: 04/26/2005 09:15:29 |
Last log entry: pass namespace context to ElementInterceptor.characters method, don't modify the global string type binding just for supply element |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (37) | ||||
1.20 | modified | aloubyansky | testsuite/src/main/org/jboss/test/xml/PojoServerUnitTestCase.java | pass namespace context to ElementInterceptor.characters method, don't modify the global string type binding just for supply element |
1.9 | modified | aloubyansky | testsuite/src/main/org/jboss/test/xml/SundayUnitTestCase.java | pass namespace context to ElementInterceptor.characters method, don't modify the global string type binding just for supply element |
1.3 | modified | aloubyansky | common/src/main/org/jboss/xml/binding/sunday/unmarshalling/DefaultElementInterceptor.java | pass namespace context to ElementInterceptor.characters method |
1.3 | modified | aloubyansky | common/src/main/org/jboss/xml/binding/sunday/unmarshalling/ElementInterceptor.java | pass namespace context to ElementInterceptor.characters method |
1.8 | modified | aloubyansky | common/src/main/org/jboss/xml/binding/sunday/unmarshalling/SundayContentHandler.java | pass namespace context to ElementInterceptor.characters method |
1.5 | modified | starksm | security/src/main/org/jboss/security/auth/spi/BaseCertLoginModule.java | Add a verifier option which specifies the class name of the X509CertificateVerifier to use for verification of the login certificate. Resolves (JBAS-1460) Add an option to relax the JaasSecurityDomain certificate. |
1.1 | added | starksm | security/src/main/org/jboss/security/auth/certs/AnyCertVerifier.java | A X509CertificateVerifier that accepts any cert. |
1.1 | added | starksm | security/src/main/org/jboss/security/auth/certs/X509CertificateVerifier.java | A verifier for X509Certificate used by authentication layers. |
1.4 | modified | starksm | server/src/main/org/jboss/ejb/plugins/JaccAuthorizationInterceptor.java | The behavior of the ejb container JaccAuthorizationInterceptor is now consistent with the web container in that both simply pass in a null Principal[] to the ProtectionDomain argument of the Policy.implies call if there is no authenticated caller. Resolves (JBAS-1723) The JACC policy should be consulted for an 'unauthenticated caller. |
1.1 | added | rcampbell | messaging/component-info.xml | added component-info for remaining components; release structure builds and runs |
1.2 | modified | rcampbell | messaging/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.1 | added | rcampbell | security/component-info.xml | added component-info for remaining components; release structure builds and runs |
1.4 | modified | rcampbell | security/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.1 | added | rcampbell | server/component-info.xml | added component-info for remaining components; release structure builds and runs |
1.6 | modified | rcampbell | server/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.2 | modified | rcampbell | system/component-info.xml | added component-info for remaining components; release structure builds and runs |
1.7 | modified | rcampbell | system/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.1 | added | rcampbell | cluster/component-info.xml | added component-info for remaining components; release structure builds and runs |
1.2 | modified | rcampbell | cluster/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.1 | added | rcampbell | connector/component-info.xml | added component-info for remaining components; release structure builds and runs |
1.3 | modified | rcampbell | connector/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.1 | added | rcampbell | console/component-info.xml | added component-info for remaining components; release structure builds and runs |
1.2 | modified | rcampbell | console/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.4 | modified | rcampbell | container/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.1 | added | rcampbell | jaxrpc/component-info.xml | added component-info for remaining components; release structure builds and runs |
1.3 | modified | rcampbell | jaxrpc/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.6 | modified | rcampbell | jmx/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.1 | added | rcampbell | kernel/component-info.xml | added component-info for remaining components; release structure builds and runs |
1.6 | modified | rcampbell | kernel/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.1 | added | rcampbell | management/component-info.xml | added component-info for remaining components; release structure builds and runs |
1.2 | modified | rcampbell | management/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.35 | modified | rcampbell | jbossas/jbossbuild.xml | added component-info for remaining components; release structure builds and runs |
1.67 | modified | starksm | server/src/main/org/jboss/ejb/EjbModule.java | For the creation of the JACC permissions for missing methods, in addition to looking at the isExcludeMissingMethods flag, first check that there actually is a security domain. If there is not a security domain associated with the container missing methods are added to the unchecked policy regardless of the isExcludeMissingMethods value. |
1.5 | modified | starksm | security/src/main/org/jboss/security/jndi/LoginInitialContextFactory.java | If the Context.SECURITY_PRINCIPAL is a java.security.Principal use the getName method to obtain the username. Resolves (JBAS-1722) Allow for a Principal instance as the Context.SECURITY_PRINCIPAL in LoginInitialContextFactory. |
1.3 | modified | starksm | testsuite/src/resources/test-configs/jacc/conf/standardjboss.xml | "Remove the unused NoTxPropagationInterceptor since this test does not deploy the iiop service |
1.53 | modified | dimitris | system/src/main/org/jboss/system/server/ServerImpl.java | Alter the order in doStart() so that(a) the start-up notification is emitted after the "Started" attribute has been set to true(b) report the total startup time, including the processing of the startup notificationThe startup message, still appears last. |
1.3 | modified | starksm | server/src/main/org/jboss/web/WebPermissionMapping.java | Update the permission creation to build a proper canonical set of permissions. |