[
https://issues.jboss.org/browse/WFLY-942?page=com.atlassian.jira.plugin.s...
]
Ron Šmeral updated WFLY-942:
----------------------------
Workaround Description:
Make sure to use a newline after the last attribute in MANIFEST.MF.
Or alternatively,
use servlet protocol.
Include the following in arquillian.xml:
{code:xml}
<defaultProtocol type="Servlet 3.0"/>
{code}
and use the following Maven dependency:
{code:xml}
<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet</artifactId>
</dependency>
{code}
was:
Use servlet protocol.
Include the following in arquillian.xml:
{code:xml}
<defaultProtocol type="Servlet 3.0"/>
{code}
and use the following Maven dependency:
{code:xml}
<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet</artifactId>
</dependency>
{code}
Arquillian should merge existing MANIFEST.MF
--------------------------------------------
Key: WFLY-942
URL:
https://issues.jboss.org/browse/WFLY-942
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Test Suite
Reporter: Martin Kouba
Assignee: Andrew Rubinger
Priority: Minor
CDI/ARQ/AS7 test - it's not possible to modify MANIFEST.MF (to activate AS7 module)
when creating test archive because ARQ replaces user-defined manifest with its own version
in the end. ARQ should merge existing manifest instead.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)