fix XML context error
This commit is contained in:
@@ -8,9 +8,9 @@
|
|||||||
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
|
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
|
||||||
|
|
||||||
<!-- Enable Spring annotation scanning for classes in package -->
|
<!-- Enable Spring annotation scanning for classes in package -->
|
||||||
<context:component-scan base-package="com.inteligr8.alfresco.jmx"
|
<context:component-scan base-package="com.inteligr8.alfresco.attrclean"
|
||||||
name-generator="org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator">
|
name-generator="org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator">
|
||||||
<context:include-filter type="assignable" expression="com.inteligr8.alfresco.jmx.BootstrapService" />
|
<context:include-filter type="assignable" expression="com.inteligr8.alfresco.attrclean.BootstrapService" />
|
||||||
</context:component-scan>
|
</context:component-scan>
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
@@ -8,9 +8,9 @@
|
|||||||
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
|
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
|
||||||
|
|
||||||
<!-- Enable Spring annotation scanning for classes aps-public-rest-api -->
|
<!-- Enable Spring annotation scanning for classes aps-public-rest-api -->
|
||||||
<context:component-scan base-package="com.inteligr8.alfresco.jmx"
|
<context:component-scan base-package="com.inteligr8.alfresco.attrclean"
|
||||||
name-generator="org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator">
|
name-generator="org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator">
|
||||||
<context:exclude-filter type="assignable" expression="com.inteligr8.alfresco.jmx.BootstrapService" />
|
<context:exclude-filter type="assignable" expression="com.inteligr8.alfresco.attrclean.BootstrapService" />
|
||||||
</context:component-scan>
|
</context:component-scan>
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
Reference in New Issue
Block a user