View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050214215932Lbuild.801

BUILD COMPLETE -  build.801
Date of build: 02/14/2005 21:59:32
Time to build: 19 minutes 32 seconds
Last changed: 02/14/2005 21:38:08
Last log entry: Just use the given input password as the security domain isValid call credential rather than converting it to a char[]. Resolves [JBAS-1456] Login module is executed twice from web tier initiated authentication.

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

 Modifications since last build:  (113)
1.13modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JBossSecurityMgrRealm.javaJust use the given input password as the security domain isValid call credential rather than converting it to a char[]. Resolves [JBAS-1456] Login module is executed twice from web tier initiated authentication.
1.30modifiedpatriot1burkeejb3/build-test.xmlinitial iteration of Consumer Bean
1.15modifiedpatriot1burkeejb3/src/resources/ejb3-interceptors-aop.xmlinitial iteration of Consumer Bean
1.9modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/EJB3Util.javainitial iteration of Consumer Bean
1.20modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/Ejb3Module.javainitial iteration of Consumer Bean
1.6modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/tx/TxUtil.javainitial iteration of Consumer Bean
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/Consumer.javainitial iteration of Consumer Bean
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/ConsumerContainer.javainitial iteration of Consumer Bean
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/ConsumerManager.javainitial iteration of Consumer Bean
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/ConsumerManagerMBean.javainitial iteration of Consumer Bean
1.4modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/MDB.javainitial iteration of Consumer Bean
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/Producer.javainitial iteration of Consumer Bean
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/ProducerImpl.javainitial iteration of Consumer Bean
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/ProducerProxy.javainitial iteration of Consumer Bean
1.3modifiedejortcontainer/src/main/org/jboss/beans/info/config/Config.javaFix unused imports
1.2modifiedejortcontainer/src/main/org/jboss/joinpoint/JoinpointFactory.javaFix unused imports
1.3modifiedejortcontainer/src/main/org/jboss/reflect/plugins/introspection/IntrospectionTypeInfoFactory.javaFix unused imports
1.3modifiedejortcontainer/src/main/org/jboss/reflect/plugins/introspection/ReflectConstructorInfo.javaFix unused imports
1.3modifiedejortcontainer/src/main/org/jboss/reflect/plugins/introspection/ReflectFieldInfo.javaFix unused imports
1.3modifiedejortcontainer/src/main/org/jboss/reflect/plugins/introspection/ReflectMethodInfo.javaFix unused imports
1.2modifiedejortcontainer/src/main/org/jboss/beans/info/plugins/introspection/ClassLoading.javaFix unused imports
1.2modifiedejortcontainer/src/main/org/jboss/reflect/plugins/InterfaceInfoImpl.javaFix unused imports
1.2modifiedejortcontainer/src/main/org/jboss/reflect/plugins/MethodInfoImpl.javaFix unused imports
1.7modifiedejortcontainer/src/main/org/jboss/reflect/AnnotationInfo.javaFix unused imports
1.6modifiedejortcontainer/src/main/org/jboss/reflect/AnnotationValue.javaFix unused imports
1.6modifiedejortcontainer/src/main/org/jboss/reflect/ArrayValue.javaFix unused imports
1.7modifiedejortcontainer/src/main/org/jboss/reflect/ClassInfo.javaFix unused imports
1.8modifiedejortcontainer/src/main/org/jboss/reflect/EnumInfo.javaFix unused imports
1.6modifiedejortcontainer/src/main/org/jboss/reflect/InterfaceInfo.javaFix unused imports
1.5modifiedejortcontainer/src/main/org/jboss/reflect/PrimitiveInfo.javaAdd serialVersionUID to this serializable class
1.2modifiedpatriot1burkeremoting/src/main/org/jboss/remoting/marshal/MarshallLoaderFactory.javaparameters may not exist at all
1.2modifiedejortcontainer/src/main/org/jboss/reflect/plugins/introspection/IntrospectionTypeInfoFactory.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.2modifiedejortcontainer/src/main/org/jboss/reflect/plugins/introspection/ReflectConstructorInfo.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.2modifiedejortcontainer/src/main/org/jboss/reflect/plugins/introspection/ReflectFieldInfo.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.2modifiedejortcontainer/src/main/org/jboss/reflect/plugins/introspection/ReflectMethodInfo.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.6modifiedejortcontainer/src/main/org/jboss/reflect/AnnotationAttribute.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.6modifiedejortcontainer/src/main/org/jboss/reflect/AnnotationInfo.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.5modifiedejortcontainer/src/main/org/jboss/reflect/AnnotationValue.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.5modifiedejortcontainer/src/main/org/jboss/reflect/ArrayInfo.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.5modifiedejortcontainer/src/main/org/jboss/reflect/ArrayValue.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.6modifiedejortcontainer/src/main/org/jboss/reflect/ClassInfo.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.4modifiedejortcontainer/src/main/org/jboss/reflect/ClassValue.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.6modifiedejortcontainer/src/main/org/jboss/reflect/ConstructorInfo.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.5modifiedejortcontainer/src/main/org/jboss/reflect/EnumConstantInfo.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.7modifiedejortcontainer/src/main/org/jboss/reflect/EnumInfo.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.4modifiedejortcontainer/src/main/org/jboss/reflect/EnumValue.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.6modifiedejortcontainer/src/main/org/jboss/reflect/FieldInfo.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.4deletedejortcontainer/src/main/org/jboss/reflect/InheritableAnnotationHolder.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.5modifiedejortcontainer/src/main/org/jboss/reflect/InterfaceInfo.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.6modifiedejortcontainer/src/main/org/jboss/reflect/MethodInfo.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.3modifiedejortcontainer/src/main/org/jboss/reflect/StringValue.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.3deletedejortcontainer/src/main/org/jboss/reflect/AnnotationHolder.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.5modifiedejortcontainer/src/main/org/jboss/reflect/PrimitiveValue.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/AnnotationAttributeImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/AnnotationHolder.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/AnnotationInfoImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/AnnotationValueImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/ArrayInfoImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/ArrayValueImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/ClassInfoImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/ClassValueImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/ConstructorInfoImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/EnumConstantInfoImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/EnumInfoImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/EnumValueImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/FieldInfoImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/InheritableAnnotationHolder.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/InterfaceInfoImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/MethodInfoImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedejortcontainer/src/main/org/jboss/reflect/plugins/StringValueImpl.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.3modifiedejortaop/src/main/org/jboss/aop/reflect/ClassInfoPool.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.2modifiedejortaop/src/main/org/jboss/aop/reflect/MemberValueMapper.javaRefactor reflect info into an interface/impl to allowa lazy loading of this information.Lazy loading doesn't seem relevent for the primitivesI wasn't sure what the Values are used for, but I usedinterfaces anyway.
1.1addedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/Constants.javaadded class to hold commonly used contants and updated classes to reference it for datasource type
1.3modifiedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/CreateDataSourceAction.javaadded class to hold commonly used contants and updated classes to reference it for datasource type
1.4modifiedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/ListDataSourcesAction.javaadded class to hold commonly used contants and updated classes to reference it for datasource type
1.2modifiedccrouchadmin-console/src/test/org/jboss/admin/console/web/struts/datasource/FlushPoolActionTest.javaadded class to hold commonly used contants and updated classes to reference it for datasource type
1.3modifiedccrouchadmin-console/src/test/org/jboss/admin/console/web/struts/datasource/ListDataSourcesActionTest.javaadded class to hold commonly used contants and updated classes to reference it for datasource type
1.3modifiedccrouchadmin-console/src/test/org/jboss/admin/console/web/struts/datasource/StartPoolActionTest.javaadded class to hold commonly used contants and updated classes to reference it for datasource type
1.3modifiedccrouchadmin-console/src/test/org/jboss/admin/console/web/struts/datasource/StopPoolActionTest.javaadded class to hold commonly used contants and updated classes to reference it for datasource type
1.5modifiedccrouchadmin-console/src/test/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationActionTest.javaadded class to hold commonly used contants and updated classes to reference it for datasource type
1.14modifiedkabkhanejb3/src/resources/ejb3-interceptors-aop.xmlGot rid of singleton pool and instance interceptor for @Service beans. Doing it directly in the ServiceContainer instead
1.2modifiedkabkhanejb3/src/main/org/jboss/ejb3/service/ServiceContainer.javaGot rid of singleton pool and instance interceptor for @Service beans. Doing it directly in the ServiceContainer instead
1.2deletedkabkhanejb3/src/main/org/jboss/ejb3/service/ServiceSingletonInterceptor.javaGot rid of singleton pool and instance interceptor for @Service beans. Doing it directly in the ServiceContainer instead
1.2deletedkabkhanejb3/src/main/org/jboss/ejb3/service/ServiceSingletonPool.javaGot rid of singleton pool and instance interceptor for @Service beans. Doing it directly in the ServiceContainer instead
1.13modifiedkabkhanejb3/src/main/org/jboss/ejb3/EJBContainer.javaGot rid of singleton pool and instance interceptor for @Service beans. Doing it directly in the ServiceContainer instead
1.4modifiedccrouchadmin-console/src/main/org/jboss/admin/service/datasource/DeploymentServiceHelper.javamoved wasModuleCreatedUsingThisService() to DeploymentServiceImpl and renamed itwasDataSourceCreatedViaDeploymentService. Also added similar method to check the DeploymentService whether it knows about the DataSource
1.11modifiedccrouchadmin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceImpl.javamoved wasModuleCreatedUsingThisService() to DeploymentServiceHelper and also added settingfor isEditable when retrieving a DataSource
1.3modifiedccrouchadmin-console/src/test/org/jboss/admin/service/datasource/DeploymentServiceHelperTest.javatidy up
1.5modifiedstarksmaspects/src/main/org/jboss/aspects/security/AuthenticationInterceptor.javaUpdate to obtain the authenticated Subject from the security domain isValid call rather than relying on this to be a thread local side-effect of the authentication implementation.
1.7modifiedccrouchadmin-console/src/resources/admin-console.war/WEB-INF/jsp/datasource/listDataSources.jspmade use of the move to using DataSourceIdentifierForm for storing type info.
1.7modifiedccrouchadmin-console/src/resources/admin-console.war/WEB-INF/jsp/datasource/detailDataSource.jspupdated to add additional attributes and labels read from resources
1.5modifiedccrouchadmin-console/src/resources/admin-console.war/WEB-INF/jsp/datasource/detailDataSource2.jspupdated to add additional attributes and labels read from resources
1.5modifiedccrouchadmin-console/src/main/org/jboss/admin/service/datasource/DataSourceService.javaadd removeDataSource method
1.12modifiedccrouchadmin-console/src/main/org/jboss/admin/service/datasource/MBeanServerHelper.javafixed typo in validConnectionCheckerClassName attribute name
1.8modifiedccrouchadmin-console/src/main/org/jboss/admin/model/datasource/DataSource.javafixed typo in validConnectionCheckerClassName attribute name
1.9modifiedccrouchadmin-console/src/resources/admin-console.war/WEB-INF/classes/messages/applicationmessages.propertiesadded new datasource view labels
1.4modifiedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationAction.javaremoved superfluous testing code
1.2modifiedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/StopPoolAction.javaremoved superfluous testing code
1.6modifiedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/ViewDataSourceAction.javaremoved superfluous testing code
1.2modifiedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/StartPoolAction.javaremoved superfluous testing code
1.2modifiedccrouchadmin-console/src/test/org/jboss/admin/console/web/struts/datasource/StartPoolActionTest.javaremoved superfluous testing code
1.2modifiedccrouchadmin-console/src/test/org/jboss/admin/console/web/struts/datasource/StopPoolActionTest.javaremoved superfluous testing code
1.4modifiedccrouchadmin-console/src/test/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationActionTest.javaremoved superfluous testing code
1.3modifiedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/SaveDataSourceAction.javaadded support for providing messages after the save (create/update)
1.1addedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/RemoveDataSourceAction.javabasic implementation for remove datasource
1.3modifiedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/ListDataSourcesAction.javamove to using DataSourceIdentifierForm for storing type info and moved getActionMessages() to BaseAction
1.5modifiedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/DataSourceForm.javaadded field for storing datasource type and added drop down definitions here
1.10modifiedccrouchadmin-console/src/resources/admin-console.war/WEB-INF/struts-config.xmlmove to using DataSourceIdentifierForm for storing type info and add basic support forcreate/remove actions
1.2modifiedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/CreateDataSourceAction.javamove dropdowns to DataSourceForm, fix bug with editable not being set, and move to usingDataSourceIdentifier for storing type info
1.3modifiedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/datasource/BaseDataSourceAction.javatidy up
1.4modifiedccrouchadmin-console/src/main/org/jboss/admin/console/web/struts/BaseAction.javaadd getActionMessages() to support passing messages between actions
1.2modifiedstarksmtestsuite/src/main/org/jboss/test/security/ejb/UsersRoles2LoginModule.javaAdd a comment about the purpose of this override
1.3modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/MDB.javacloser

Reply via email to