[jbosstools-issues] [JBoss JIRA] (JBIDE-14531) Error 'Pack must be specified'

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Sun May 19 18:42:06 EDT 2013


Aslak Knutsen created JBIDE-14531:
-------------------------------------

             Summary: Error 'Pack must be specified'
                 Key: JBIDE-14531
                 URL: https://issues.jboss.org/browse/JBIDE-14531
             Project: Tools (JBoss Tools)
          Issue Type: Sub-task
          Components: testing-tools
            Reporter: Aslak Knutsen


{code}
@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;
   }
}
{code}

Warning from ShrinkWrap: Packt must be specified

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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list