Schema changes and ID-based node storage

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2727 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-04-28 12:54:29 +00:00
parent 2b251c922b
commit 7edcb18bc0
64 changed files with 2798 additions and 2820 deletions

View File

@@ -292,8 +292,8 @@
<property name="dbNodeService">
<ref bean="dbNodeService" />
</property>
<property name="versionCounterDaoService">
<ref bean="versionCounterDaoService" />
<property name="versionCounterService">
<ref bean="versionCounterService" />
</property>
<property name="searcher">
<ref bean="searchService" />
@@ -318,22 +318,15 @@
</property>
</bean>
<bean id="versionCounterDaoService" class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
<bean id="versionCounterService" class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
<property name="proxyInterfaces">
<value>org.alfresco.repo.version.common.counter.VersionCounterDaoService</value>
<value>org.alfresco.repo.version.common.counter.VersionCounterService</value>
</property>
<property name="transactionManager">
<ref bean="transactionManager" />
</property>
<property name="target">
<bean class="org.alfresco.repo.version.common.counter.hibernate.HibernateVersionCounterDaoServiceImpl" init-method="init">
<property name="sessionFactory">
<ref bean="sessionFactory" />
</property>
<property name="policyComponent">
<ref bean="policyComponent" />
</property>
</bean>
<ref bean="versionCounterDaoComponent" />
</property>
<property name="transactionAttributes">
<props>