cancel
Showing results for 
Search instead for 
Did you mean: 

10060182 Read-Write transaction started within read-only transaction

luoyuke520
Champ in-the-making
Champ in-the-making
  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 !
1 REPLY 1

mrogers
Star Contributor
Star Contributor
Lots more details please.  Please post the relevant bits of your code, in particular where are your transaction boundaries?