To start a user transaction, use the following rhino-console command or related MBean operation.
Console command: startusertransaction
Command  | 
startusertransaction
    Start a client-demarcated transaction. Note that only a limited set of Rhino
    management operations support user transactions
 | 
|---|---|
Example  | 
$ ./rhino-console startusertransaction  | 
MBean operation: startUserTransaction
MBean  | 
|
|---|---|
Rhino extension  | 
void startUserTransaction()
    throws com.opencloud.rhino.management.usertx.NoAuthenticatedSubjectException,
          NotSupportedException, ManagementException;
 | 
