Regardless of Seam, all EJBs in the same ejb-jar should have unique ejb names.
Try annotating the SFSB classes with @EJB(name="beanX"), this may solve the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054179#4054179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054179 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
