[jboss-user] [Microcontainer] - Re: Accessing EJB's with custom annotations.
ALRubinger
do-not-reply at jboss.com
Fri Feb 20 01:24:54 EST 2009
Ah, you're tackling this from the other end.
ejb3-mc integration as described in the blog post is how I enabled @EJB injection into MC Beans.
Here you're trying for custom annotation support on EJBs. As EJB bean impl classes are not installed as MC beans, the annotation plugin is not getting called.
To complete the equation we'd need to revisit the EJB injection framework to leverage MC a bit more to do both this example, and stuff like @Inject MC beans into EJBs.
S,
ALR
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211690#4211690
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211690
More information about the jboss-user
mailing list