[jira] [Commented] (GERONIMO-6038) testNonContextualSessionBeanReferenceIsIntercepted(org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonCo

2011-07-14 Thread David Blevins (JIRA)

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

David Blevins commented on GERONIMO-6038:
-

public class Cruiser implements Ship
{

   @EJB
   MissileLocal missile;   never injected

   public void defend()
   {
  missile.fire();
   }
}


 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




[jira] [Commented] (GERONIMO-6038) testNonContextualSessionBeanReferenceIsIntercepted(org.jboss.jsr299.tck.tests.interceptors.definition.enterprise.nonContextualReference.SessionBeanInterceptorOnNonCo

2011-06-30 Thread David Blevins (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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