jungm commented on PR #89:
URL: https://github.com/apache/openwebbeans/pull/89#issuecomment-2213952852

   Had a private conversation with @struberg on this as well, this is very 
likely a Mojarra bug because they use CDI in a non-portable way that isn't 
actually defined anywhere (backing your opinion @rmannibucau)
   
   The registered beans are just normal managed beans and thus beanClass must 
point to the bean class and not the extension that registers them:
   > A managed bean is a bean that is implemented by a Java class. This class 
is called the bean class of the managed bean.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openwebbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to