Re: Implementing applyAcl method

2014-09-19 Thread Florian Müller
Hi Muhammed, You are probably assembling an ObjectInfo object when you compile an ObjectData object on the server side. The ObjectInfo.hasAcl() method must return true, if the object has an ACL. If it returns false, then the server framework doesn't generate the appropriate link. And if the cl

Implementing applyAcl method

2014-09-19 Thread Muhammed Olgun
Hi, I'm implementing an OpenCMIS server. I have a problem with applyAcl method. I implemented applyAcl methods (both for AtomPub and others) in my CmisServer interface but when I try to apply an ACL from the Chemistry Workbench I got this exception; 17:01:15 ERROR hemistry.opencmis.workbench.Cli