Do you have an annotation @Name("mySessionBean") at the class MySessionBean?@In does not define the component, you'll need the @Name annotation at the component's class or else a @Factory somewhere else. See "3.8. Factory and manager components" in the seam reference. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077046#4077046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077046 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
