// execute the action
log.debug("executing action '"+action+"'");
String lockOwnerId = "token["+token.getId()+"]";
try {
if (actionMustBeLocked) {
token.lock(lockOwnerId);
}
if (UserCodeInterceptorConfig.userCodeInterceptor!=null) {
UserCodeInterceptorConfig.userCodeInterceptor.executeAction(action, executionContext);
} else {