Yep, you can&#39;t mix client and server interceptors when using the around and within attributes of @Interceptor.<br><br>@Interceptor(type=InterceptorType.CLIENT,<br>         around=AsynchronousInterceptor.class, within = RollbackInterceptor.class)<br>
<br>SecurityInterceptor is a client interceptor, RollbackInterceptor is a server interceptor.<br><br>Looks like the fix has been made.<br><br>In regards to the original problem and how it was fixed, I don&#39;t understand why any interceptor runs for hashCode() and equals(), or at least I would think it would be a rule to intercept these methods rather than an exception. I think perhaps the root interceptor should have an opt-in policy for methods on java.lang.Object.<br>
<br>-Dan<br><br><div class="gmail_quote">On Mon, Apr 20, 2009 at 4:47 AM, Christian Bauer <span dir="ltr">&lt;<a href="mailto:christian.bauer@gmail.com">christian.bauer@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
A change in 2.1 branch in the last 10 days or so had this effect on wiki test run, It&#39;s probably Shane&#39;s change on SecurityInterceptor r10137 related to <a href="https://jira.jboss.org/jira/browse/JBSEAM-4003" target="_blank">https://jira.jboss.org/jira/browse/JBSEAM-4003</a>:<br>

<br>
  [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
   [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
   [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
   [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
   [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
   [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
   [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
   [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
   [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
   [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
   [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
   [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
   [testng] WARN  [org.jboss.seam.Component] Interceptor class org.jboss.seam.security.SecurityInterceptor has different type than within interceptor class org.jboss.seam.transaction.RollbackInterceptor<br>
...<br>
_______________________________________________<br>
seam-dev mailing list<br>
<a href="mailto:seam-dev@lists.jboss.org" target="_blank">seam-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Dan Allen<br>Senior Software Engineer, Red Hat | Author of Seam in Action<br><br><a href="http://mojavelinux.com">http://mojavelinux.com</a><br><a href="http://mojavelinux.com/seaminaction">http://mojavelinux.com/seaminaction</a><br>
<a href="http://in.relation.to/Bloggers/Dan">http://in.relation.to/Bloggers/Dan</a><br><br>NOTE: While I make a strong effort to keep up with my email on a daily<br>basis, personal or other work matters can sometimes keep me away<br>
from my email. If you contact me, but don&#39;t hear back for more than a week,<br>it is very likely that I am excessively backlogged or the message was<br>caught in the spam filters.  Please don&#39;t hesitate to resend a message if<br>
you feel that it did not reach my attention.<br>