[
https://issues.jboss.org/browse/ARQ-1455?page=com.atlassian.jira.plugin.s...
]
David Mann commented on ARQ-1455:
---------------------------------
You are right :-) still this doesn't solve the problem completely
After some further digging, I think I got it right now:
- the BOM Versions 1.0.0 through 1.0.3 are okay, they reference the 7.1.1. runtime
- the BOM Versions from 1.0.4 onwards are broken, as they reference the 7.1.3. runtime
=> see attached runtime-BOM.zip:
- run 'mvn clean test' => fails
- run 'mvn clean test -Pforce-711-runtime' => works
Workaround for BOM Versions 1.0.4.Final and onwards is adding <defaultProtocol
type="Servlet 3.0" /> to arquillian.xml
BOMs for JBAS 7.1.1.Final seem to have the wrong dependencies to ARQ
--------------------------------------------------------------------
Key: ARQ-1455
URL:
https://issues.jboss.org/browse/ARQ-1455
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Documentation
Reporter: David Mann
Attachments: arquillian-tutorial.zip, runtime-BOM.zip
Someone should add the following to the arquillian getting started tutorial
(
http://arquillian.org/guides/getting_started/)
<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most
mature -->
<defaultProtocol type="Servlet 3.0" />
See attached test case, which can be resolved using the snippet above.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira