Greetings, I am using org.apache.jackrabbit.ocm.spring.JcrMappingTemplate to access the repository. I am able to create/read/delete the mapped object on to the repository, but I cannot update. There are no exception thrown or logged, the jcrMappingTemplate.save() seems to execute successfully, but when I view the repository, I do not see the updated value to the property.
The same update operation works when I using JCR api directly, but nothing gets updated when I use the JcrMappingTemplate. Has anyone experienced this behavior? Any advice and suggestion is greatly appreciated. Thanks -- View this message in context: http://www.nabble.com/Cannot-update-node%27s-property-using-JcrMappingTemplate-tp15174683p15174683.html Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.
