Tomcat container docs should metion that unpackArchive needs to be set for Weld-Servlet as
a tip
------------------------------------------------------------------------------------------------
Key: ARQ-253
URL:
https://jira.jboss.org/browse/ARQ-253
Project: Arquillian
Issue Type: Task
Components: Tomcat Containers
Affects Versions: 1.0.0.Alpha3
Reporter: Pete Muir
The test contains this
<?xml version="1.0"?>
<arquillian
xmlns="http://jboss.com/arquillian"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:tomcat6="urn:arq:org.jboss.arquillian.container.tomcat.embedded_6">
<tomcat6:container>
<!-- unpackArchive must be true if using the Weld Servlet module -->
<tomcat6:unpackArchive>true</tomcat6:unpackArchive>
</tomcat6:container>
</arquillian>
but the docs don't!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira