[jboss-user] [EJB 3.0] - Re: How to Call one EJB from another remotely?

ebross do-not-reply at jboss.com
Wed May 23 10:17:45 EDT 2007


Assuming 
  public class StatelessA{} and 
  public class StatelessB{}

To use StatelessB in StatelessA, try:


  | public class StatelessA{
  | 
  |  @EJB StatelessB statelessB;  
  | 
  | ...
  | 
  | } 




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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047913



More information about the jboss-user mailing list