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
The setup command should provide an option set setup the protocol. In particular, this feature is aimed at configuring the Servlet 3.0 protocol for JBoss AS 7, which is not the default.
The protocol should be configured in the container configuration, since it does not apply to all containers (such as Weld Embedded).
The setup command should provide an option set setup the protocol. In particular, this feature is aimed at configuring the Servlet 3.0 protocol for JBoss AS 7, which is not the default.
The protocol should be configured in the container configuration, since it does not apply to all containers (such as Weld Embedded).
^^^ However, this is not currently support in Arquillian. For now, you need to set the default protocol globally:
You also need to add the Servlet protocol library to the Maven profile for the adapter:
The text was updated successfully, but these errors were encountered: