Open GoogleCodeExporter opened 8 years ago
This could be related:
http://jira.codehaus.org/browse/GROOVY-1627
Original comment by unisay
on 27 Jun 2011 at 1:52
Hi there,
Thanks for report this issue. Do you want to store GORM entity in process
variables?
I believe this issue related to discussion topic posted by Ned at
http://groups.google.com/group/grails-activiti-plugin/browse_thread/thread/b2edd
15bc137c127, yes/no?
Original comment by sleepwel...@gmail.com
on 28 Jun 2011 at 2:22
Yes, this issue is related to the discussion topic - I want to store GORM
entity in process variable. Currently this doesn't work due to deserialization
bug.
Original comment by unisay
on 4 Aug 2011 at 9:06
Please post your message there, Ned may have solution on it.
Original comment by limchee...@vobject.com
on 5 Aug 2011 at 12:09
Hi there,
I fix this issue for my project. I create class GroovyObjectInputStream that
extends ObjectInputStream and has not issues with deserialization. And then
create custom SerializationVariableType and configure it in
ActivitiGrailsPlugin:
processEngineConfiguration(org.activiti.spring.SpringProcessEngineConfiguration)
{
...
customPreVariableTypes = [new SerializableActivitiType()]
customPostVariableTypes = [new SerializableActivitiType()]
}
Lim Chee Kin, please answer - how do we may to contribute this fix?
Best regards, Ilya
Original comment by Ilya.Dro...@gmail.com
on 21 Jan 2012 at 1:51
Attachments:
Great! Please fork the plugin's source at
https://github.com/limcheekin/activiti and create a "pull request" when you are
done.
FYI, I will be off for holiday on next week, so my response will be slower.
Best regards,
Chee Kin
Original comment by limchee...@vobject.com
on 21 Jan 2012 at 3:20
I believe this code change is unncessary, should have implemented
java.io.Serializable. I included Serializble interface on my
grails-domain-classes and the issue was resolved.
Original comment by labikni...@gmail.com
on 30 Oct 2014 at 9:28
Original issue reported on code.google.com by
unisay
on 27 Jun 2011 at 1:47