[arquillian-issues] [JBoss JIRA] (ARQ-1249) Deployment to GF fails if .war extension is missing

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Mon Jun 3 23:34:54 EDT 2013


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

Aslak Knutsen closed ARQ-1249.
------------------------------

         Assignee: Aslak Knutsen
    Fix Version/s: 1.0.4.Final
       Resolution: Duplicate Issue


This duplicated this: ARQ-863
                
> Deployment to GF fails if .war extension is missing
> ---------------------------------------------------
>
>                 Key: ARQ-1249
>                 URL: https://issues.jboss.org/browse/ARQ-1249
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: GlassFish Containers
>            Reporter: Fabian Schwarzer
>            Assignee: Aslak Knutsen
>             Fix For: 1.0.4.Final
>
>
> If you try to deploy a WebArchive like so,
> {code:borderStyle=solid}
> final WebArchive archive = ShrinkWrap.create( WebArchive.class, "ArquillianTest" );
> {code}
> you will get a NPE, that does not give you any clue about how to fix the problem.
> In order to fix it, you have to write "ArquillianTest.war" and not "ArquillianTest".
> It would be nice if there was a error message that pointed you to the error, instead of a meaningless NPE.

--
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 arquillian-issues mailing list