View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040807032726

BUILD FAILED
Ant Error Message: file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: 1
Date of build: 08/07/2004 03:27:26
Time to build: 8 minutes 48 seconds
Last changed: 08/07/2004 02:08:41
Last log entry: Add a jpda.cmdline property that is passed to the start-jboss javatask. Override with the jpda settings for debugging start-jboss, e.g.,-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y

 Unit Tests: (0)
No Tests Run
This project doesn't have any tests
 

 Modifications since last build:  (16)
1.1.2.6modifiedstarksmtestsuite/imports/server-config.xmlAdd a jpda.cmdline property that is passed to the start-jboss javatask. Override with the jpda settings for debugging start-jboss, e.g.,-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y
1.1.2.2modifiedstarksmtestsuite/src/resources/test-configs/tomcat-sso/conf/login-config.xmlAdd the a jbosstest-web configuration for the ejb deployment
1.1.2.2modifiedstarksmtestsuite/src/resources/test-configs/tomcat-sso/deploy/jbossweb-tomcat50.sar/server.xmlAdd the external JBossSecurityMgrRealm to the Engine
1.1.2.5modifiedstarksmtestsuite/imports/test-jars.xmlUpdate the web-sso.ear to include the jbosstest-web-ejbs.jar
1.1.2.2modifiedstarksmtestsuite/src/resources/web/sso/war/web-form-auth.xmlAdd a secured EJBServlet
1.1.2.2modifiedstarksmtestsuite/src/resources/web/sso/application.xmlInclude the jbosstest-web-ejbs.jar
1.1.2.3modifiedstarksmtestsuite/src/main/org/jboss/test/web/test/SingleSignOnUnitTestCase.javaAdd a test of accessing a secured servlet which access' a secured ejb to test the propagation of the sso identity to the ejb container.
1.1.2.2modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JBossGenericPrincipal.javaAdd the authenticated Subject
1.1.2.2modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/SecurityAssociationActions.javaAdd a SetPrincipalInfoAction that also takes the authenticated Subject
1.1.1.1.2.4modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/SecurityAssociationValve.java- Take over the task of setting/clearing the caller identity from the JBossSecurityMgrRealm.- Look to the request for the JBossGenericPrincipal for the caller in addition to the session since the SingleSignOn valve does not propagate the SSO identity to the session. Fixes [ 998575 ] Principal does not propagate under SSO on 3.2.6RC1.
1.1.2.19modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.javaExternalize the realm and pass the subject request attribute name to the SecurityAssociationValve.
1.1.1.1.2.9modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc4/EmbeddedTomcatService.javaRemove the setting of the realm subject request attribute name
1.1.2.5modifiedstarksmserver/src/main/org/jboss/web/AbstractWebDeployer.java- Add a default security-domain name to use when there is no jboss-web/security-domain specified and default.
1.51.2.34modifiedstarksmserver/src/main/org/jboss/web/AbstractWebContainer.java- Add a default security-domain name to use when there is no jboss-web/security-domain specified and default this to "java:/jaas/other"- Expose the request attribute name under which the JAAS Subject is store
1.1.1.1.2.22modifiedstarksmtomcat/src/resources/server-50.xmlExternalize the JAAS based authentication and authorization realm implementation and specify the default certificatePrincipal attribute.- certificatePrincipal : the class name of the org.jboss.security.auth.certs.CertificatePrincipal impl used for mapping X509[] cert chains to a Princpal.
1.1.1.1.2.9modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JBossSecurityMgrRealm.javaRemove the Valve behavior so that this can be externalized to the server.xml file and add the authenticated Subject to the JBossGenericPrincipal.

Reply via email to