Hi Team,
Currently I am working on hippo upgrade from 11.2.14 to 12.6.6. So I wanted to update the field property of hippo document through program based on certain conditions.
When save() is called on WorkflowPersistenceManager instance it is giving me following exception.
org.hippoecm.hst.content.beans.ObjectBeanPersistenceException: javax.jcr.RepositoryException: configuration problem
As mentioned on site, the default user is sitewriter and should have write permissions.
I already given that. The code works fine on version 11.2.14. Is there anything changed on version 12 from WorkflowPersistenceManager point of view?
Any help appreciated.
Thanks,
Priyanka