Try a different mbean port

This commit is contained in:
Phillip Webb 2013-11-21 11:49:43 -08:00
parent 3200f3e9a7
commit 7c3cdf82cc
1 changed files with 1 additions and 1 deletions

View File

@ -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);