2016-08-10 1 views
0

을 DBID 사용하여 참조 노드를 가져 오는 동안 나는이 문제에 직면하고있다. 나는이 예외를주는 관리자 alf_ticket을 전달하고있다.권한 문제

You do not have the appropriate permissions to perform this operation. 

나는 무엇을해야합니까?

답변

0

약간의 시간을 보내고 난 후에 나는 솔루션

NodeRef noderef= (NodeRef) AuthenticationUtil.runAsSystem(new AuthenticationUtil.RunAsWork<Object>() { 
       public Object doWork() throws Exception { 
        NodeRef refNode=nodeService.getNodeRef(longNodeRef); 
       return refNode; 
       } 
      }); 

나를 위해 잘 작동하고 있어요.