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

This commit is contained in:
Juergen Hoeller
2010-02-01 17:56:03 +00:00
parent abdc35c893
commit e3cdabfaac
3 changed files with 14 additions and 7 deletions

View File

@@ -23,4 +23,6 @@
</property>
</bean>
<bean id="toBeIgnored" class="javax.management.DynamicMBean" abstract="true"/>
</beans>