JBoss Community

Is it possible to add classloader root with wildcard pattern?

reply from Zemian Deng in JBoss Microcontainer - View the full discussion

Just a suggestion, would these usage be more intuiative to the user (using full regular expression pattern for matches)?

 

Use URL query parameter:
<root>file:///opt/lib?file-re-pattern=.*jar</root>

Or extend root element with attribute:
<root file-re-pattern=".*jar">file:///opt/lib</root>






Reply to this message by going to Community

Start a new discussion in JBoss Microcontainer at Community