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

Lucia Jelinkova (JIRA) issues at jboss.org
Wed Aug 20 08:01:37 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-14531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lucia Jelinkova closed JBIDE-14531.
-----------------------------------



No error in JBT 4.2.0 Beta3 - closing this issue. 

> 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
>            Assignee: Snjezana Peco
>             Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1
>
>
> {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 was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list