[jboss-jira] [JBoss JIRA] (WFLY-5986) WFLYSRV0058: Additional resource root .. added via jboss-deployment-structure.xml does not exist when absolute path used
Brad Maxwell (JIRA)
issues at jboss.org
Tue Jan 12 14:56:00 EST 2016
Brad Maxwell created WFLY-5986:
----------------------------------
Summary: WFLYSRV0058: Additional resource root .. added via jboss-deployment-structure.xml does not exist when absolute path used
Key: WFLY-5986
URL: https://issues.jboss.org/browse/WFLY-5986
Project: WildFly
Issue Type: Bug
Components: Server
Affects Versions: 10.0.0.CR5
Reporter: Brad Maxwell
Assignee: Jason Greene
Using:
{code}
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
<deployment>
<resources>
<resource-root path="/home/test/my.jar" />
</resources>
</deployment>
</jboss-deployment-structure>
{code}
It fails to locate the resource-root:
{code}
WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0058: Additional resource root /content/app1.war//home/test/my.jar added via jboss-deployment-structure.xml does not exist
{code}
Looks like src/main/java/org/jboss/as/server/deployment/module/descriptor/DeploymentStructureDescriptorParser.java
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list