Only using "@Name" doesn't make it an EJB, you could use @In to inject it as name made it a seam component, or you could make it an EJB using @Stateful or @Stateless.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118247#4118247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118247 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
