Abobe Author - Inbox error
Good morning,
on my Author version 6.4.8.4 when I access the inbox (http://localhost:4502/aem/inbox) I get the following error:
An error occurred at line: 25 in the jsp file: /libs/fd/dashboard/tm/gui/components/renderconditions/createformsubmission/createformsubmission.jsp
WorkflowStartpointService cannot be resolved to a type
22: <%
23: %><%@include file="/libs/granite/ui/global.jsp" %><%
24: boolean render = false;
25: WorkflowStartpointService workflowStartpointService = sling.getService(WorkflowStartpointService.class);
26: ArrayList<Startpoint> startpoints = workflowStartpointService.getAllActionableStartpoints(slingRequest.getResourceResolver().adaptTo(Session.class));
27: if (startpoints != null && startpoints.size() > 0) {
28: render = true;
An error occurred at line: 25 in the jsp file: /libs/fd/dashboard/tm/gui/components/renderconditions/createformsubmission/createformsubmission.jsp
WorkflowStartpointService cannot be resolved to a type
22: <%
23: %><%@include file="/libs/granite/ui/global.jsp" %><%
24: boolean render = false;
25: WorkflowStartpointService workflowStartpointService = sling.getService(WorkflowStartpointService.class);
26: ArrayList<Startpoint> startpoints = workflowStartpointService.getAllActionableStartpoints(slingRequest.getResourceResolver().adaptTo(Session.class));
27: if (startpoints != null && startpoints.size() > 0) {
28: render = true;
An error occurred at line: 26 in the jsp file: /libs/fd/dashboard/tm/gui/components/renderconditions/createformsubmission/createformsubmission.jsp
Startpoint cannot be resolved to a type
23: %><%@include file="/libs/granite/ui/global.jsp" %><%
24: boolean render = false;
25: WorkflowStartpointService workflowStartpointService = sling.getService(WorkflowStartpointService.class);
26: ArrayList<Startpoint> startpoints = workflowStartpointService.getAllActionableStartpoints(slingRequest.getResourceResolver().adaptTo(Session.class));
27: if (startpoints != null && startpoints.size() > 0) {
28: render = true;
29: }
How can I solve the problem ?
Thanks
