> In fact we could TOTALLY do that on the new AOP framework.  If you
> define with an xdoclet tag that a given method is "@jboss:one-way" then
> we put an interceptor that takes fresh thread and returns immediately.
> Me likes.
>

Please check out the metadata stuff I've been doing for the AOP framework.

> The question of how we do it is secondary, either we go purely
> threadLocal (a hack) or we rely on the "invocation' which should contain
> most of the data, Adrian pointed out in the forums that we need to do
> some more leg work on putting data in the invocation, but in any case.
> Associating the data with the thread one way or the other is easy.
>

I have metadata chains defined.  Metadata is found in the following ways.

ThreadLocal->Instance->Method->Class->Default

Again, please see my configuration and metadata thread on the AOP forum.  It
may be applicable to this conversation.

Bill



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to