[jboss-user] [JBoss Seam] - Re: When do I need a @Factory?

stephen.friedrich do-not-reply at jboss.com
Wed Aug 22 16:20:06 EDT 2007


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



More information about the jboss-user mailing list