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'?> <?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 --> <!-- Extend Imap Service -->
<bean id="rm.imapService" abstract="true" class="org.alfresco.repo.imap.ExtendedImapServiceImpl"> <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'?> <?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 --> <!-- I18N -->
<bean id="rmActionResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent"> <bean id="rmActionResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-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"
<beans> xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="groupBase" <bean id="groupBase"
abstract="true" abstract="true"

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-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"
<beans> xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- Assignable Capabilities --> <!-- Assignable Capabilities -->
<bean id="rmAccessAuditCapability" <bean id="rmAccessAuditCapability"

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- Capability Conditions --> <!-- Capability Conditions -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- Assignable Capabilities --> <!-- Assignable Capabilities -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- Assignable Capabilities --> <!-- Assignable Capabilities -->
<!-- Cut off --> <!-- Cut off -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- Assignable Capabilities --> <!-- Assignable Capabilities -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- Assignable Capabilities --> <!-- Assignable Capabilities -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- Public Capabilities --> <!-- Public Capabilities -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<bean id="rmCreate" <bean id="rmCreate"
parent="rmBaseCapability" parent="rmBaseCapability"

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<bean id="rmViewRecordsCapability" <bean id="rmViewRecordsCapability"
parent="rmBaseCapability" parent="rmBaseCapability"

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<bean id="rmCloseFoldersCapability" <bean id="rmCloseFoldersCapability"
parent="declarativeCapability"> parent="declarativeCapability">

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-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"
<beans> xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- Assignable Capabilities --> <!-- Assignable Capabilities -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<bean id="rmManageRulesCapability" <bean id="rmManageRulesCapability"
parent="declarativeCapability"> parent="declarativeCapability">

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- Assignable Capabilities --> <!-- Assignable Capabilities -->

View File

@@ -5,11 +5,11 @@
xmlns:context="http://www.springframework.org/schema/context" xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation=" xsi:schemaLocation="
http://www.springframework.org/schema/context 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
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
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd "> http://www.springframework.org/schema/aop/spring-aop.xsd ">
<!-- content destruction component --> <!-- content destruction component -->
<bean name="contentDestructionComponent" class="org.alfresco.module.org_alfresco_module_rm.content.ContentDestructionComponent"> <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'?> <?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. --> <!-- 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 --> <!-- When we support classification they can be re-included and adjusted accordingly, for now they are deprecated -->
<!-- by making them private. --> <!-- by making them private. -->
<beans>
<bean id="classifiedRecordsGroup" <bean id="classifiedRecordsGroup"
parent="groupBase"> parent="groupBase">

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- Bootstrap Records Management Models --> <!-- Bootstrap Records Management Models -->
<bean id="org_alfresco_module_dod5015_dod5015dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap"> <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'?> <?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"
<beans> 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 --> <!-- 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"/> <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'?> <?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 --> <!-- Helper abstract bean definitions -->

View File

@@ -4,9 +4,9 @@
xmlns:aop="http://www.springframework.org/schema/aop" xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation=" xsi:schemaLocation="
http://www.springframework.org/schema/beans 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
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd "> http://www.springframework.org/schema/aop/spring-aop.xsd ">
<!-- Module compatibility component --> <!-- Module compatibility component -->
<bean name="rm.moduleCompatibilityComponent" class="org.alfresco.module.org_alfresco_module_rm.bootstrap.ModuleCompatibilityComponent"> <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'?> <?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 --> <!-- load version.properties -->
<bean id="rm.version.properties" parent="common-placeholder-configurer"> <bean id="rm.version.properties" parent="common-placeholder-configurer">

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- RM v2.0 Patches --> <!-- RM v2.0 Patches -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- RM v2.1 Patches --> <!-- RM v2.1 Patches -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- RM v2.2 Patches --> <!-- RM v2.2 Patches -->
<bean id="org_alfresco_module_rm_RMv22ReportTemplatePatch" <bean id="org_alfresco_module_rm_RMv22ReportTemplatePatch"

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-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"
<beans> xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- RM v2.3 Patches --> <!-- RM v2.3 Patches -->

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- RM v2.4 Patches --> <!-- RM v2.4 Patches -->

View File

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

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- I18N --> <!-- I18N -->
<bean id="rmActionResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent"> <bean id="rmActionResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- audit extractors --> <!-- audit extractors -->

View File

@@ -1,9 +1,11 @@
<?xml version='1.0' encoding='UTF-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">
<!-- The beans that implement RM capabilities --> <!-- The beans that implement RM capabilities -->
<beans>
<!-- Capability Conditions --> <!-- Capability Conditions -->
<import resource="classpath:alfresco/module/org_alfresco_module_rm/capability/rm-capabilities-condition-context.xml"/> <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'?> <?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 --> <!-- Records Management Security Service -->
<!-- @deprecated As of release 2.1 --> <!-- @deprecated As of release 2.1 -->
@@ -22,9 +25,9 @@
</property> </property>
<property name="interceptorNames"> <property name="interceptorNames">
<list> <list>
<idref local="RecordsManagementSecurityService_transaction"/> <idref bean="RecordsManagementSecurityService_transaction"/>
<idref bean="exceptionTranslator"/> <idref bean="exceptionTranslator"/>
<idref local="RecordsManagementSecurityService_security"/> <idref bean="RecordsManagementSecurityService_security"/>
</list> </list>
</property> </property>
</bean> </bean>
@@ -76,9 +79,9 @@
</property> </property>
<property name="interceptorNames"> <property name="interceptorNames">
<list> <list>
<idref local="RecordsManagementService_transaction"/> <idref bean="RecordsManagementService_transaction"/>
<idref bean="exceptionTranslator"/> <idref bean="exceptionTranslator"/>
<idref local="RecordsManagementService_security"/> <idref bean="RecordsManagementService_security"/>
</list> </list>
</property> </property>
</bean> </bean>

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<bean <bean
id="disposition.properties.base" id="disposition.properties.base"

