[jboss-jira] [JBoss JIRA] (WFLY-5985) WFLYSRV0058: Additional resource root .. added via jboss-deployment-structure.xml does not exist when absolute path used
Stuart Douglas (JIRA)
issues at jboss.org
Mon Jan 18 19:29:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-5985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas reassigned WFLY-5985:
------------------------------------
Assignee: Stuart Douglas (was: Jason Greene)
> WFLYSRV0058: Additional resource root .. added via jboss-deployment-structure.xml does not exist when absolute path used
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-5985
> URL: https://issues.jboss.org/browse/WFLY-5985
> Project: WildFly
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.0.CR5
> Reporter: Brad Maxwell
> Assignee: Stuart Douglas
>
> 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