> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of David
> Jencks
> Sent: Saturday, February 22, 2003 1:43 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-dev] org.jboss.aop.MethodMetaData
>
>
>    public Object resolve(Invocation invocation, String group, String attr)
>    {
>       Method method = MethodInvocation.getMethod(invocation);
>       return getMethodMetaData(method.getName(), group, attr);
>    }
>
> Am I missing something or is this code making the assumption that a
> method's name provides sufficient discrimination amongst all possible
> method metadata?  If so, what is the architectural rationale behind that
> usage?
>

EJB metadata does not take into account method arguments either.

Bill



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to