Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Labels:None
-
Environment:Grails 1.3.7 Terracotta Web Session 3.4.0
Description
Any domain classes/controllers that use attachmentable can't submit their forms. Terracotta complains the class com.macrobit.grails.plugins.attachmentable.core.ajax.ProgressDescriptor is not serializable (I checked its not). I think anything that can go into the sesssion object is supposed to be serializable.
Error 500:
Servlet: default
URI: /dpCompany/save
Exception Message:
com.macrobit.grails.plugins.attachmentable.core.ajax.ProgressDescriptor
Caused by: java.io.NotSerializableException:
com.macrobit.grails.plugins.attachmentable.core.ajax.ProgressDescriptor
Class: AjaxMultipartResolver
At Line: [54]
To reproduct: runs grails webapp attached to Terracotta 3.4.1 web sessions, then submit a form that uses attachments.