View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050325114334Lbuild.115

BUILD COMPLETE -  build.115
Date of build: 03/25/2005 11:43:34
Time to build: 49 minutes 28 seconds
Last changed: 03/25/2005 11:17:23
Last log entry: Include all deploy/jms content recursively in the jacc test configuration

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

 Modifications since last build:  (21)
1.406.2.47modifiedstarksmtestsuite/build.xmlInclude all deploy/jms content recursively in the jacc test configuration
1.1.4.3modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JaccAuthorizationRealm.java- If there is no JACC Subject context handler data when the resource permission check is made, check to see if the request principal is a JBossGenericPrincipal that encapsulates the authenticated user. This is needed for FORM-AUTH which caches the authenticated user as part of the session context and does not reauthenticate to the Realm. Resolves (JBAS-1592) JaccAuthorizationRealm always returns false on subsequent requests.- Fix a problem with the migration to tomcat 5.5.x that broke the isUserInRole call for the JACC Realm.
1.10.2.8modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JBossSecurityMgrRealm.javaChange the roleMap to a mapping from the caller principal to the GenericPrincipal rather than just the caller's roles.
1.3.4.3modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JBossGenericPrincipal.javaKeep the original Set<Princpal> of the user roles in addition to the role names.
1.1.2.1modifiedstarksmtestsuite/src/resources/test-configs/jacc/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xmlAdd the SecurityManagerService attribute for testing the auth cache flushing.
1.9.2.61modifiedstarksmtestsuite/imports/test-jars.xmlAdd the cross-server.jar target
1.9.2.60modifiedloubyanskytestsuite/imports/test-jars.xmlported ha local connection factory from HEAD
1.2.2.1modifiedloubyanskytestsuite/src/resources/jca/ha/test-ha-ds.xmlported ha local connection factory from HEAD
1.2.2.1modifiedloubyanskytestsuite/src/main/org/jboss/test/jca/test/HAConnectionFactoryUnitTestCase.javaported ha local connection factory from HEAD
1.1.2.1modifiedloubyanskytestsuite/src/main/org/jboss/test/jca/ejb/HAConnectionSessionBean.javaported ha local connection factory from HEAD
1.4.2.3modifiedloubyanskytools/etc/buildmagic/modules.xmlported ha local connection factory from HEAD
1.67.2.6modifiedloubyanskyconnector/build.xmlported ha local connection factory from HEAD
1.22.2.5modifiedloubyanskyconnector/src/resources/stylesheets/ConnectionFactoryTemplate.xslported ha local connection factory from HEAD
1.1.2.1modifiedloubyanskyconnector/src/resources/ha-local-rar/META-INF/ra.xmlported ha local connection factory from HEAD
1.1.2.4modifiedloubyanskyconnector/src/resources/dtd/jboss-ds_1_5.dtdported ha local connection factory from HEAD
1.6.2.1modifiedloubyanskyconnector/src/main/org/jboss/resource/adapter/jdbc/local/HALocalManagedConnectionFactory.javaported ha local connection factory from HEAD
1.13.4.2modifiedanddsystem/src/main/org/jboss/system/server/ServerConfig.javaJBAS-1610Implemented the ability to run jboss using the 'platform MBeanServer' on jdk1.5+ runtimes. Attribute ServerConfig.getPlatformMBeanServer() has been added to indicate if we are using the platform MBeanServer as the main jboss server. Both the 'jboss.platform.mbeanserver' property must be set, and the jvm must be jdk1.5+. to enable this feature. MBeanServerLocator will instead return the platform MBeanServer, in this case. To enable this feature use: './run -Djboss.platform.mbeanserver' and see the 'java.lang' and 'java.util.logging' domains appearing in the jmx-console
1.9.6.1modifiedanddsystem/src/main/org/jboss/system/server/ServerConfigImpl.javaJBAS-1610Implemented the ability to run jboss using the 'platform MBeanServer' on jdk1.5+ runtimes. Attribute ServerConfig.getPlatformMBeanServer() has been added to indicate if we are using the platform MBeanServer as the main jboss server. Both the 'jboss.platform.mbeanserver' property must be set, and the jvm must be jdk1.5+. to enable this feature. MBeanServerLocator will instead return the platform MBeanServer, in this case. To enable this feature use: './run -Djboss.platform.mbeanserver' and see the 'java.lang' and 'java.util.logging' domains appearing in the jmx-console
1.47.2.4modifiedanddsystem/src/main/org/jboss/system/server/ServerImpl.javaJBAS-1610Implemented the ability to run jboss using the 'platform MBeanServer' on jdk1.5+ runtimes. Attribute ServerConfig.getPlatformMBeanServer() has been added to indicate if we are using the platform MBeanServer as the main jboss server. Both the 'jboss.platform.mbeanserver' property must be set, and the jvm must be jdk1.5+. to enable this feature. MBeanServerLocator will instead return the platform MBeanServer, in this case. To enable this feature use: './run -Djboss.platform.mbeanserver' and see the 'java.lang' and 'java.util.logging' domains appearing in the jmx-console
1.4.6.1modifiedanddjmx/src/main/org/jboss/mx/util/MBeanServerLocator.javaJBAS-1610Implemented the ability to run jboss using the 'platform MBeanServer' on jdk1.5+ runtimes. Attribute ServerConfig.getPlatformMBeanServer() has been added to indicate if we are using the platform MBeanServer as the main jboss server. Both the 'jboss.platform.mbeanserver' property must be set, and the jvm must be jdk1.5+. to enable this feature. MBeanServerLocator will instead return the platform MBeanServer, in this case. To enable this feature use: './run -Djboss.platform.mbeanserver' and see the 'java.lang' and 'java.util.logging' domains appearing in the jmx-console
1.75.2.3modifiedanddjmx/src/main/org/jboss/mx/server/MBeanServerImpl.javaJBAS-1610Implemented the ability to run jboss using the 'platform MBeanServer' on jdk1.5+ runtimes. Attribute ServerConfig.getPlatformMBeanServer() has been added to indicate if we are using the platform MBeanServer as the main jboss server. Both the 'jboss.platform.mbeanserver' property must be set, and the jvm must be jdk1.5+. to enable this feature. MBeanServerLocator will instead return the platform MBeanServer, in this case. To enable this feature use: './run -Djboss.platform.mbeanserver' and see the 'java.lang' and 'java.util.logging' domains appearing in the jmx-console

Reply via email to