[jboss-user] [JBoss Seam] - Re: Seam 1.1.0 - Injecting EJB's - Not Working
sbublava
do-not-reply at jboss.com
Tue Jan 9 10:47:54 EST 2007
anonymous wrote :
| For me - the disconnect is the instantiate or create concept - since I am typically asking the container to provide a reference to a bean looked up via JNDI, I don't consider my application to be instantiating or creating session beans; I thought the container takes care of creation / instantiation automatically
|
I believe you may be mixing up Seam components (managed with @In) and EJB session beans (managed with @EJB), because Seam components can be (and often are) implemented as session beans.
Thanks,
Stephan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999516#3999516
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999516
More information about the jboss-user
mailing list