users@glassfish.java.net

Re: Stateful EJB state replication on GlassFish cluster.

From: <forums_at_java.net>
Date: Thu, 10 Jan 2013 18:37:36 -0600 (CST)

Not much! Just package your StatefulEJB as part of your .war. I am assuming
that you will be creating the StatefulEJB from a Servlet. All you have to do
is to put the EJB reference into the Servlet's HTTPSession. GlassFish EJB
container will replicate the Stateful EJB's state at the end of each business
method. HTH

--
[Message sent by forum member 'mk111283']
View Post: http://forums.java.net/node/893769