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:
Jan Vonka
2008-08-29 11:01:41 +00:00
parent 1aa02f5d17
commit 179093d240
38 changed files with 3813 additions and 459 deletions

View File

@@ -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. -->