You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to run arquillian test against remote jboss eap 7 instance. Works if I run using local
Getting the following exception:
java.lang.IllegalArgumentException: No org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext found in org.jboss.arquillian.container.spi.client.protocol.metadata.ProtocolMetaData. Servlet protocol can not be used
Current environment:
Devstudio 10.3.x
Java 1.8
Jboss eap 7.0.0 eap
I have added a management user to the remote instance and have updated my pom.xml like so with the dependencies. Note the commented out deps in the profile section as I have also tried wildfly-arquillian-container-domain-remote and also received the same exception.
I have opened a discussion on http://discuss.arquillian.org/t/jboss-eap-7-remote-servlet-protocol-can-not-be-used/441 but I figure I might have well open a issue ticket.
I am unable to run arquillian test against remote jboss eap 7 instance. Works if I run using local
Getting the following exception:
Current environment:
I have added a management user to the remote instance and have updated my pom.xml like so with the dependencies. Note the commented out deps in the profile section as I have also tried wildfly-arquillian-container-domain-remote and also received the same exception.
And my arquillian.xml
I really need to get this working for our new project that is about to kick off b/c I am pushing hard on automation test coverage for the effort.
Any insights to get this working will be greatly appreciated!
The text was updated successfully, but these errors were encountered: