[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1555) Most specific interceptor order binding should be used
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Tue Oct 28 11:29:21 EDT 2008
Most specific interceptor order binding should be used
------------------------------------------------------
Key: EJBTHREE-1555
URL: https://jira.jboss.org/jira/browse/EJBTHREE-1555
Project: EJB 3.0
Issue Type: Bug
Reporter: Carlo de Wolf
Assignee: Carlo de Wolf
Priority: Critical
Fix For: 1.0.0-CR1
In the following descriptor, the first interceptor order is used on methodWithOwn, instead of the second.
<interceptor-binding>
<ejb-name>OrderedSLSB</ejb-name>
<interceptor-order>
<interceptor-class>org.jboss.ejb3.test.interceptors2.AnnotatedClassInterceptor3</interceptor-class>
<interceptor-class>org.jboss.ejb3.test.interceptors2.XMLClassInterceptor3</interceptor-class>
<interceptor-class>org.jboss.ejb3.test.interceptors2.DefaultInterceptor</interceptor-class>
</interceptor-order>
</interceptor-binding>
<interceptor-binding>
<ejb-name>OrderedSLSB</ejb-name>
<interceptor-order>
<interceptor-class>org.jboss.ejb3.test.interceptors2.XMLMethodInterceptor</interceptor-class>
<interceptor-class>org.jboss.ejb3.test.interceptors2.DefaultInterceptor</interceptor-class>
<interceptor-class>org.jboss.ejb3.test.interceptors2.AnnotatedMethodInterceptor</interceptor-class>
</interceptor-order>
<method>
<method-name>methodWithOwn</method-name>
</method>
</interceptor-binding>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list