[jboss-jira] [JBoss JIRA] (WFLY-5985) 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:30:00 EST 2016


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

Brad Maxwell updated WFLY-5985:
-------------------------------
          Component/s: Server
          Description: 
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

  was:

{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}

{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}

    Affects Version/s: 10.0.0.CR5


> 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: 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