mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fixed BDE-46: Circular runtime dependencies in Eclipse.
Typically this is known as a hack, or to use Jon's words, "We're hiding behind a wildcard". The Spring config pulls in additional (not extension) bootstrap contexts where it was specifically referencing Link Validation. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6172 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -293,14 +293,6 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
|
||||
|
||||
<!-- LinkValidationService -->
|
||||
<bean id="linkValidationServiceBootstrap"
|
||||
class="org.alfresco.linkvalidation.LinkValidationServiceBootstrap">
|
||||
</bean>
|
||||
|
||||
|
||||
<!-- This component checks the interconnection between the metadata, indexes and content -->
|
||||
<bean id="configurationChecker" class="org.alfresco.repo.admin.ConfigurationChecker">
|
||||
<property name="strict">
|
||||
@@ -345,6 +337,9 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- Import other Alfresco bootstrap components -->
|
||||
<import resource="classpath*:alfresco/alfresco-*-bootstrap-context.xml" />
|
||||
|
||||
<!-- Start module components -->
|
||||
|
||||
<bean id="moduleStarter" class="org.alfresco.repo.module.ModuleStarter">
|
||||
|
Reference in New Issue
Block a user