Hi,

I have a SFSB with an Interceptor which wraps all methods of this bean and 
checks if the user rights for this bean do exist. If the rights are present 
then invocation.proceed() is called. The interceptor works fine, however if the 
last method with the @end annotation is called, then the method destroy() which 
is annotated with @destroy and @remove gets not called anymore. The consequence 
is that the resources for the SFSB don“t get released. Is there a way to solve 
this problem?

many thanks

hans

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963379#3963379

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963379

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to