]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
ac379ed4b7005e9f230e6858d6d33288883353b0
[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:eventListenerConfigurations>
16
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>
21             </types:item>
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>
25             </types:item>
26         </tenant:properties>
27         
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>
31  
32         <tenant:serviceBindings merge:matcher="id" id="idgenerators">
33             <service:initHandler xmlns:service="http://collectionspace.org/services/config/service">
34                 <service:params>
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>
38                     </service:property>
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>
42                     </service:property>
43                 </service:params>
44             </service:initHandler>
45         </tenant:serviceBindings>
46         
47     </tenant:tenantBinding>
48 </tenant:TenantBindingConfig>