Ok we agree on (1) and (2)
as long as the last part of (1)
means there will be a 

JoinPoint.getMetaData() and
Invocation.getMetaData()

The JoinPoint.getMetaData() allows the lookup to be done at deployment time
but it does not require it. e.g. a perVM transaction demarcation aspect
may choose to do this at runtime via invocation.getMetaData() -> 
joinPoint.getMetaData();

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

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


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to