Skip to content

Commit 7c3cdf8

Browse files
author
Phillip Webb
committed
Try a different mbean port
1 parent 3200f3e commit 7c3cdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/test/java/org/springframework/jmx/support/MBeanServerConnectionFactoryBeanTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*/
3838
public class MBeanServerConnectionFactoryBeanTests extends AbstractMBeanServerTests {
3939

40-
private static final String SERVICE_URL = "service:jmx:jmxmp://localhost:9876";
40+
private static final String SERVICE_URL = "service:jmx:jmxmp://localhost:9878";
4141

4242
private JMXServiceURL getServiceUrl() throws MalformedURLException {
4343
return new JMXServiceURL(SERVICE_URL);

0 commit comments

Comments
 (0)