Has anyone gotten <jsp:useBean> style session's to propagate across clusters
in 3.x (3.2.0beta2 in my case)?

For example:

<jsp:useBean id="userInfo" scope="session"
class="org.foo.session.UserInfo"/>

I have found that if I include the <distributable/> tag in my web.xml file,
that any session scoped classes no longer work between pages on the _same_
server instance.  If I set a String member variable in the UserInfo object
on one jsp page and then try to reference it from a second jsp page, it is
always null.  If I remove <distributable/> from web.xml, then the object's
member values do survive across multiple jsp calls.  The UserInfo object is
also not being propagated to any of the cluster nodes either.  (I am running
the "All" target with all default settings).

Dustin Barlow





-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to