Wildcard (*) for ejb-name should work for all applicable occurences
of the ejb-name element
-------------------------------------------------------------------------------------------
Key: WFLY-3838
URL:
https://issues.jboss.org/browse/WFLY-3838
Project: WildFly
Issue Type: Feature Request
Components: EJB
Affects Versions: 8.1.0.Final
Reporter: Jan Martiska
Fix For: 10.0.0.Beta1
As implemented via WFLY-3497, ejb-name element of jboss-ejb3.xml now accepts a wildcard
(*) to denote all EJBs in a deployment. This should work for applicable occurences, but it
only seems to work when specifying transaction timeouts.
This currently doesn't work:
- assembly-descriptor/exclude-list/method/ejb-name=* (to declare method exclusions)
- assembly-descriptor/method-permission/method/ejb-name=* (to declare method
permissions)
I prepared a testcase which demonstrates this (and is currently failing):
https://github.com/jmartisk/wildfly/commit/eaad1da5e9a6553f4365d650f40821...