Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-544

Manual contains invalid code: ShrinkWrap.create("test.war", WebArchive.class)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Trivial
    • 1.0.0.CR3
    • 1.0.0.CR2
    • None
    • None

    Description

      ShrinkWrap.create("test.war", WebArchive.class)
      should be
      ShrinkWrap.create(WebArchive.class, "test.war")

      Might show up more than once with ShrinkWrap.create

      Attachments

        Activity

          People

            Unassigned Unassigned
            gdesmet@redhat.com Geoffrey De Smet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: