fix XML context error
This commit is contained in:
parent
bac1444251
commit
1cb37c3c1b
@ -8,9 +8,9 @@
|
||||
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 -->
|
||||
<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">
|
||||
<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>
|
||||
|
||||
</beans>
|
||||
|
@ -8,9 +8,9 @@
|
||||
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 -->
|
||||
<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">
|
||||
<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>
|
||||
|
||||
</beans>
|
||||
|
Loading…
x
Reference in New Issue
Block a user