Spring update - update of xsd declaration for the context files

This commit is contained in:
Rodica Sutu
2018-05-14 09:35:42 +03:00
parent 98441a1a3c
commit e6d88ab7de
49 changed files with 256 additions and 180 deletions

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Extend Imap Service -->
<bean id="rm.imapService" abstract="true" class="org.alfresco.repo.imap.ExtendedImapServiceImpl">

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- I18N -->
<bean id="rmActionResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="groupBase"
abstract="true"

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- Assignable Capabilities -->
<bean id="rmAccessAuditCapability"

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Capability Conditions -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Assignable Capabilities -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Assignable Capabilities -->
<!-- Cut off -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Assignable Capabilities -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Assignable Capabilities -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Public Capabilities -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<bean id="rmCreate"
parent="rmBaseCapability"

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<bean id="rmViewRecordsCapability"
parent="rmBaseCapability"

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<bean id="rmCloseFoldersCapability"
parent="declarativeCapability">

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- Assignable Capabilities -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<bean id="rmManageRulesCapability"
parent="declarativeCapability">

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Assignable Capabilities -->

View File

@@ -5,11 +5,11 @@
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd ">
http://www.springframework.org/schema/aop/spring-aop.xsd ">
<!-- content destruction component -->
<bean name="contentDestructionComponent" class="org.alfresco.module.org_alfresco_module_rm.content.ContentDestructionComponent">

View File

@@ -1,11 +1,13 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- This file contains DOD specific capabilities relating to classification. -->
<!-- When we support classification they can be re-included and adjusted accordingly, for now they are deprecated -->
<!-- by making them private. -->
<beans>
<bean id="classifiedRecordsGroup"
parent="groupBase">

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Bootstrap Records Management Models -->
<bean id="org_alfresco_module_dod5015_dod5015dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- extend node service security to report capability details on failure -->
<bean id="rm.NodeService_security" abstract="true" class="org.alfresco.module.org_alfresco_module_rm.security.RMMethodSecurityInterceptor"/>

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Helper abstract bean definitions -->

View File

@@ -4,9 +4,9 @@
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd ">
http://www.springframework.org/schema/aop/spring-aop.xsd ">
<!-- Module compatibility component -->
<bean name="rm.moduleCompatibilityComponent" class="org.alfresco.module.org_alfresco_module_rm.bootstrap.ModuleCompatibilityComponent">

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- load version.properties -->
<bean id="rm.version.properties" parent="common-placeholder-configurer">

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- RM v2.0 Patches -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- RM v2.1 Patches -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- RM v2.2 Patches -->
<bean id="org_alfresco_module_rm_RMv22ReportTemplatePatch"

View File

@@ -1,9 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- RM v2.3 Patches -->
<!-- RM v2.3 Patches -->
<bean id="rm.recordContributorsGroupPatch"
parent="rm.parentModulePatch"

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- RM v2.4 Patches -->

View File

@@ -2,7 +2,8 @@
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="rmSqlSessionFactory" class="org.alfresco.ibatis.HierarchicalSqlSessionFactoryBean">
<property name="resourceLoader" ref="dialectResourceLoader"/>

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- I18N -->
<bean id="rmActionResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- audit extractors -->

View File

@@ -1,9 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- The beans that implement RM capabilities -->
<!-- The beans that implement RM capabilities -->
<beans>
<!-- Capability Conditions -->
<import resource="classpath:alfresco/module/org_alfresco_module_rm/capability/rm-capabilities-condition-context.xml"/>

View File

@@ -1,7 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Records Management Security Service -->
<!-- @deprecated As of release 2.1 -->
@@ -22,9 +25,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="RecordsManagementSecurityService_transaction"/>
<idref bean="RecordsManagementSecurityService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="RecordsManagementSecurityService_security"/>
<idref bean="RecordsManagementSecurityService_security"/>
</list>
</property>
</bean>
@@ -76,9 +79,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="RecordsManagementService_transaction"/>
<idref bean="RecordsManagementService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="RecordsManagementService_security"/>
<idref bean="RecordsManagementService_security"/>
</list>
</property>
</bean>

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<bean
id="disposition.properties.base"

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Identifier Service Implementation Bean -->
<bean id="recordsManagementIdentifierService" class="org.alfresco.module.org_alfresco_module_rm.identifier.IdentifierServiceImpl">

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Ensure backwards compatibility with 4.2 and 4.2.1 -->
<bean class="org.alfresco.module.org_alfresco_module_rm.model.compatibility.DictionaryBootstrapPostProcessor"/>

View File

@@ -2,8 +2,8 @@
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
<bean id="rm.quickShareLinks" parent="quickShareLinks">
<property name="nodes" ref="nodes"/>

View File

