mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Try a different mbean port
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user