Not explicitly storing anything in the HttpSession, not calling
setAttribute() anywhere in code. The only session-specific stuff going
on is Tapestry's management of pages and properties.

On 3/17/06, Sergei Dubov <[EMAIL PROTECTED]> wrote:
> Are you actually storing pages in the HttpSession?.. :-) Wow.
>
> -S
>
> RR wrote:
>
> >I have an application with multiple pages, all of which implement
> >Serializable and contain multiple persistent properties. Implementing
> >the abstract model suggested in TIA, all of these pages are also
> >abstract and thus "enhanced" on-the-fly. Upon testing the application
> >in a clustered Tomcat 5.0.30 environment, I'm witnessing:
> >
> >12:24:43,788 ERROR
> >org.apache.catalina.cluster.tcp.TcpReplicationThread[2] [Delt
> >                                                         aManager]
> >Unable to receive message through TCP channel
> >java.lang.ClassNotFoundException:
> >org.test.pages.organizations.OrgInfo$Enhan
> >                                      ce_63
> >
> >
> >So my question is, are abstract pages with persistent-properties
> >really clusterable?
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to