]
Gerhard Poul updated ARQ-1749:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: was_1.0.0.next
Resolution: Done
merged into master
Retrieve httpPort from MBean when not provided in configuration
---------------------------------------------------------------
Key: ARQ-1749
URL:
https://issues.jboss.org/browse/ARQ-1749
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: WebSphere Containers
Affects Versions: was_1.0.0.Alpha2
Reporter: Aslak Knutsen
Assignee: Gerhard Poul
Fix For: was_1.0.0.next
The exposed MBean WebSphere/endpoint/channelfw/defaultHttpEndpoint contain Host and Port
attributes which could be used if httpPort is not configured in arquillian.xml.
The Container require serverName to detect which VM is running, and as long as you have
the VM you have the httpPort info. Defaulting to the 'defaultHttpEndpoint' should
remove a few possible error configurations.