coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

JMXManagementMode should not set SUN_MANAGEMENT_JMXREMOTE to true #343

Closed brianoliver closed 8 years ago

brianoliver commented 8 years ago
Line 136: options.add(SystemProperty.of(JmxFeature.SUN_MANAGEMENT_JMXREMOTE, "true"));

only needs to be:

options.add(SystemProperty.of(JmxFeature.SUN_MANAGEMENT_JMXREMOTE));
brianoliver commented 8 years ago

In fact, this property should not be set at all by the Coherence-based Profile as it's a Java setting