I am using Spring, Hibernate and Activiti.
The documentation says that Activiti will store ids to JPA objects (and I presume not serialize them), however it seems to be serializing mu Hibernate objects.
I thought Hibernate was an implementation of JPA.
Do I have to do something special for Activiti to recognise my Hibernate objects as JPA objects and not serialize the whole object tree?