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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user