View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041108210652Lbuild.170

BUILD COMPLETE -  build.170
Date of build: 11/08/2004 21:06:52
Time to build: 15 minutes 37 seconds
Last changed: 11/08/2004 20:39:01
Last log entry: Remove the SecurityDomainEditor

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (54)
1.1.4.1deletedstarksmsecurity/src/main/org/jboss/security/propertyeditor/SecurityDomainEditor.javaRemove the SecurityDomainEditor
1.1.2.9modifiedstarksmtools/etc/buildmagic/version-info.xmlSet the version.cvstag to JBoss_3_2_7_RC1 for the release
1.1.2.29modifiedstarksmtools/etc/buildmagic/buildmagic.entSet the version.cvstag to JBoss_3_2_7_RC1 for the release
1.1.2.4modifiedstarksmtestsuite/src/main/org/jboss/test/cluster/test/WebSessionTestCase.javaRename testServletSessionLoadBalancing to badtestServletSessionLoadBalancing to disable the test as it currently does not work because the JBossCache http session layer does not invalidate the local session when a remote session is updated.
1.1.2.25modifiedstarksmtestsuite/imports/test-jars.xmlInclude the login configuration for the secured ENC bean in the naming.jar
1.1.4.3modifiedstarksmtestsuite/src/main/org/jboss/test/naming/test/SecurityUnitTestCase.javaAdd tests of accessing a secured ejb to use of the custom InitialContextFactory impls that accept the login info from the InitialContext env
1.1.10.2modifiedstarksmtestsuite/src/main/org/jboss/test/naming/interfaces/TestENC.javaAdd tests of accessing a secured ejb to use of the custom InitialContextFactory impls that accept the login info from the InitialContext env
1.7.4.5modifiedstarksmtestsuite/src/main/org/jboss/test/naming/ejb/TestENCBean.javaAdd tests of accessing a secured ejb to use of the custom InitialContextFactory impls that accept the login info from the InitialContext env
1.1.4.7modifiedstarksmtestsuite/src/resources/naming/jar/META-INF/ejb-jar.xmlAdd tests of accessing a secured ejb to use of the custom InitialContextFactory impls that accept the login info from the InitialContext env
1.1.4.2modifiedstarksmtestsuite/src/resources/naming/jar/META-INF/jboss.xmlAdd tests of accessing a secured ejb to use of the custom InitialContextFactory impls that accept the login info from the InitialContext env
1.1.2.2modifiedstarksmvaria/src/resources/jmx/jmx-console-roles.propertiesInclude the HttpInvoker in the admin user roles since the http-invoker.war uses the jmx-console security domain by default now.
1.3.2.2modifiedstarksmtestsuite/src/resources/security/users.propertiesUpdate for the http secured http invoker tests
1.5.2.3modifiedstarksmtestsuite/src/resources/security/auth.confInclude the ClientLoginModule in the testLoginInitialContext config
1.1.2.3modifiedstarksmtestsuite/src/resources/naming/services/jboss-service.xmlMove the read only naming service mbean configuration into the jboss-service.xml descriptor of the naming-readonly.sar as the naming-xmbean.xml cannot be shared by both the naming-readonly.sar and naming-pooled.sar
1.1.2.24modifiedstarksmtestsuite/imports/test-jars.xmlRemove the naming-xmbean.xml descriptor from the naming-readonly.sar
1.1.2.8modifiedstarksmtestsuite/src/main/org/jboss/test/classloader/test/ScopingUnitTestCase.javaDisable the testWarXmlOverrides test as its invalid as of jdk1.4+ due to the bundling of the xerces parser with the jdk
1.2.4.15modifiedstarksmtestsuite/src/main/org/jboss/test/naming/test/SimpleUnitTestCase.javaUse the jnp.localAddress to set the interface through which the discovery broadcast is made.
1.18.2.21modifiedstarksmnaming/src/main/org/jnp/interfaces/NamingContext.javaFix the assignment of the discovery socket local address
1.1.1.1.4.4modifiedstarksmtestsuite/src/main/org/jboss/test/jbossnet/security/server/AuthenticationBean.javaUse jbossnet-tests as the security domain
1.1.1.1.4.4modifiedstarksmtestsuite/src/main/org/jboss/test/jbossnet/security/server/AuthorizationBean.javaUse jbossnet-tests as the security domain
1.1.2.14modifiedstarksmserver/src/resources/org/jboss/metadata/jboss-web_3_2.dtdAdd a flushOnSessionInvalidation attribute to security-domain. This a boolean indicating whether the associated security domain cache should be flushed when the web session is invalidated. If true, the security manager service flushAuthenticationCache(String, java.security.Principal) is called when the session is seen to be invalid due to expiration or explicit invalidation.
1.1.2.2modifiedstarksmtestsuite/src/resources/web/form-auth/jboss-web.xmlAdd a flushOnSessionInvalidation=true attribute to the security-domain
1.1.1.1.4.4modifiedstarksmtestsuite/src/main/org/jboss/test/jbossnet/security/SecurityUnitTestCase.javaGet rid of the override of the other security domain login configuration. This is done via the DynamicLoginConfig service now.
1.1.2.23modifiedstarksmtestsuite/imports/test-jars.xmlRemove the SecurityConfig from the jbossnet-security.jar as this should use the standard DynamicLoginConfig service.
1.1.2.6modifiedstarksmtestsuite/imports/code-generation.xmlUse securitydomain="java:/jaas/jbossnet-tests" for the jbossnet-security.jar
1.1.1.1.4.4modifiedstarksmtestsuite/src/resources/jbossnet/security/server/test-login-config.xmlUse the unique jbossnet-tests domain name
1.18.2.20modifiedstarksmnaming/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 if defined to control the interface the broadcast is sent out on.
1.3.10.3modifiedstarksmnaming/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.- Update the MulticastSocket used for discover to use the InitialContext env jnp.localAddress if defined to control the interface the broadcast is sent out on.
1.1.1.1.2.10modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/SecurityAssociationValve.javaUpdate the logic for determining if the session is expired and should trigger a flush of the authentication cache. Fixes [1054942] Setting flushOnSessionInvalidation to true doesn't work.
1.12.4.16modifiedstarksmsecurity/src/main/org/jboss/security/plugins/JaasSecurityManagerService.javaStrip any java:/jaas/ prefix from the security domain name passed to the flushAuthenticationCache methods
1.1.1.1.2.22modifiedstarksmtomcat/build.xmlRemove the commented out sso-channel-50.xml copy as the sso-channel-50.xml was removed
1.27.2.17modifiedtdieslerjboss.net/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.2.4.2modifiedtdieslerjboss.net/samples/mail/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.39.2.15modifiedtdieslercluster/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.6.2.4modifiedtdieslerjboss.net/samples/Hello/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.42.2.22modifiedtdieslerconnector/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.5.2.13modifiedtdieslerconsole/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.16.2.11modifiedtdiesleriiop/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.41.2.41modifiedtdieslervaria/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.12.2.12modifiedtdieslermanagement/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.34.2.5modifiedtdieslercache/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.104.2.42modifiedtdieslerserver/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.16.2.4modifiedtdieslernaming/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.18.4.6modifiedtdieslerj2ee/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.4.2.6modifiedtdieslertransaction/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.12.2.12modifiedtdieslerremoting/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.1.1.1.2.6modifiedtdieslerhibernate/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.28.2.17modifiedtdieslersecurity/build.xmlUse javac includes attribute instead of the include subelement to support multiple excludes.
1.1.2.28modifiedtdieslertools/etc/buildmagic/buildmagic.entUse javac includes attribute instead of the include subelement to support multiple excludes.
1.1.1.1.2.21modifiedtdieslertomcat/build.xmlcopy of sso-channel-50.xml breaks the build
1.1.2.3deletedbstansberrytomcat/src/resources/sso-channel-50.xmlRemove the sso-channel.xml as clustered sso is now configured via the tc5-cluster-service
1.1.2.1modifiedbstansberrytestsuite/src/resources/test-configs/tomcat-sso-cluster/deploy/tc5-cluster-service.xmlFor the clustered sso test case, use REPL_SYNC. Needed because the test case switches between cluster nodes before asynchronous replication transmits sso state changes.
1.9.2.14modifiedstarksmserver/src/main/org/jboss/metadata/WebMetaData.javaAdd a flushOnSessionInvalidation attribute to the security-domain element. Its a boolean indicating whether the associated security domain cache should be flushed when the web session is invalidated. If true, the security manager service flushAuthenticationCache(String, java.security.Principal) is called when the session is seen to be invalid due to expiration or explicit invalidation.
1.1.2.2modifiedstarksmtestsuite/src/resources/web/form-auth/form-auth-web.xmlInclude the LogoutServlet

Reply via email to