djencks     2005/07/19 20:01:19

  Modified:    modules/openejb-builder/src/test/org/openejb/deployment
                        DeploymentTestContants.java
  Log:

  GERONIMO-552 use gbeans in the deployment context, not special lists in 
RefContext.  This eliminates the special lists in RefContext for all resource 
related gbeans.  Also GERONIMO-780.
  
  Revision  Changes    Path
  1.9       +5 -5      
openejb/modules/openejb-builder/src/test/org/openejb/deployment/DeploymentTestContants.java
  
  Index: DeploymentTestContants.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/test/org/openejb/deployment/DeploymentTestContants.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DeploymentTestContants.java       20 May 2005 19:53:52 -0000      1.8
  +++ DeploymentTestContants.java       20 Jul 2005 00:01:18 -0000      1.9
  @@ -88,19 +88,19 @@
               return DeploymentHelper.RESOURCE_ADAPTER_NAME;
           }
   
  -        public GBeanData locateActivationSpecInfo(ObjectName 
resourceAdapterModuleName, String messageListenerInterface) {
  +        public GBeanData locateActivationSpecInfo(GBeanData 
resourceAdapterModuleName, String messageListenerInterface) {
               return DeploymentHelper.ACTIVATION_SPEC_INFO;
           }
   
  -        public GBeanData locateResourceAdapterGBeanData(ObjectName 
resourceAdapterModuleName) {
  +        public GBeanData locateResourceAdapterGBeanData(GBeanData 
resourceAdapterModuleData) {
               return null;
           }
   
  -        public GBeanData locateAdminObjectInfo(ObjectName 
resourceAdapterModuleName, String adminObjectInterfaceName) {
  +        public GBeanData locateAdminObjectInfo(GBeanData 
resourceAdapterModuleData, String adminObjectInterfaceName) {
               return null;
           }
   
  -        public GBeanData locateConnectionFactoryInfo(ObjectName 
resourceAdapterModuleName, String connectionFactoryInterfaceName) {
  +        public GBeanData locateConnectionFactoryInfo(GBeanData 
resourceAdapterModuleData, String connectionFactoryInterfaceName) {
               return null;
           }
       };
  
  
  

Reply via email to