[ 
https://issues.apache.org/jira/browse/GERONIMO-6038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058155#comment-13058155
 ] 

David Blevins commented on GERONIMO-6038:
-----------------------------------------

This appears to be an issue with scanning CDI beans and the 
GeronimoResourceInjectionService.  It's a bare bean with no other annotations 
other than @EJB.  We currently only scan for beans annotated with @Produces 
then we scan those classes for @Resource and @EJB, etc.  We just need to widen 
our scope.  Not too tricky as the xbean-finder code has been in proved so that 
we can get a list of all the possible CDI beans.  We just need to scan that 
regardless of if @Produces is used.


> testNonContextualSessionBeanReferenceIsIntercepted(org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonContextualEjbReferenceTest)
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-6038
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6038
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>            Reporter: David Blevins
>            Assignee: David Blevins
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to