Does jboss-deployment-structure.xml support the wildcards in JBoss EAP 6?

Solution Unverified - Updated -

Issue

  • Is it possible to define the wildcards in jboss-deployment-structure.xml file?
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.1">
    <deployment>
        <dependencies>
            <system export="true">
                <paths>
                    <path name="com/sun/org/apache/xalan/**"/>
                </paths>
            </system>
        </dependencies>
    </deployment>
</jboss-deployment-structure>
  • Is it possible to specify Ant-Like or other Wildcards in system in dependencies in jboss-deployment-structure.xml file?

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 6.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.