[jboss-user] [JBoss Seam] - Re: Seam + JBoss AOP
asookazian
do-not-reply at jboss.com
Tue Nov 20 11:48:10 EST 2007
"damatrix" wrote : EJB interceptors cannot be used on Seam POJOS. Is it a good idea to use JBoss AOP to create interceptors for a Seam POJOs?
this is not true. I am using EJB3 interceptors on Seam SFSB's (conversation-scoped and session-scoped) and SLSB. I am seeing the output in the log for my LoggingInterceptor:
| 2007-11-15 16:11:54,704 INFO [com.cox.beans.interceptor.LoggerInterceptor] *** Entering method: getNoteText
In my case, the interceptors are configured in the ejb-jar.xml (not class or method level).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106472#4106472
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106472
More information about the jboss-user
mailing list