2.15.6 Notes on inceptors
- When there are multiple <interceptor-binding> tags that have specified "*" (wild card) in the <ejb-name> tag, the contents described in the uppermost <interceptor-binding> tag become valid. The subsequent contents are not set.
- In a property file, if there are multiple <interceptor-binding> tags in which the value of the <ejb-name> tag, the <named-method> tag, and all the elements under the <named-method> tag match, the contents described in the upper most <interceptor-binding> tag become valid. The subsequent contents are not set.
- In a DD, if there are multiple <interceptor-binding> tags in which the value of the <ejb-name> tag, the <method> tag, and all the elements under the <method> tag match, the contents described in the upper most <interceptor-binding> tag become valid. The subsequent contents are not set.