I use cma-alfresco-4.0.d-C to help other project use alfresco remote API,and alfresco version is 4.2.c. It's ok when I use the class com.rivetlogic.core.cma.api.NodeService and method moveNode(Ticket ticket, NodeRef nodeToMoveRef,NodeRef newParentRef),but It's a exception when use method for moveNode(Ticket ticket, NodeRef nodeToMoveRef,NodeRef newParentRef, QName assocTypeQName, QName assocQName) ,the exception detail is :10060182 Read-Write transaction started within read-only transaction,so what can do?
thanks !