I'm using Alfresco Enterprise v4.1.6
I create a new node and then modify some properties of the parents doing a getNodeService().addProperties.
Sometimes, this addProperties fails and give me a org.springframework.dao.ConcurrencyFailureException: Failed to update node 288941
And when it occurs, I can't see the node that I create and can't doing anything on this node. Only works again if I restart Alfresco tomcat server.
I supose that this ocurrs because various users create nodes with same parents and modify the properties at a same time.
What can I do to solve this? How do you modify properties or nodes for avoid this exception?
Thank you!