Dear appfusers, I've been trying to debug "setAttribute: Non-serializable attribute" issue that occurs when I navigate to my forms which are modeled very closely after appfuse tutorials.
I understand that it is the <distributable/> tag at work here, posing a strict serialization requirement on anything that enters the session under Tomcat. I checked the Customer class which is the focus of the form, and it serializes fine. I checked the LocationManager which I also attach to the form's bean and found the following: java.io.NotSerializableException: org.springframework.beans.factory.support.DefaultListableBeanFactory However, an attempt to serialize appfuse's UserManager is also futile, but everything works with the UserForm, so ... I guess the problem is not with the manager. Hence, I have a question: can this error be caused only by some non-serializable stuff in the backing bean of an action http://pastebin.com/m70131e8e - code at pastebin - , or in the xhtml [jsf + facelets] also ? Any help would be very much appreciated ! -- View this message in context: http://www.nabble.com/Non-serializable-attribute-blues.---JSF%2BTomcat--tf4471692s2369.html#a12750015 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
