[JBoss-dev] CVS Moved

2005-04-23 Thread Scott M Stark
http://www.jboss.org/wiki/Wiki.jsp?page=CVSRepository
 

Scott Stark
Chief Technology Officer
JBoss Inc.



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Mail Services] - Re: M4 planning

2005-04-23 Thread mikezzz
- Refactor the Message class hierachy.   I would like to see if we can have a 
single represenation of a Mail for the whole system.  'Mail sources', e.g. 
Protocols, Mailboxes, other services (Fetchmail) could use a standard set of 
factory methods to create mail objects (one that takes a set of properties, 
another an input stream etc).  At the very least I would like to push more 
functionality up the hierachy and see it reused across the protocols and 
mailboxes.

- Revisit NIO.  In order effectively use NIO we would need to modify protocol 
to work in a manner that does not require a 1:1 correlation of threads to 
connections.  My suggestion would be to not change the existing Protocol but 
introduce a new protocol class (NIOProtocol?) that would work in a non-blocking 
manner and use channel/buffers rather than streams (or possibly our own I/O 
abstraction).  Then as we introduce new protocols (IMAP, MAPI...) we use the 
NIOProtocol as the base class.  Also allow the services using the old protocol 
to run side by side with newer services and migrate them as time dictates.  The 
one issue is supporting JDK 1.4 and SSL together.  We could use a adaptor to 
allow newer protocols to work with the existing Server as it is possible to 
create a Channel from an InputStream.  It won't be as scalable as the NIO 
implemenation but wouldn't significantly worse than the existing system (you 
end up with an extra layer of buffering between the channel and the stream).  
It would just give users/customers the option of making the system more 
scalable if their infrastructure allows.

