]
Martin Malina closed JBIDE-24538.
---------------------------------
I was able to reproduce the warning in devstudio 10.4.0.GA when starting WildFly 10. I had
to start devstudio from cli using:
{code}
./devstudio-10.4.0.GA/studio/devstudio.app/Contents/MacOS/devstudio -consolelog
{code}
Then I tried the same with devstudio 11.0.0.AM2 with WildFly 10 and EAP 7.0 and there was
no warning. So that confirms it's fixed. Closing.
Wildfly 9 and above need remote+http protocol for jmx
-----------------------------------------------------
Key: JBIDE-24538
URL:
https://issues.jboss.org/browse/JBIDE-24538
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jmx, server
Affects Versions: 4.5.0.AM1
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.5.0.AM1
When connecting to a wf9 / wf10 / wf11 or associated eap's via jmx, console spits out
the following:
{code}
Jun 05, 2017 4:16:34 PM org.jboss.remotingjmx.Util warnDeprecated
WARN: The protocol 'http-remoting-jmx' is deprecated, instead you should use
'remote+http'.
{code}