jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: Create stateless bean from stateful bean"

To view the discussion, visit: http://community.jboss.org/message/578041#578041

--------------------------------------------------------------
> piotrekde wrote:
> 
> I didn't know that @EJB gives reference backed by stateless beans pool - I 
> thought that's just single stateless bean injection. 
Yeah, an @EJB internally injects a proxy similar to what you would have got 
when you do a JNDI lookup. And it's only when you invoke on that SLSB, that the 
instance association happens. It's the same irrespective of whether you use 
JNDI lookup or @EJB injection.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/578041#578041]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to