[jboss-jira] [JBoss JIRA] (WFLY-5165) Quickstart Arquillian tests log warning deprecated protocol warning
Sande Gilda (JIRA)
issues at jboss.org
Fri Aug 21 08:36:27 EDT 2015
Sande Gilda created WFLY-5165:
---------------------------------
Summary: Quickstart Arquillian tests log warning deprecated protocol warning
Key: WFLY-5165
URL: https://issues.jboss.org/browse/WFLY-5165
Project: WildFly
Issue Type: Feature Request
Reporter: Sande Gilda
Assignee: Jason Greene
A warning is logged during Arquillian tests for the JBoss EAP 7 quickstarts: :
WARN: The protocol 'http-remoting-jmx' is deprecated, instead you should use 'remote+http'.
This JIRA was created for the issue: https://issues.jboss.org/browse/JBEAP-579
[~mjobanek] looked at this and commented in the JIRA:
AFAIK, you are not able to get rid of this warning by any change of the arquillian configuration - this is caused by the wildfly-arquillian-container adapter itself.
During a construction of the ProtocolMetadata [1], the adapter retrieves also JMX context and this retrieval [2] causes the warning.
I've already noticed this behavior, however, I haven't time to investigate it deeper.
Please, feell free to open a jira for this issue.
[1] https://github.com/wildfly/wildfly-arquillian/blob/master/common/src/main/java/org/jboss/as/arquillian/container/ManagementClient.java#L181-L206
[2] https://github.com/wildfly/wildfly-arquillian/blob/master/common/src/main/java/org/jboss/as/arquillian/container/ManagementClient.java#L370
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list