@@ -1,5 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- ========================== -->
<!-- Enforcement of permissions -->
@@ -10,7 +13,6 @@
<!-- and enforce security based on the currently authenticated user. -->
<!-- -->
<beans>
<!-- ===================== -->
<!-- Permissions Model DAO -->
@@ -63,7 +65,7 @@
<!-- Note: ff the context evaluates to null (e.g. doing an exists test on a node -->
<!-- that does not exist) then access will be allowed. -->
<bean id="aclEntryVoter" class="org.alfresco.repo.security.permissions.impl.acegi.RMACLEntryVoter" abstract="false" singleton="true" lazy-init="default" autowire="default" dependency-check="default">
<bean id="aclEntryVoter" class="org.alfresco.repo.security.permissions.impl.acegi.RMACLEntryVoter" abstract="false" lazy-init="default" autowire="default" dependency-check="default">
<property name="permissionService">
<ref bean="permissionService"></ref>
</property>
@@ -126,7 +128,7 @@
<!-- Post method call application of security -->
<!-- ======================================== -->
<bean id="afterAcl" class="org.alfresco.repo.security.permissions.impl.acegi.ACLEntryAfterInvocationProvider" abstract="false" singleton="true" lazy-init="default" autowire="default" dependency-check="default">
<bean id="afterAcl" class="org.alfresco.repo.security.permissions.impl.acegi.ACLEntryAfterInvocationProvider" abstract="false" lazy-init="default" autowire="default" dependency-check="default">
<property name="permissionService">
<ref bean="permissionServiceImpl"></ref>
</property>

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- Report Content Model -->
@@ -39,9 +40,9 @@
<property name="target" ref="reportService"/>
<property name="interceptorNames">
<list>
<idref local="ReportService_transaction"/>
<idref bean="ReportService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="ReportService_security"/>
<idref bean="ReportService_security"/>
</list>
</property>
</bean>

View File

@@ -6,13 +6,13 @@
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
http://www.springframework.org/schema/aop/spring-aop.xsd
http://www.springframework.org/schema/util
http://www.springframework.org/schema/util/spring-util-3.0.xsd">
http://www.springframework.org/schema/util/spring-util.xsd">
<!-- Helper beans -->
@@ -66,9 +66,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="VitalRecordService_transaction"/>
<idref bean="VitalRecordService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="VitalRecordService_security"/>
<idref bean="VitalRecordService_security"/>
</list>
</property>
</bean>
@@ -117,9 +117,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="DispositionService_transaction"/>
<idref bean="DispositionService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="DispositionService_security"/>
<idref bean="DispositionService_security"/>
</list>
</property>
</bean>
@@ -187,9 +187,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="rmTransferService_transaction"/>
<idref bean="rmTransferService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="rmTransferService_security"/>
<idref bean="rmTransferService_security"/>
</list>
</property>
</bean>
@@ -232,9 +232,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="CapabilityService_transaction"/>
<idref bean="CapabilityService_transaction"/>
<idref bean="exceptionTranslator"/>
<!-- <idref local="CapabilityService_security"/> -->
<!-- <idref bean="CapabilityService_security"/> -->
</list>
</property>
</bean>
@@ -353,9 +353,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="RecordsManagementSearchService_transaction"/>
<idref bean="RecordsManagementSearchService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="RecordsManagementSearchService_security"/>
<idref bean="RecordsManagementSearchService_security"/>
</list>
</property>
</bean>
@@ -410,9 +410,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="FilePlanService_transaction"/>
<idref bean="FilePlanService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="FilePlanService_security"/>
<idref bean="FilePlanService_security"/>
</list>
</property>
</bean>
@@ -475,9 +475,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="FilePlanPermissionService_transaction"/>
<idref bean="FilePlanPermissionService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="FilePlanPermissionService_security"/>
<idref bean="FilePlanPermissionService_security"/>
</list>
</property>
</bean>
@@ -531,9 +531,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="FilePlanRoleService_transaction"/>
<idref bean="FilePlanRoleService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="FilePlanRoleService_security"/>
<idref bean="FilePlanRoleService_security"/>
</list>
</property>
</bean>
@@ -598,9 +598,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="ExtendedSecurityService_transaction"/>
<idref bean="ExtendedSecurityService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="ExtendedSecurityService_security"/>
<idref bean="ExtendedSecurityService_security"/>
</list>
</property>
</bean>
@@ -636,9 +636,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="ModelSecurityService_transaction"/>
<idref bean="ModelSecurityService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="ModelSecurityService_security"/>
<idref bean="ModelSecurityService_security"/>
</list>
</property>
</bean>
@@ -680,9 +680,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="RecordsManagementActionService_transaction"/>
<idref bean="RecordsManagementActionService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="RecordsManagementActionService_security"/>
<idref bean="RecordsManagementActionService_security"/>
</list>
</property>
</bean>
@@ -737,9 +737,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="RecordsManagementEventService_transaction"/>
<idref bean="RecordsManagementEventService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="RecordsManagementEventService_security"/>
<idref bean="RecordsManagementEventService_security"/>
</list>
</property>
</bean>
@@ -808,9 +808,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="RecordsManagementAdminService_transaction"/>
<idref bean="RecordsManagementAdminService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="RecordsManagementAdminService_security"/>
<idref bean="RecordsManagementAdminService_security"/>
</list>
</property>
</bean>
@@ -885,9 +885,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="FreezeService_transaction"/>
<idref bean="FreezeService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="FreezeService_security"/>
<idref bean="FreezeService_security"/>
</list>
</property>
</bean>
@@ -959,9 +959,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="RecordsManagementAuditService_transaction"/>
<idref bean="RecordsManagementAuditService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="RecordsManagementAuditService_security"/>
<idref bean="RecordsManagementAuditService_security"/>
</list>
</property>
</bean>
@@ -1019,9 +1019,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="RecordFolderService_transaction"/>
<idref bean="RecordFolderService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="RecordFolderService_security"/>
<idref bean="RecordFolderService_security"/>
</list>
</property>
</bean>
@@ -1113,9 +1113,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="RecordService_transaction"/>
<idref bean="RecordService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="RecordService_security"/>
<idref bean="RecordService_security"/>
</list>
</property>
</bean>
@@ -1185,9 +1185,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="InplaceRecordService_transaction"/>
<idref bean="InplaceRecordService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="InplaceRecordService_security"/>
<idref bean="InplaceRecordService_security"/>
</list>
</property>
</bean>
@@ -1228,9 +1228,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="FilePlanAuthenticationService_transaction"/>
<idref bean="FilePlanAuthenticationService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="FilePlanAuthenticationService_security"/>
<idref bean="FilePlanAuthenticationService_security"/>
</list>
</property>
</bean>
@@ -1306,8 +1306,8 @@
</property>
<property name="interceptorNames">
<list>
<idref local="CustomEmailMappingService_transaction"/>
<idref local="CustomEmailMappingService_security"/>
<idref bean="CustomEmailMappingService_transaction"/>
<idref bean="CustomEmailMappingService_security"/>
<idref bean="exceptionTranslator"/>
</list>
</property>
@@ -1439,8 +1439,8 @@
</property>
<property name="interceptorNames">
<list>
<idref local="CaveatConfigService_transaction"/>
<idref local="CaveatConfigService_security"/>
<idref bean="CaveatConfigService_transaction"/>
<idref bean="CaveatConfigService_security"/>
<idref bean="exceptionTranslator"/>
</list>
</property>
@@ -1484,9 +1484,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="DataSetService_transaction"/>
<idref bean="DataSetService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="DataSetService_security"/>
<idref bean="DataSetService_security"/>
</list>
</property>
</bean>
@@ -1546,9 +1546,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="HoldService_transaction"/>
<idref bean="HoldService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="HoldService_security"/>
<idref bean="HoldService_security"/>
</list>
</property>
</bean>
@@ -1594,9 +1594,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="RelationshipService_transaction"/>
<idref bean="RelationshipService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="RelationshipService_security"/>
<idref bean="RelationshipService_security"/>
</list>
</property>
</bean>
@@ -1647,9 +1647,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="RecordableVersionConfigService_transaction"/>
<idref bean="RecordableVersionConfigService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="RecordableVersionConfigService_security"/>
<idref bean="RecordableVersionConfigService_security"/>
</list>
</property>
</bean>

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="jsonConversionComponentCache" class="org.alfresco.repo.cache.DefaultSimpleCache" />

