]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
7238690026b573001615d0b2a2555f61e776ef3f
[tmp/jakarta-migration.git] /
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">
5
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 -->
9
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>
17
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>
22             </types:item>
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>
26             </types:item>
27         </tenant:properties>
28         
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>
32  
33         <tenant:serviceBindings merge:matcher="id" id="idgenerators">
34             <service:initHandler xmlns:service="http://collectionspace.org/services/config/service">
35                 <service:params>
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>
39                     </service:property>
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>
43                     </service:property>
44                 </service:params>
45             </service:initHandler>
46         </tenant:serviceBindings>
47         
48     </tenant:tenantBinding>
49 </tenant:TenantBindingConfig>