1 <?xml version="1.0" encoding="UTF-8"?>
2 <tenant:TenantBindingConfig
3 xmlns:merge="http://xmlmerge.el4j.elca.ch"
4 xmlns:tenant="http://collectionspace.org/services/config/tenant">
6 <!-- Add your changes, if any, within the following tag pair. -->
7 <!-- The value of the 'id' attribute, below, should match the corresponding -->
8 <!-- value in cspace/config/services/tenants/botgarden-tenant-bindings-proto.xml -->
10 <tenant:tenantBinding id="3500">
11 <tenant:eventListenerConfigurations id="default" merge:matcher="id">
12 <tenant:eventListenerConfig id="UpdateObjectLocationOnMove" merge:matcher="id">
13 <tenant:paramList id="default" merge:matcher="id" merge:action="delete"/>
14 </tenant:eventListenerConfig>
15 <tenant:eventListenerConfig id="UpdateObjectLocationAndCrateOnMove" merge:matcher="id" merge:action="delete"/>
16 </tenant:eventListenerConfigurations>
18 <tenant:properties id="default">
19 <types:item xmlns:types="http://collectionspace.org/services/config/types" id="ptstartingwildcard" merge:matcher="id" merge:action="replace">
20 <types:key>ptStartingWildcard</types:key>
21 <types:value>false</types:value>
23 <types:item xmlns:types="http://collectionspace.org/services/config/types" id="maxlistitemsjdbc" merge:matcher="id" merge:action="replace">
24 <types:key>maxListItemsReturnedLimitOnJdbcQueries</types:key>
25 <types:value>425</types:value>
29 <tenant:serviceBindings merge:matcher="id" id="CollectionObjects">
30 <service:validatorHandler xmlns:service="http://collectionspace.org/services/config/service" merge:matcher="tag" merge:action="replace">org.collectionspace.services.collectionobject.nuxeo.BotGardenCollectionObjectValidatorHandler</service:validatorHandler>
31 </tenant:serviceBindings>
33 <tenant:serviceBindings merge:matcher="id" id="idgenerators">
34 <service:initHandler xmlns:service="http://collectionspace.org/services/config/service">
36 <service:property merge:matcher="skip" merge:action="insert">
37 <service:key>sqlScriptName</service:key>
38 <service:value>load_botgarden_id_generators.sql</service:value>
40 <service:property merge:matcher="skip" merge:action="insert">
41 <service:key>sqlScriptName</service:key>
42 <service:value>grant_botgarden_reporters_privileges.sql</service:value>
45 </service:initHandler>
46 </tenant:serviceBindings>
48 </tenant:tenantBinding>
49 </tenant:TenantBindingConfig>