"wolfc" wrote :
| We need to identify all scenarios in which methodApplicapleInterceptorClasses is null
so we can come up with the proper fix.
One of the simplest valid cases would be a bean having no Interceptor(s) declared:
| @Stateless
| public class SimpleBean implements NoInterceptor
| {
| public void doNothing()
| {
| ....
| }
|
| }
There wont be any interceptors applicable (i.e. methodApplicapleInterceptorClasses ==
null) for that business method.
anonymous wrote : This needs to be properly fixed, so the assertion can take hold
What is the use case where this assertion should hold? From the above example, i think its
a valid scenario to have no interceptors applicable for a given method. Am i missing
something?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206887#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...