mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
VS2 - version store refactor (merged from DEV/VS2 to HEAD)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10574 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -129,6 +129,11 @@
|
||||
<property name="maxErrorsPerTransaction" >
|
||||
<value>5</value> <!-- limit output (exception and log) to the first N violation messages -->
|
||||
</property>
|
||||
<property name="storesToIgnore">
|
||||
<list>
|
||||
<value>${version.store.version2Store}</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- tags nodes that are incomplete w.r.t. properties-->
|
||||
@@ -142,6 +147,11 @@
|
||||
<property name="nodeService">
|
||||
<ref bean="nodeService" />
|
||||
</property>
|
||||
<property name="storesToIgnore">
|
||||
<list>
|
||||
<value>${version.store.version2Store}</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- NodeService implemented to persist to Database. Resource management enabled. -->
|
||||
|
Reference in New Issue
Block a user