View File

@@ -1,9 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<!-- Recordable Version Model -->
<!-- Recordable Version Model -->
<bean id="org_alfresco_module_rm_version_dictionaryBootstrap" parent="dictionaryModelBootstrap">
<property name="models">
<list>
@@ -64,9 +65,9 @@
<property name="target" ref="versionService"/>
<property name="interceptorNames">
<list>
<idref local="RecordableVersionService_transaction"/>
<idref bean="RecordableVersionService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="RecordableVersionService_security"/>
<idref bean="RecordableVersionService_security"/>
</list>
</property>
</bean>

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- Abstract parent bean for many RM get and post beans -->
<bean id="rmBaseWebscript" parent="webscript" abstract="true">

View File

@@ -1,6 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="rm.workflowBootstrap" parent="workflowDeployer">
<property name="workflowDefinitions">
<!-- Request info workflow definition -->

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="rm-method-security-properties" class="org.springframework.beans.factory.config.PropertiesFactoryBean">
<property name="locations">

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="basePolicy" abstract="true" parent="RMSecurityCommon" init-method="init">
<property name="capabilityService" ref="capabilityService" />

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- test model -->
<bean id="org_alfresco_module_rm_rmTestdictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="org_alfresco_module_rm_dictionaryBootstrap">
@@ -188,9 +189,9 @@
</property>
<property name="interceptorNames">
<list>
<idref local="TestService_transaction"/>
<idref bean="TestService_transaction"/>
<idref bean="exceptionTranslator"/>
<idref local="TestService_security"/>
<idref bean="TestService_security"/>
</list>
</property>
</bean>

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="scheduledDispositionLifecyceleJobTrigger" class="org.alfresco.util.CronTriggerBean">
<property name="jobDetail">

View File

@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- Test listeners -->