That was the problem, added the "static" quick fix and everything now operating as expected.
Thanks for the help! On 3/19/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > That was my first thought; that he was storing an inner-class into the > session. Don't do that! > > > On 3/19/06, Sebastiaan van Erk <[EMAIL PROTECTED]> wrote: > > I once had a page in the HttpSession, and it took me a while to figure > > out why (since I definately did not put it there explicitly!!!). > > > > Anyway, it turned out that somewhere where I used an inner class for a > > something I *did* put in the session, and I had forgotten to make it a > > *static* inner class... :-) > > > > Took me a while to figure that one... > > > > Greetings, > > Sebastiaan > > > > Sergei Dubov 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] > > > > > > > -- > Howard M. Lewis Ship > Independent J2EE / Open-Source Java Consultant > Creator, Jakarta Tapestry > Creator, Jakarta HiveMind > > Professional Tapestry training, mentoring, support > and project work. http://howardlewisship.com > > --------------------------------------------------------------------- > 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]