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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...