|
| 1.13 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/security/JBossSecurityMgrRealm.java | 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. |
| 1.30 | modified | patriot1burke | ejb3/build-test.xml | initial iteration of Consumer Bean |
| 1.15 | modified | patriot1burke | ejb3/src/resources/ejb3-interceptors-aop.xml | initial iteration of Consumer Bean |
| 1.9 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/EJB3Util.java | initial iteration of Consumer Bean |
| 1.20 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/Ejb3Module.java | initial iteration of Consumer Bean |
| 1.6 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/tx/TxUtil.java | initial iteration of Consumer Bean |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/mdb/Consumer.java | initial iteration of Consumer Bean |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/mdb/ConsumerContainer.java | initial iteration of Consumer Bean |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/mdb/ConsumerManager.java | initial iteration of Consumer Bean |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/mdb/ConsumerManagerMBean.java | initial iteration of Consumer Bean |
| 1.4 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/mdb/MDB.java | initial iteration of Consumer Bean |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/mdb/Producer.java | initial iteration of Consumer Bean |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/mdb/ProducerImpl.java | initial iteration of Consumer Bean |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/mdb/ProducerProxy.java | initial iteration of Consumer Bean |
| 1.3 | modified | ejort | container/src/main/org/jboss/beans/info/config/Config.java | Fix unused imports |
| 1.2 | modified | ejort | container/src/main/org/jboss/joinpoint/JoinpointFactory.java | Fix unused imports |
| 1.3 | modified | ejort | container/src/main/org/jboss/reflect/plugins/introspection/IntrospectionTypeInfoFactory.java | Fix unused imports |
| 1.3 | modified | ejort | container/src/main/org/jboss/reflect/plugins/introspection/ReflectConstructorInfo.java | Fix unused imports |
| 1.3 | modified | ejort | container/src/main/org/jboss/reflect/plugins/introspection/ReflectFieldInfo.java | Fix unused imports |
| 1.3 | modified | ejort | container/src/main/org/jboss/reflect/plugins/introspection/ReflectMethodInfo.java | Fix unused imports |
| 1.2 | modified | ejort | container/src/main/org/jboss/beans/info/plugins/introspection/ClassLoading.java | Fix unused imports |
| 1.2 | modified | ejort | container/src/main/org/jboss/reflect/plugins/InterfaceInfoImpl.java | Fix unused imports |
| 1.2 | modified | ejort | container/src/main/org/jboss/reflect/plugins/MethodInfoImpl.java | Fix unused imports |
| 1.7 | modified | ejort | container/src/main/org/jboss/reflect/AnnotationInfo.java | Fix unused imports |
| 1.6 | modified | ejort | container/src/main/org/jboss/reflect/AnnotationValue.java | Fix unused imports |
| 1.6 | modified | ejort | container/src/main/org/jboss/reflect/ArrayValue.java | Fix unused imports |
| 1.7 | modified | ejort | container/src/main/org/jboss/reflect/ClassInfo.java | Fix unused imports |
| 1.8 | modified | ejort | container/src/main/org/jboss/reflect/EnumInfo.java | Fix unused imports |
| 1.6 | modified | ejort | container/src/main/org/jboss/reflect/InterfaceInfo.java | Fix unused imports |
| 1.5 | modified | ejort | container/src/main/org/jboss/reflect/PrimitiveInfo.java | Add serialVersionUID to this serializable class |
| 1.2 | modified | patriot1burke | remoting/src/main/org/jboss/remoting/marshal/MarshallLoaderFactory.java | parameters may not exist at all |
| 1.2 | modified | ejort | container/src/main/org/jboss/reflect/plugins/introspection/IntrospectionTypeInfoFactory.java | Refactor 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.2 | modified | ejort | container/src/main/org/jboss/reflect/plugins/introspection/ReflectConstructorInfo.java | Refactor 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.2 | modified | ejort | container/src/main/org/jboss/reflect/plugins/introspection/ReflectFieldInfo.java | Refactor 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.2 | modified | ejort | container/src/main/org/jboss/reflect/plugins/introspection/ReflectMethodInfo.java | Refactor 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.6 | modified | ejort | container/src/main/org/jboss/reflect/AnnotationAttribute.java | Refactor 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.6 | modified | ejort | container/src/main/org/jboss/reflect/AnnotationInfo.java | Refactor 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.5 | modified | ejort | container/src/main/org/jboss/reflect/AnnotationValue.java | Refactor 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.5 | modified | ejort | container/src/main/org/jboss/reflect/ArrayInfo.java | Refactor 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.5 | modified | ejort | container/src/main/org/jboss/reflect/ArrayValue.java | Refactor 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.6 | modified | ejort | container/src/main/org/jboss/reflect/ClassInfo.java | Refactor 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.4 | modified | ejort | container/src/main/org/jboss/reflect/ClassValue.java | Refactor 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.6 | modified | ejort | container/src/main/org/jboss/reflect/ConstructorInfo.java | Refactor 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.5 | modified | ejort | container/src/main/org/jboss/reflect/EnumConstantInfo.java | Refactor 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.7 | modified | ejort | container/src/main/org/jboss/reflect/EnumInfo.java | Refactor 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.4 | modified | ejort | container/src/main/org/jboss/reflect/EnumValue.java | Refactor 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.6 | modified | ejort | container/src/main/org/jboss/reflect/FieldInfo.java | Refactor 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.4 | deleted | ejort | container/src/main/org/jboss/reflect/InheritableAnnotationHolder.java | Refactor 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.5 | modified | ejort | container/src/main/org/jboss/reflect/InterfaceInfo.java | Refactor 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.6 | modified | ejort | container/src/main/org/jboss/reflect/MethodInfo.java | Refactor 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.3 | modified | ejort | container/src/main/org/jboss/reflect/StringValue.java | Refactor 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.3 | deleted | ejort | container/src/main/org/jboss/reflect/AnnotationHolder.java | Refactor 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.5 | modified | ejort | container/src/main/org/jboss/reflect/PrimitiveValue.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/AnnotationAttributeImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/AnnotationHolder.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/AnnotationInfoImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/AnnotationValueImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/ArrayInfoImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/ArrayValueImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/ClassInfoImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/ClassValueImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/ConstructorInfoImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/EnumConstantInfoImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/EnumInfoImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/EnumValueImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/FieldInfoImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/InheritableAnnotationHolder.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/InterfaceInfoImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/MethodInfoImpl.java | Refactor 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.1 | added | ejort | container/src/main/org/jboss/reflect/plugins/StringValueImpl.java | Refactor 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.3 | modified | ejort | aop/src/main/org/jboss/aop/reflect/ClassInfoPool.java | Refactor 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.2 | modified | ejort | aop/src/main/org/jboss/aop/reflect/MemberValueMapper.java | Refactor 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.1 | added | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/Constants.java | added class to hold commonly used contants and updated classes to reference it for datasource type |
| 1.3 | modified | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/CreateDataSourceAction.java | added class to hold commonly used contants and updated classes to reference it for datasource type |
| 1.4 | modified | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ListDataSourcesAction.java | added class to hold commonly used contants and updated classes to reference it for datasource type |
| 1.2 | modified | ccrouch | admin-console/src/test/org/jboss/admin/console/web/struts/datasource/FlushPoolActionTest.java | added class to hold commonly used contants and updated classes to reference it for datasource type |
| 1.3 | modified | ccrouch | admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ListDataSourcesActionTest.java | added class to hold commonly used contants and updated classes to reference it for datasource type |
| 1.3 | modified | ccrouch | admin-console/src/test/org/jboss/admin/console/web/struts/datasource/StartPoolActionTest.java | added class to hold commonly used contants and updated classes to reference it for datasource type |
| 1.3 | modified | ccrouch | admin-console/src/test/org/jboss/admin/console/web/struts/datasource/StopPoolActionTest.java | added class to hold commonly used contants and updated classes to reference it for datasource type |
| 1.5 | modified | ccrouch | admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationActionTest.java | added class to hold commonly used contants and updated classes to reference it for datasource type |
| 1.14 | modified | kabkhan | ejb3/src/resources/ejb3-interceptors-aop.xml | Got rid of singleton pool and instance interceptor for @Service beans. Doing it directly in the ServiceContainer instead |
| 1.2 | modified | kabkhan | ejb3/src/main/org/jboss/ejb3/service/ServiceContainer.java | Got rid of singleton pool and instance interceptor for @Service beans. Doing it directly in the ServiceContainer instead |
| 1.2 | deleted | kabkhan | ejb3/src/main/org/jboss/ejb3/service/ServiceSingletonInterceptor.java | Got rid of singleton pool and instance interceptor for @Service beans. Doing it directly in the ServiceContainer instead |
| 1.2 | deleted | kabkhan | ejb3/src/main/org/jboss/ejb3/service/ServiceSingletonPool.java | Got rid of singleton pool and instance interceptor for @Service beans. Doing it directly in the ServiceContainer instead |
| 1.13 | modified | kabkhan | ejb3/src/main/org/jboss/ejb3/EJBContainer.java | Got rid of singleton pool and instance interceptor for @Service beans. Doing it directly in the ServiceContainer instead |
| 1.4 | modified | ccrouch | admin-console/src/main/org/jboss/admin/service/datasource/DeploymentServiceHelper.java | moved wasModuleCreatedUsingThisService() to DeploymentServiceImpl and renamed itwasDataSourceCreatedViaDeploymentService. Also added similar method to check the DeploymentService whether it knows about the DataSource |
| 1.11 | modified | ccrouch | admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceImpl.java | moved wasModuleCreatedUsingThisService() to DeploymentServiceHelper and also added settingfor isEditable when retrieving a DataSource |
| 1.3 | modified | ccrouch | admin-console/src/test/org/jboss/admin/service/datasource/DeploymentServiceHelperTest.java | tidy up |
| 1.5 | modified | starksm | aspects/src/main/org/jboss/aspects/security/AuthenticationInterceptor.java | Update 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.7 | modified | ccrouch | admin-console/src/resources/admin-console.war/WEB-INF/jsp/datasource/listDataSources.jsp | made use of the move to using DataSourceIdentifierForm for storing type info. |
| 1.7 | modified | ccrouch | admin-console/src/resources/admin-console.war/WEB-INF/jsp/datasource/detailDataSource.jsp | updated to add additional attributes and labels read from resources |
| 1.5 | modified | ccrouch | admin-console/src/resources/admin-console.war/WEB-INF/jsp/datasource/detailDataSource2.jsp | updated to add additional attributes and labels read from resources |
| 1.5 | modified | ccrouch | admin-console/src/main/org/jboss/admin/service/datasource/DataSourceService.java | add removeDataSource method |
| 1.12 | modified | ccrouch | admin-console/src/main/org/jboss/admin/service/datasource/MBeanServerHelper.java | fixed typo in validConnectionCheckerClassName attribute name |
| 1.8 | modified | ccrouch | admin-console/src/main/org/jboss/admin/model/datasource/DataSource.java | fixed typo in validConnectionCheckerClassName attribute name |
| 1.9 | modified | ccrouch | admin-console/src/resources/admin-console.war/WEB-INF/classes/messages/applicationmessages.properties | added new datasource view labels |
| 1.4 | modified | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationAction.java | removed superfluous testing code |
| 1.2 | modified | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/StopPoolAction.java | removed superfluous testing code |
| 1.6 | modified | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ViewDataSourceAction.java | removed superfluous testing code |
| 1.2 | modified | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/StartPoolAction.java | removed superfluous testing code |
| 1.2 | modified | ccrouch | admin-console/src/test/org/jboss/admin/console/web/struts/datasource/StartPoolActionTest.java | removed superfluous testing code |
| 1.2 | modified | ccrouch | admin-console/src/test/org/jboss/admin/console/web/struts/datasource/StopPoolActionTest.java | removed superfluous testing code |
| 1.4 | modified | ccrouch | admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationActionTest.java | removed superfluous testing code |
| 1.3 | modified | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/SaveDataSourceAction.java | added support for providing messages after the save (create/update) |
| 1.1 | added | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/RemoveDataSourceAction.java | basic implementation for remove datasource |
| 1.3 | modified | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ListDataSourcesAction.java | move to using DataSourceIdentifierForm for storing type info and moved getActionMessages() to BaseAction |
| 1.5 | modified | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/DataSourceForm.java | added field for storing datasource type and added drop down definitions here |
| 1.10 | modified | ccrouch | admin-console/src/resources/admin-console.war/WEB-INF/struts-config.xml | move to using DataSourceIdentifierForm for storing type info and add basic support forcreate/remove actions |
| 1.2 | modified | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/CreateDataSourceAction.java | move dropdowns to DataSourceForm, fix bug with editable not being set, and move to usingDataSourceIdentifier for storing type info |
| 1.3 | modified | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/datasource/BaseDataSourceAction.java | tidy up |
| 1.4 | modified | ccrouch | admin-console/src/main/org/jboss/admin/console/web/struts/BaseAction.java | add getActionMessages() to support passing messages between actions |
| 1.2 | modified | starksm | testsuite/src/main/org/jboss/test/security/ejb/UsersRoles2LoginModule.java | Add a comment about the purpose of this override |
| 1.3 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/mdb/MDB.java | closer |