[jboss-user] [JBoss AOP] - Re: Accessing call stack from invocation object

2008-10-21 Thread oenyinna
Thank you very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183386#4183386 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183386 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: Accessing call stack from invocation object

2008-10-20 Thread [EMAIL PROTECTED]
Unfortunately, no. However, the code should be pretty simple, something along the lines: public class MyAspect | { |ThreadLocalCollectionyourstuff previousInvocations = new ThreadLocal() |{ |public Collectionyourstuff initialValue() |{ | return new

[jboss-user] [JBoss AOP] - Re: Accessing call stack from invocation object

2008-10-18 Thread [EMAIL PROTECTED]
No, you would need to do this yourself with an aspect applied to all your woven joinpoints using a stack stored in a Threadlocal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183026#4183026 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Accessing call stack from invocation object

2008-10-18 Thread oenyinna
Do you know where I can get sample code in which this is done? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183034#4183034 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183034