exclude abstract lazy-init beans from MBean exposure as well (SPR-6784)

This commit is contained in:
Juergen Hoeller
2010-05-13 14:38:58 +00:00
parent a1e4f4f406
commit 103c1aa82f
2 changed files with 11 additions and 5 deletions

View File

@@ -25,4 +25,6 @@
<bean id="toBeIgnored" class="javax.management.DynamicMBean" abstract="true"/>
<bean id="toBeIgnoredToo" class="javax.management.DynamicMBean" abstract="true" lazy-init="true"/>
</beans>