View File

@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='UTF-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">
<beans>
<!-- Identifier Service Implementation Bean --> <!-- Identifier Service Implementation Bean -->
<bean id="recordsManagementIdentifierService" class="org.alfresco.module.org_alfresco_module_rm.identifier.IdentifierServiceImpl"> <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'?> <?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 --> <!-- Ensure backwards compatibility with 4.2 and 4.2.1 -->
<bean class="org.alfresco.module.org_alfresco_module_rm.model.compatibility.DictionaryBootstrapPostProcessor"/> <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" <beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context" 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 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-3.0.xsd"> http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
<bean id="rm.quickShareLinks" parent="quickShareLinks"> <bean id="rm.quickShareLinks" parent="quickShareLinks">
<property name="nodes" ref="nodes"/> <property name="nodes" ref="nodes"/>

View File

@@ -1,5 +1,8 @@
<?xml version='1.0' encoding='UTF-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 --> <!-- Enforcement of permissions -->
@@ -10,7 +13,6 @@
<!-- and enforce security based on the currently authenticated user. --> <!-- and enforce security based on the currently authenticated user. -->
<!-- --> <!-- -->
<beans>
<!-- ===================== --> <!-- ===================== -->
<!-- Permissions Model DAO --> <!-- Permissions Model DAO -->
@@ -63,7 +65,7 @@
<!-- Note: ff the context evaluates to null (e.g. doing an exists test on a node --> <!-- 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. --> <!-- 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"> <property name="permissionService">
<ref bean="permissionService"></ref> <ref bean="permissionService"></ref>
</property> </property>
@@ -126,7 +128,7 @@
<!-- Post method call application of security --> <!-- 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"> <property name="permissionService">
<ref bean="permissionServiceImpl"></ref> <ref bean="permissionServiceImpl"></ref>
</property> </property>

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-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"
<beans> xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- Report Content Model --> <!-- Report Content Model -->
@@ -39,9 +40,9 @@
<property name="target" ref="reportService"/> <property name="target" ref="reportService"/>
<property name="interceptorNames"> <property name="interceptorNames">
<list> <list>
<idref local="ReportService_transaction"/> <idref bean="ReportService_transaction"/>
<idref bean="exceptionTranslator"/> <idref bean="exceptionTranslator"/>
<idref local="ReportService_security"/> <idref bean="ReportService_security"/>
</list> </list>
</property> </property>
</bean> </bean>

View File

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

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-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"
<beans> 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" /> <bean id="jsonConversionComponentCache" class="org.alfresco.repo.cache.DefaultSimpleCache" />

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-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"
<beans> xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- Recordable Version Model --> <!-- Recordable Version Model -->
<bean id="org_alfresco_module_rm_version_dictionaryBootstrap" parent="dictionaryModelBootstrap"> <bean id="org_alfresco_module_rm_version_dictionaryBootstrap" parent="dictionaryModelBootstrap">
@@ -64,9 +65,9 @@
<property name="target" ref="versionService"/> <property name="target" ref="versionService"/>
<property name="interceptorNames"> <property name="interceptorNames">
<list> <list>
<idref local="RecordableVersionService_transaction"/> <idref bean="RecordableVersionService_transaction"/>
<idref bean="exceptionTranslator"/> <idref bean="exceptionTranslator"/>
<idref local="RecordableVersionService_security"/> <idref bean="RecordableVersionService_security"/>
</list> </list>
</property> </property>
</bean> </bean>

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-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"
<beans> 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 --> <!-- Abstract parent bean for many RM get and post beans -->
<bean id="rmBaseWebscript" parent="webscript" abstract="true"> <bean id="rmBaseWebscript" parent="webscript" abstract="true">

View File

@@ -1,6 +1,9 @@
<?xml version='1.0' encoding='UTF-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"
<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"> <bean id="rm.workflowBootstrap" parent="workflowDeployer">
<property name="workflowDefinitions"> <property name="workflowDefinitions">
<!-- Request info workflow definition --> <!-- Request info workflow definition -->

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-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"
<beans> 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"> <bean id="rm-method-security-properties" class="org.springframework.beans.factory.config.PropertiesFactoryBean">
<property name="locations"> <property name="locations">

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-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"
<beans> 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"> <bean id="basePolicy" abstract="true" parent="RMSecurityCommon" init-method="init">
<property name="capabilityService" ref="capabilityService" /> <property name="capabilityService" ref="capabilityService" />

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-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"
<beans> xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- test model --> <!-- test model -->
<bean id="org_alfresco_module_rm_rmTestdictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="org_alfresco_module_rm_dictionaryBootstrap"> <bean id="org_alfresco_module_rm_rmTestdictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="org_alfresco_module_rm_dictionaryBootstrap">
@@ -188,9 +189,9 @@
</property> </property>
<property name="interceptorNames"> <property name="interceptorNames">
<list> <list>
<idref local="TestService_transaction"/> <idref bean="TestService_transaction"/>
<idref bean="exceptionTranslator"/> <idref bean="exceptionTranslator"/>
<idref local="TestService_security"/> <idref bean="TestService_security"/>
</list> </list>
</property> </property>
</bean> </bean>

View File

@@ -1,7 +1,8 @@
<?xml version='1.0' encoding='UTF-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"
<beans> 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"> <bean id="scheduledDispositionLifecyceleJobTrigger" class="org.alfresco.util.CronTriggerBean">
<property name="jobDetail"> <property name="jobDetail">

View File

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