ejb@glassfish.java.net

Re: EJB Stateful problem

From: Kenneth Saks <Kenneth.Saks_at_Sun.COM>
Date: Thu, 01 Nov 2007 08:47:35 -0400

Roman Pohodzhai wrote:
>
> Hello!
>
> I have some problem with Glassfish V2 B58g and Stateful ejb's.
>
> When I try to lookup any stateful bean from JNDI I always receive a
> new instance of ejb. I expected one instance per session but receive
> new one.
>
Hi Roman,

That's the spec-required behavior. Each injection or lookup of a
stateful session bean results in a new instance with a unique
identity. The current specification does not define any Singleton
behavior. That's a feature under strong consideration for EJB 3.1.

>
>
> Thanks in advance!
>
>
>
> Sincerely,
>
> Roman Pohodzhai
>
>
>
> Spline-software : http://www.spline-software.com
> e-mail: _rpohodzhai_at_spline-software.com_
>
> skype account : rpohodzhai
>
>
>