This content has been marked as final.
Show 1 reply
-
1. Re: Avoid using hibernate in JBPM 4.4
dsalvi Dec 28, 2011 2:44 PM (in response to dsalvi)Hi,
I have managed to avoid the exception by declaring my custom object as serializable.
Regarding persistence I am using HSQL without writing any file (memory tables), but I am still interested in removing all the hibernate from JBPM if possible.
Dario