liferay 7
I have a remote service for one of my service builder entity and I would like to create a method accessible without any authentication (no p_auth parameter or authentication header).
I added the @AccessControlled(guestAccessEnabled = true) to my method but it does not seem to work as it should. When I click "Execute" button I got an exception :
"Access denied to package.classname#methodName"
Is it a known bug?
Thank you!