平时画流程图时每当保存流程图时,哪怕修改很小一点保存都要等上好久,有一分钟左右,特别郁闷。
经过查找终于找到办法,试了一下现在保存流程画不再慢了。
When save the process definition using designer, it is very slow. This is not the issue of jbpm designer, it is because of the xml editor. You can define xml catalog as follow,
1. from menu in Eclipse: Windows->Preferences
2. choose Web and XML-> XML Catalog, click add
3. URI: the local copy of jpdl-3.0.xsd; Key Type: Schema Location; Key: http://jbpm.org/xsd/jpdl-3.0.xsd
This is also apply to all other XML files having schema. Enjoy.
在我本机上设置如下:
Location: D:\MyEclipse5.5.1GA\eclipse\plugin\jbpm-starters-kit-3.1.3\jbpm.3\build\jbpm-3.1.3.jar
URI: file:///D:/MyEclipse5.5.1GA/eclipse/plugin/jbpm-starters-kit-3.1.3/jbpm.3/build/jbpm-3.1.3.jar
Key Type: URI
Key: http://jbpm.org/xsd/jpdl-3.0.xsd
本文介绍了一种解决使用设计师保存流程定义时速度过慢的方法。通过定义XML目录,可以显著提高保存流程图的速度,这一解决方案同样适用于其他带有模式验证的XML文件。

393

被折叠的 条评论
为什么被折叠?



