XMLWordPrintable

      @RunWith(Arquillian.class)
      public class ManagerTest
      {
         @Deployment
         public static Archive<?> createDeployment()
         {
            JavaArchive archive = ShrinkWrap.create(JavaArchive.class, "test.jar")
                  .addPackage(ManagerTest.class.getPackage());
            return archive;
         }
      }
      

      Warning from ShrinkWrap: Packt must be specified

      Probably something wrong with the context the deployment method is executed in.

              snjeza_jira Snjezana Peco (Inactive)
              aslak@redhat.com Aslak Knutsen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: