Hi,


I'd like to ask everyone to fix "their" tests regarding $SUBJ.
E.g. this is not acceptable:
   ModelControllerClient client = ModelControllerClient.Factory.create(InetAddress.getByName("127.0.0.1"), 9999, getCallbackHandler());
or
   MBeanServerConnection mbeanServer = JMXConnectorFactory.connect(new JMXServiceURL("service:jmx:remoting-jmx://127.0.0.1:9999")).getMBeanServerConnection();

Such like these MUST be rewritten to fetch the addresses and ports from an injected @ArquillianResource.

Here's a tracking jira:  https://issues.jboss.org/browse/AS7-3696
Empty so far. Next week, I'll start going through the tests looking for such cases, and fixing them. Or, creating jiras and assigning them to the test authors.
That's why I hope this call to action will relieve me from most of that tedious work :)


Thanks for cooperation.
Ondra