]
Snjezana Peco reassigned JBIDE-19349:
-------------------------------------
Assignee: Snjezana Peco
Fix ShrinkWrap Archive file location validation issues
------------------------------------------------------
Key: JBIDE-19349
URL:
https://issues.jboss.org/browse/JBIDE-19349
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: arquillian
Affects Versions: 4.3.0.Alpha1
Reporter: Lucia Jelinkova
Assignee: Snjezana Peco
In JBIDE-14782, the validation was solved only partially. These issues still remain:
- EAR - no validation for application.xml
- WAR
-- validation for beans.xml and web.xml going to WEB-INF
--- addAsManifestResource - OK
--- addAsWebResource - NOK
-- validation for persistence.xml and ejb-jar.xml
--- addAsWebInfResource - OK
--- addAsWebResource - NOK