Does jboss-deployment-structure.xml support the wildcards in JBoss EAP 6?
Issue
- Is it possible to define the wildcards in
jboss-deployment-structure.xmlfile?
<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.xmlfile?
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.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
