Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-942

Arquillian should merge existing MANIFEST.MF

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Minor
    • None
    • None
    • Test Suite
    • None
    • Hide

      Make sure to use a newline after the last attribute in MANIFEST.MF.

      Or alternatively,

      use servlet protocol.
      Include the following in arquillian.xml:

      <defaultProtocol type="Servlet 3.0"/>
      

      and use the following Maven dependency:

      <dependency>
          <groupId>org.jboss.arquillian.protocol</groupId>
          <artifactId>arquillian-protocol-servlet</artifactId>
      </dependency>
      
      Show
      Make sure to use a newline after the last attribute in MANIFEST.MF. Or alternatively, use servlet protocol. Include the following in arquillian.xml: <defaultProtocol type= "Servlet 3.0" /> and use the following Maven dependency: <dependency> <groupId> org.jboss.arquillian.protocol </groupId> <artifactId> arquillian-protocol-servlet </artifactId> </dependency>

    Description

      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.

      Attachments

        Activity

          People

            arubinge@redhat.com Andrew Rubinger (Inactive)
            mkouba@redhat.com Martin Kouba
            Votes:
            7 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: