Try a different mbean port
This commit is contained in:
parent
3200f3e9a7
commit
7c3cdf82cc
|
|
@ -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…
Reference in New Issue