INT-1816 fixed the test to make sure that new MBean server instance is used for different tests, since it was cousing conflicts between the tests

This commit is contained in:
Oleg Zhurakousky
2011-03-09 14:37:54 -05:00
parent 1b3e7ce6e9
commit 3f06998118

View File

@@ -10,7 +10,7 @@
</bean>
<bean id="mbeanServer" class="org.springframework.jmx.support.MBeanServerFactoryBean">
<property name="locateExistingServerIfPossible" value="true" />
<property name="locateExistingServerIfPossible" value="false" />
</bean>
</beans>