欢迎使用普元产品知识库,本知识库包含普元应用开发平台EOSPlatform,流程平台BPS,企业服务总线ESB,微服务平台Microservice,运维管理平台Devops,数据集成平台DI

页面树结构

欢迎使用普元文档库

Skip to end of metadata
Go to start of metadata

【问题描述】

BPS7.5使用<wfBase:processGraph processInstID="144443" zoomQuotiety="1" ondblclick="loadItem(this)" /> 显示流程实例图报错:

严重: Servlet.service() for servlet [jsp] in context with path [/testweb] threw exception [An exception occurred processing JSP page /processGraph.jsp at line 11

8: <%@ taglib uri="/WEB-INF/tlds/Workflow.tld" prefix="wfBase"%>

9: <script src="<%=request.getContextPath()%>/workflow/wfcomponent/web/js/Graphic.js"></script>

10: 11:  <wfBase:processGraph  processInstID ="144393"  zoomQuotiety="1"  onclick="alert('hello primeton')" >

12:         <wfBase:activityGraph activityType="start" onclick="alert('start')" />

13:            <wfBase:activityGraph activityType="manual" onclick="alert('manual')" />

14:            <wfBase:activityGraph activityType="route" onclick="alert('route')" /> Stacktrace:] with root cause

java.lang.ClassNotFoundException: org.osoa.sca.ServiceRuntimeException  

at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1333)  

at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1167)  

at java.lang.Class.forName0(Native Method)  at java.lang.Class.forName(Class.java:274)

  ......

【解决方案】

 

项目中缺少依赖的Jar包,引入standard.jar,不再出现上述问题

standard包和页面.zip