<inspect bean="GooGooEngine/local"/>
  | 

inspect? Or is that a typo for inject?

EJBs are not deployed as Microcontainer Beans (MC beans). So they are not 
available for injection *in MC style*. However, Andrew recently has written a 
plugin where in you can inject EJB beans through annotations in MC beans. Like 
this:

  | public class MyMCBean
  | {
  | 
  |  @EJB
  |  private MyBusinessInterface ejb;
  | 
  | }

For further reference, see this 
http://exitcondition.alrubinger.com/2008/12/20/doing-two-models-at-the-same-time/

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249965#4249965

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249965
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to