]
Thomas Diesler reassigned AS7-5065:
-----------------------------------
Assignee: Thomas Diesler
WEB-INF/classes always created as ResourceRoot
----------------------------------------------
Key: AS7-5065
URL:
https://issues.jboss.org/browse/AS7-5065
Project: Application Server 7
Issue Type: Feature Request
Components: OSGi, Web
Reporter: Thomas Diesler
Assignee: Thomas Diesler
WEB-INF/class is created as ResourceRoot even if it does not exist. Various DUPs (not
only in the web subsystem) seem to rely on this bug with code like this
{code}
// look for persistence.xml in war files in the META-INF/persistence.xml directory
List<ResourceRoot> resourceRoots =
deploymentUnit.getAttachment(Attachments.RESOURCE_ROOTS);
assert resourceRoots != null;
for (ResourceRoot resourceRoot : resourceRoots) {
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: