]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-7181: Remove UpdateObjectLocationAndCrateOnMove event listener from tenant...
authorRay Lee <rhlee@berkeley.edu>
Tue, 5 Jun 2018 07:24:05 +0000 (00:24 -0700)
committerRay Lee <rhlee@berkeley.edu>
Tue, 5 Jun 2018 07:24:05 +0000 (00:24 -0700)
services/common/src/main/cspace/config/services/tenants/botgarden/botgarden-tenant-bindings.delta.xml
services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml
services/common/src/main/cspace/config/services/tenants/testsci/testsci-tenant-bindings.delta.xml

index 7238690026b573001615d0b2a2555f61e776ef3f..ac379ed4b7005e9f230e6858d6d33288883353b0 100644 (file)
@@ -12,7 +12,6 @@
             <tenant:eventListenerConfig id="UpdateObjectLocationOnMove" merge:matcher="id">
                 <tenant:paramList id="default" merge:matcher="id" merge:action="delete"/>
             </tenant:eventListenerConfig>
-            <tenant:eventListenerConfig id="UpdateObjectLocationAndCrateOnMove" merge:matcher="id" merge:action="delete"/>
         </tenant:eventListenerConfigurations>
 
         <tenant:properties id="default">
index f438180eadc6f5feda7a6f694dddecff1a77b9e0..1a6cd13d0e96aa28d5915a0719cd562f436c85c1 100644 (file)
                            </tenant:param>
                    </tenant:paramList>
                </tenant:eventListenerConfig>
-               <tenant:eventListenerConfig id="UpdateObjectLocationAndCrateOnMove">
-                   <tenant:className>org.collectionspace.services.listener.UpdateObjectLocationAndCrateOnMove</tenant:className>
-                   <tenant:paramList id="default">
-                       <tenant:param>
-                           <tenant:key>crate-key0</tenant:key>
-                           <tenant:value>value0</tenant:value>
-                           </tenant:param>
-                       <tenant:param>
-                           <tenant:key>crate-key1</tenant:key>
-                           <tenant:value>value1</tenant:value>
-                           </tenant:param>
-                       <tenant:param>
-                           <tenant:key>crate-key2</tenant:key>
-                           <tenant:value>value2</tenant:value>
-                           </tenant:param>
-                   </tenant:paramList>
-               </tenant:eventListenerConfig>
                <tenant:eventListenerConfig id="UpdateRelationsOnDelete">
                    <tenant:className>org.collectionspace.services.listener.UpdateRelationsOnDelete</tenant:className>
                </tenant:eventListenerConfig>
index 2892ae366a944279670fc94890e419dc972a01a0..9228a7c6594c36b596da680bcb607336b00fd172 100644 (file)
@@ -25,8 +25,6 @@
                            </tenant:param>
                    </tenant:paramList>
             </tenant:eventListenerConfig>
-            <tenant:eventListenerConfig id="UpdateObjectLocationAndCrateOnMove" merge:matcher="id" merge:action="delete">
-            </tenant:eventListenerConfig>            
         </tenant:eventListenerConfigurations>  
     </tenant:tenantBinding>
 </tenant:TenantBindingConfig>