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:
Derek Hulley
2007-07-05 04:45:52 +00:00
parent 25411a888b
commit 82d7b1a2f8

View File

@@ -293,14 +293,6 @@
</property> </property>
</bean> </bean>
<!-- LinkValidationService -->
<bean id="linkValidationServiceBootstrap"
class="org.alfresco.linkvalidation.LinkValidationServiceBootstrap">
</bean>
<!-- This component checks the interconnection between the metadata, indexes and content --> <!-- This component checks the interconnection between the metadata, indexes and content -->
<bean id="configurationChecker" class="org.alfresco.repo.admin.ConfigurationChecker"> <bean id="configurationChecker" class="org.alfresco.repo.admin.ConfigurationChecker">
<property name="strict"> <property name="strict">
@@ -345,6 +337,9 @@
</property> </property>
</bean> </bean>
<!-- Import other Alfresco bootstrap components -->
<import resource="classpath*:alfresco/alfresco-*-bootstrap-context.xml" />
<!-- Start module components --> <!-- Start module components -->
<bean id="moduleStarter" class="org.alfresco.repo.module.ModuleStarter"> <bean id="moduleStarter" class="org.alfresco.repo.module.ModuleStarter">