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

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3326 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller
2010-05-13 14:38:58 +00:00
parent 2472c22298
commit 5552c241c2
2 changed files with 11 additions and 5 deletions
@@ -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>