mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
SAIL-232: AppliedPatch.hbm.xml
- Basic CREATE script for core tables: AlfrescoCreate-3.3-RepoTables.sql - Removed Hibernate control of alf_applied_patch git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18101 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -28,12 +28,6 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="patchDaoComponent" class="org.alfresco.repo.admin.patch.hibernate.HibernatePatchDaoServiceImpl" >
|
||||
<property name="sessionFactory">
|
||||
<ref bean="sessionFactory" />
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="patchComponent" class="org.alfresco.repo.admin.patch.PatchServiceImpl" >
|
||||
<property name="descriptorService">
|
||||
<ref bean="descriptorComponent" />
|
||||
@@ -44,8 +38,8 @@
|
||||
<property name="ruleService">
|
||||
<ref bean="ruleService" />
|
||||
</property>
|
||||
<property name="patchDaoService">
|
||||
<ref bean="patchDaoComponent" />
|
||||
<property name="appliedPatchDAO">
|
||||
<ref bean="appliedPatchDAO" />
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
|
Reference in New Issue
Block a user