[cdi-dev] [JBoss JIRA] Created: (CDI-128) We need a CDIInvocationContext which provides a getAnnotated
Richard Hightower (JIRA)
jira-events at lists.jboss.org
Wed May 11 17:30:18 EDT 2011
We need a CDIInvocationContext which provides a getAnnotated
------------------------------------------------------------
Key: CDI-128
URL: https://issues.jboss.org/browse/CDI-128
Project: CDI Specification Issues
Issue Type: Feature Request
Reporter: Richard Hightower
The issues with InvocationContext is it was designed before CDI as part of EJB 3. In CDI, the meta-data will likely exist in an annotation, but it could exist in an XML file (Candi, and Seam XML Extension for CDI).
For example, I am working on creating a standard interceptor for JCache 107. I can read the annotation from the getMethod of the InvocationContext, but if someone added the interception meta-data in an XML file, then it will not be available to InvocationContext.getMethod().getAnnotation(Cacheable.class).
I propose we have an extension interface that extends InvocationContext called CDIInvocationContext that has a getAnnotated. This way if someone annotates in an XML file, then it is available to implementors for interceptors.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the cdi-dev
mailing list