Mike.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3875161#3875161

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3875161


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 Build Failed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050423182214
BUILD FAILEDAnt 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/23/2005 18:22:14Time to build:11 minutes 15 secondsLast changed:04/23/2005 18:11:58Last log entry:Make the conf/*.properties files the defaults for the other domain so that deployments can use local properties




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(3)1.1.2.1modifiedstarksmtestsuite/src/resources/test-configs/jacc/conf/login-config.xmlMake the conf/*.properties files the defaults for the other domain so that deployments can use local properties1.16.4.1modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaAdded two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.1.1.2.2modifiedstarksmtestsuite/src/resources/test-configs/jacc/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xmlChange the UseJBossWebLoader setting to false



[JBoss-dev] jboss-head Build Failed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050423183536
BUILD FAILEDAnt 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/23/2005 18:35:36Time to build:11 minutes 3 secondsLast changed:04/23/2005 18:25:44Last log entry:Override the testGetAccess/testPostAccess tests to get the strictStarRolesMode mode to true since "*" must be mapped to the web-app declared security-role/role-name values in the JACC permissions.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(3)1.2modifiedstarksmtestsuite/src/main/org/jboss/test/jacc/test/WebConstraintsUnitTestCase.javaOverride the testGetAccess/testPostAccess tests to get the strictStarRolesMode mode to true since "*" must be mapped to the web-app declared security-role/role-name values in the JACC permissions.1.2modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/WebConstraintsUnitTestCase.javaAdd additional permission overrides and a strictStarRolesMode flag indicating if a "*" web-app/auth-constraint/role-name should imply any authenticated user role, or only the security-role/role-name values in the web app. True = only the web-app defined roles1.17modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaAdded two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.



[JBoss-dev] jboss-4.0-jdk-matrix Build Failed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050423190658
BUILD FAILEDAnt 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/23/2005 19:06:58Time to build:10 minutes 37 secondsLast changed:04/23/2005 18:59:58Last log entry:Remove the old crimson classpath ref




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(10)1.51.2.6modifiedstarksmsecurity/build.xmlRemove the old crimson classpath ref1.51.2.5modifiedstarksmsecurity/build.xmlInclude the JndiLoginInitialContextFactory in the jbosssx-client.jar1.9.2.68modifiedstarksmtestsuite/imports/test-jars.xmlAdd the web-constraints.war target1.1.2.1modifiedstarksmtestsuite/src/resources/security/web-constraints/web.xmlAdd some additional nested excluded paths to test interaction between security constraints1.1.2.1modifiedstarksmtestsuite/src/main/org/jboss/test/jacc/test/WebConstraintsUnitTestCase.javaOverride the testGetAccess/testPostAccess tests to get the strictStarRolesMode mode to true since "*" must be mapped to the web-app declared security-role/role-name values in the JACC permissions.1.1.2.1modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/WebConstraintsUnitTestCase.javaAdd additional permission overrides and a strictStarRolesMode flag indicating if a "*" web-app/auth-constraint/role-name should imply any authenticated user role, or only the security-role/role-name values in the web app. True = only the web-app defined roles1.1.2.1modifiedstarksmtestsuite/src/resources/test-configs/jacc/conf/login-config.xmlMake the conf/*.properties files the defaults for the other domain so that deployments can use local properties1.16.4.1modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaAdded two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.1.1.2.2modifiedstarksmtestsuite/src/resources/test-configs/jacc/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xmlChange the UseJBossWebLoader setting to false1.12.2.2modifiedstarksmvaria/src/main/org/jboss/jmx/adaptor/control/Server.javaUse the input String arg as is if the type is Object and there is no property editor. Resolves (JBAS-1737) jmx-console fails to pass java.lang.Object values to op invocations.



[JBoss-dev] jboss-4.0 Build Failed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050423192145
BUILD FAILEDAnt 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/23/2005 19:21:45Time to build:10 minutes 46 secondsLast changed:04/23/2005 18:59:58Last log entry:Remove the old crimson classpath ref




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(9)1.51.2.6modifiedstarksmsecurity/build.xmlRemove the old crimson classpath ref1.51.2.5modifiedstarksmsecurity/build.xmlInclude the JndiLoginInitialContextFactory in the jbosssx-client.jar1.9.2.68modifiedstarksmtestsuite/imports/test-jars.xmlAdd the web-constraints.war target1.1.2.1modifiedstarksmtestsuite/src/resources/security/web-constraints/web.xmlAdd some additional nested excluded paths to test interaction between security constraints1.1.2.1modifiedstarksmtestsuite/src/main/org/jboss/test/jacc/test/WebConstraintsUnitTestCase.javaOverride the testGetAccess/testPostAccess tests to get the strictStarRolesMode mode to true since "*" must be mapped to the web-app declared security-role/role-name values in the JACC permissions.1.1.2.1modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/WebConstraintsUnitTestCase.javaAdd additional permission overrides and a strictStarRolesMode flag indicating if a "*" web-app/auth-constraint/role-name should imply any authenticated user role, or only the security-role/role-name values in the web app. True = only the web-app defined roles1.1.2.1modifiedstarksmtestsuite/src/resources/test-configs/jacc/conf/login-config.xmlMake the conf/*.properties files the defaults for the other domain so that deployments can use local properties1.16.4.1modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaAdded two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.1.1.2.2modifiedstarksmtestsuite/src/resources/test-configs/jacc/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xmlChange the UseJBossWebLoader setting to false



[JBoss-dev] jboss-head Build Failed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050423193525
BUILD FAILEDAnt 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/23/2005 19:35:25Time to build:10 minutes 58 secondsLast changed:04/23/2005 19:00:27Last log entry:Include the JndiLoginInitialContextFactory in the jbosssx-client.jar




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(5)1.59modifiedstarksmsecurity/build.xmlInclude the JndiLoginInitialContextFactory in the jbosssx-client.jar1.2modifiedstarksmtestsuite/src/resources/security/web-constraints/web.xmlAdd some additional nested excluded paths to test interaction between security constraints1.2modifiedstarksmtestsuite/src/main/org/jboss/test/jacc/test/WebConstraintsUnitTestCase.javaOverride the testGetAccess/testPostAccess tests to get the strictStarRolesMode mode to true since "*" must be mapped to the web-app declared security-role/role-name values in the JACC permissions.1.2modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/WebConstraintsUnitTestCase.javaAdd additional permission overrides and a strictStarRolesMode flag indicating if a "*" web-app/auth-constraint/role-name should imply any authenticated user role, or only the security-role/role-name values in the web app. True = only the web-app defined roles1.17modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaAdded two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.



[JBoss-dev] jboss-3.2 Build Failed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050423194716
BUILD FAILEDAnt 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/23/2005 19:47:16Time to build:8 minutes 4 secondsLast changed:04/23/2005 18:48:17Last log entry:Added two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.10.4.5modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaAdded two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.



[JBoss-dev] jboss-3.2-testsuite Build Failed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050423195718
BUILD FAILEDAnt 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/23/2005 19:57:18Time to build:7 minutes 53 secondsLast changed:04/23/2005 18:48:17Last log entry:Added two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.10.4.5modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaAdded two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.1.4.2.9modifiedstarksmvaria/src/main/org/jboss/jmx/adaptor/control/Server.javaUse the input String arg as is if the type is Object and there is no property editor. Resolves (JBAS-1737) jmx-console fails to pass java.lang.Object values to op invocations.



[JBoss-dev] jboss-4.0 build.523 Build Fixed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050423201032Lbuild.523
BUILD COMPLETE-build.523Date of build:04/23/2005 20:10:32Time to build:14 minutes 24 secondsLast changed:04/23/2005 19:55:39Last log entry:Add the defaultUsersProperties and defaultRolesProperties options to the initialize javadoc.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(13)1.16.4.3modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaAdd the defaultUsersProperties and defaultRolesProperties options to the initialize javadoc.1.16.4.2modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaUpdate the defaults properties comments1.2.4.1modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/CertRolesLoginModule.javaAdd a defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.1.34.2.6modifiedstarksmserver/src/main/org/jboss/metadata/WebMetaData.javaAdd setters for the properties to allow for external configuration1.51.2.6modifiedstarksmsecurity/build.xmlRemove the old crimson classpath ref1.51.2.5modifiedstarksmsecurity/build.xmlInclude the JndiLoginInitialContextFactory in the jbosssx-client.jar1.9.2.68modifiedstarksmtestsuite/imports/test-jars.xmlAdd the web-constraints.war target1.1.2.1modifiedstarksmtestsuite/src/resources/security/web-constraints/web.xmlAdd some additional nested excluded paths to test interaction between security constraints1.1.2.1modifiedstarksmtestsuite/src/main/org/jboss/test/jacc/test/WebConstraintsUnitTestCase.javaOverride the testGetAccess/testPostAccess tests to get the strictStarRolesMode mode to true since "*" must be mapped to the web-app declared security-role/role-name values in the JACC permissions.1.1.2.1modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/WebConstraintsUnitTestCase.javaAdd additional permission overrides and a strictStarRolesMode flag indicating if a "*" web-app/auth-constraint/role-name should imply any authenticated user role, or only the security-role/role-name values in the web app. True = only the web-app defined roles1.1.2.1modifiedstarksmtestsuite/src/resources/test-configs/jacc/conf/login-config.xmlMake the conf/*.properties files the defaults for the other domain so that deployments can use local properties1.16.4.1modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaAdded two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.1.1.2.2modifiedstarksmtestsuite/src/resources/test-configs/jacc/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xmlChange the UseJBossWebLoader setting to false



[JBoss-dev] jboss-head build.1005 Build Fixed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050423205225Lbuild.1005
BUILD COMPLETE-build.1005Date of build:04/23/2005 20:52:25Time to build:14 minutes 26 secondsLast changed:04/23/2005 20:44:33Last log entry:Cleanup the duplicate code using the Util class




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(13)1.4modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/CertRolesLoginModule.javaCleanup the duplicate code using the Util class1.3modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/DatabaseCertLoginModule.javaCleanup the duplicate code using the Util class1.13modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/DatabaseServerLoginModule.javaCleanup the duplicate code using the Util class1.19modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaCleanup the duplicate code using the Util class1.1addedstarksmsecurity/src/main/org/jboss/security/auth/spi/Util.javaCommon login module utility methods1.3modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/CertRolesLoginModule.javaAdd a defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties1.18modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaUpdate the javadoc1.42modifiedstarksmserver/src/main/org/jboss/metadata/WebMetaData.javaAdd setters for the properties to allow for external configuration1.59modifiedstarksmsecurity/build.xmlInclude the JndiLoginInitialContextFactory in the jbosssx-client.jar1.2modifiedstarksmtestsuite/src/resources/security/web-constraints/web.xmlAdd some additional nested excluded paths to test interaction between security constraints1.2modifiedstarksmtestsuite/src/main/org/jboss/test/jacc/test/WebConstraintsUnitTestCase.javaOverride the testGetAccess/testPostAccess tests to get the strictStarRolesMode mode to true since "*" must be mapped to the web-app declared security-role/role-name values in the JACC permissions.1.2modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/WebConstraintsUnitTestCase.javaAdd additional permission overrides and a strictStarRolesMode flag indicating if a "*" web-app/auth-constraint/role-name should imply any authenticated user role, or only the security-role/role-name values in the web app. True = only the web-app defined roles1.17modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaAdded two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.



[JBoss-dev] jboss-3.2-jdk-matrix Build Failed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050423210745
BUILD FAILEDAnt 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/23/2005 21:07:45Time to build:7 minutes 51 secondsLast changed:04/23/2005 18:48:17Last log entry:Added two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.10.4.5modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaAdded two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.1.4.2.9modifiedstarksmvaria/src/main/org/jboss/jmx/adaptor/control/Server.javaUse the input String arg as is if the type is Object and there is no property editor. Resolves (JBAS-1737) jmx-console fails to pass java.lang.Object values to op invocations.



[JBoss-dev] jboss-3.2 build.333 Build Fixed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050423214017Lbuild.333
BUILD COMPLETE-build.333Date of build:04/23/2005 21:40:17Time to build:11 minutes 2 secondsLast changed:04/23/2005 21:17:58Last log entry:Cleanup the duplicate code using the Util class




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(5)1.1.2.2modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/CertRolesLoginModule.javaCleanup the duplicate code using the Util class1.1.2.2modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/DatabaseCertLoginModule.javaCleanup the duplicate code using the Util class1.6.4.6modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/DatabaseServerLoginModule.javaCleanup the duplicate code using the Util class1.10.4.6modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaCleanup the duplicate code using the Util class1.10.4.5modifiedstarksmsecurity/src/main/org/jboss/security/auth/spi/UsersRolesLoginModule.javaAdded two new login module options:defaultUsersProperties=string: The name of the properties resource containing the username to password mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultUsers.properties. defaultRolesProperties=string: The name of the properties resource containing the username to roles mappings that will be used as the defaults Properties passed to the usersProperties Properties. This defaults to defaultRoles.properties.



[JBoss-dev] jboss-4.0 Build Failed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050423221458
BUILD FAILEDAnt 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/23/2005 22:14:58Time to build:12 minutes 39 secondsLast changed:04/23/2005 22:07:58Last log entry:Add a test of permission matching from a Permissions collection.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(5)1.1.4.5modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/WebResourcePermissionUnitTestCase.javaAdd a test of permission matching from a Permissions collection.1.1.2.1modifiedstarksmserver/src/main/org/jboss/web/WebPermissionMapping.javaUpdate the qualified url pattern name usage and make sure the default pattern is included if not seen in the security constraints.1.1.4.2modifiedstarksmserver/src/main/org/jboss/metadata/WebSecurityMetaData.javaThe web resource collection does not have to be unique so if a new collection is added with a duplicate name, unique the name.1.5.4.7modifiedstarksmsecurity/src/main/org/jboss/security/jacc/DelegatingPolicy.javaAdd trace level logging on the current policy context subject1.15.2.6modifiedstarksmtomcat/build.xmlAdd a tests src tree



[JBoss-dev] jboss-head Build Failed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050423224027
BUILD FAILEDAnt 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/23/2005 22:40:27Time to build:12 minutes 41 secondsLast changed:04/23/2005 22:33:27Last log entry:Add a tests src directory




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(6)1.26modifiedstarksmtomcat/build.xmlAdd a tests src directory1.11modifiedstarksmsecurity/src/main/org/jboss/security/jacc/DelegatingPolicy.javaAdd trace level logging on the current policy context subject1.2modifiedstarksmserver/src/main/org/jboss/metadata/WebSecurityMetaData.javaThe web resource collection does not have to be unique so if a new collection is added with a duplicate name, unique the name.1.2modifiedstarksmserver/src/main/org/jboss/web/WebPermissionMapping.javaUpdate the qualified url pattern name usage and make sure the default pattern is included if not seen in the security constraints.1.5modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/WebResourcePermissionUnitTestCase.javaAdd a test of permission matching from a Permissions collection.1.5modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JaccAuthorizationRealm.javaIf there is no caller simply pass the auth check to the policy wiht a null principals array as this can be an unchecked resource. Resolves (JBAS-1684) JaccAuthorizationRealm incorrectly returns false when unauthenticated caller attempts to access an unprotected resource.



[JBoss-dev] jboss-4.0 build.525 Build Fixed

2005-04-23 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050423225817Lbuild.525
BUILD COMPLETE-build.525Date of build:04/23/2005 22:58:17Time to build:14 minutes 28 secondsLast changed:04/23/2005 22:20:01Last log entry:If there is no caller simply pass the auth check to the policy wiht a null principals array as this can be an unchecked resource. Resolves (JBAS-1684) JaccAuthorizationRealm incorrectly returns false when unauthenticated caller attempts to access an unprotected resource.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(6)1.1.4.6modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JaccAuthorizationRealm.javaIf there is no caller simply pass the auth check to the policy wiht a null principals array as this can be an unchecked resource. Resolves (JBAS-1684) JaccAuthorizationRealm incorrectly returns false when unauthenticated caller attempts to access an unprotected resource.1.1.4.5modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/WebResourcePermissionUnitTestCase.javaAdd a test of permission matching from a Permissions collection.1.1.2.1modifiedstarksmserver/src/main/org/jboss/web/WebPermissionMapping.javaUpdate the qualified url pattern name usage and make sure the default pattern is included if not seen in the security constraints.1.1.4.2modifiedstarksmserver/src/main/org/jboss/metadata/WebSecurityMetaData.javaThe web resource collection does not have to be unique so if a new collection is added with a duplicate name, unique the name.1.5.4.7modifiedstarksmsecurity/src/main/org/jboss/security/jacc/DelegatingPolicy.javaAdd trace level logging on the current policy context subject1.15.2.6modifiedstarksmtomcat/build.xmlAdd a tests src tree