fixed MBeanExporter regression: do not try to expose abstract beans (SPR-6784)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2896 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller
2010-02-01 17:56:03 +00:00
parent 4ae829da56
commit a983d181aa
3 changed files with 14 additions and 7 deletions
@@ -23,4 +23,6 @@
</property>
</bean>
<bean id="toBeIgnored" class="javax.management.DynamicMBean" abstract="true"/>
</beans>