07-08-2016 04:55 PM
10-06-2016 09:46 AM
Your class looks fine, so it must be the Spring context file that is not correct.
I suspect it is your bean ID. As it says in my tutorial, the syntax for the bean ID is:
webscript.package.service-id.method
But yours is "webscript.sudo". Alfresco has no way of knowing which web script you intend to use that class with unless that ID follows the convention. You need to change it to:
webscript.sudo.sudorename.get
Be sure to restart Alfresco after that change.
10-06-2016 10:16 AM
Hi mit patoliya,
Yes that I understand and have since put a freemarker check on the ftl. No the issue is getting the java class called. What could be the cause of the class not to be called?
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.