]
Schuller Tom commented on ARQ-1235:
-----------------------------------
any solution/workaround on this?
"@ArquillianResource URL contexPath" is resolved to
"http:/0.0.0.0:8080/deploypath" when using -b 0.0.0.0
---------------------------------------------------------------------------------------------------------
Key: ARQ-1235
URL:
https://issues.jboss.org/browse/ARQ-1235
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: JBoss AS Containers
Affects Versions: 1.0.3.Final
Environment: Windows 7 and AS7.1.1 with remote-container connector
Reporter: José Freitas
@ArquillianResource
URL contextPath;
gets resolved to:
http://0.0.0.0:8080/15ff0138-935a-44be-a84f-73263a88df6a/
and it should return a public adress so it can connect to the server when
@Deployment(testable = false)