[jboss-user] [JBoss Seam] - Re: Debuggers can cause early bijection

norman.richards@jboss.com do-not-reply at jboss.com
Wed Dec 13 11:49:36 EST 2006


You can use @Intercept to set a different interception policy.   @Intercept(InterceptType.INVOKE_APPLICATION) should limit interception to only occur during invoke application phase, for example.  I'm not sure what makes sense in your application, but that would be one avenue to explore in the short term.

Perhaps in the long term @Intercept(InterceptType.NEVER) should be applicable to individual methods?  I guess we'll have to see what Gavin thinks about this.

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

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



More information about the jboss-user mailing list