I've been thinking about this over the weekend, and what I think I"m going to add is the expansion of CFLOW. Currently CFLOW only looks at the Java call stack. I think I will expand it to look at our metadata chain, or configuration domains.
http://jboss.org/wiki/Wiki.jsp?page=AnnotationsAndAnnotationsInPointcuts So, instead of just a method or contstructor within the call stack, it will try to resolve a metadata reference from the metadata chain. Since ThreadMetaData is in the metadata chain you can set up custom CFLOWs. One thing about this is that we'll probably want "stacked" ThreadMetaData. FOr instance, if we use ThreadMetaData to tag application boundaries, you'll probably be interested in previous values of this threadlocal value. Bill View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831416#3831416 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831416 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
