Try a different mbean port

master
Phillip Webb 11 years ago
parent 3200f3e9a7
commit 7c3cdf82cc
  1. 2
      spring-context/src/test/java/org/springframework/jmx/support/MBeanServerConnectionFactoryBeanTests.java

@ -37,7 +37,7 @@ import static org.junit.Assert.*;
*/
public class MBeanServerConnectionFactoryBeanTests extends AbstractMBeanServerTests {
private static final String SERVICE_URL = "service:jmx:jmxmp://localhost:9876";
private static final String SERVICE_URL = "service:jmx:jmxmp://localhost:9878";
private JMXServiceURL getServiceUrl() throws MalformedURLException {
return new JMXServiceURL(SERVICE_URL);

Loading…
Cancel
Save