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:eventListenerConfigurations>
17 <tenant:properties id="default">
18 <types:item xmlns:types="http://collectionspace.org/services/config/types" id="ptstartingwildcard" merge:matcher="id" merge:action="replace">
19 <types:key>ptStartingWildcard</types:key>
20 <types:value>false</types:value>
22 <types:item xmlns:types="http://collectionspace.org/services/config/types" id="maxlistitemsjdbc" merge:matcher="id" merge:action="replace">
23 <types:key>maxListItemsReturnedLimitOnJdbcQueries</types:key>
24 <types:value>425</types:value>
28 <tenant:serviceBindings merge:matcher="id" id="CollectionObjects">
29 <service:validatorHandler xmlns:service="http://collectionspace.org/services/config/service" merge:matcher="tag" merge:action="replace">org.collectionspace.services.collectionobject.nuxeo.BotGardenCollectionObjectValidatorHandler</service:validatorHandler>
30 </tenant:serviceBindings>
32 <tenant:serviceBindings merge:matcher="id" id="idgenerators">
33 <service:initHandler xmlns:service="http://collectionspace.org/services/config/service">
35 <service:property merge:matcher="skip" merge:action="insert">
36 <service:key>sqlScriptName</service:key>
37 <service:value>load_botgarden_id_generators.sql</service:value>
39 <service:property merge:matcher="skip" merge:action="insert">
40 <service:key>sqlScriptName</service:key>
41 <service:value>grant_botgarden_reporters_privileges.sql</service:value>
44 </service:initHandler>
45 </tenant:serviceBindings>
47 </tenant:tenantBinding>
48 </tenant:TenantBindingConfig>