0
をDBID使用してREFノードを取得しながら、私が問題に直面しています。私はこの例外を与える管理alf_ticketを渡していますアクセス許可の問題
You do not have the appropriate permissions to perform this operation.
私は何をすべきですか?私はそれが私のために正常に動作しています解決策
NodeRef noderef= (NodeRef) AuthenticationUtil.runAsSystem(new AuthenticationUtil.RunAsWork<Object>() {
public Object doWork() throws Exception {
NodeRef refNode=nodeService.getNodeRef(longNodeRef);
return refNode;
}
});
を得たいくつかの時間を過ごした後