最近开发BPM中遇到一些问题记录一下
1.
ORAMED-03303:[Unexpected exception in case execution]Unexpected exception in request response operation “process” on reference “messageSend”. Possible Fix:Check whether the reference service is properly configured and running or look at exception for analyzing the reason or contact Oracle Support Services. Cause: oracle.fabric.common.FabricException: java.lang.NullPointerException
看问题原因就可以知道,在messageSend 接口中没能找到process的操作,报了空指针,查看控件对应源码,控件绑定的port为空,添加绑定方法地址就可以了
添加WSDL引用的地址:

Oracle BPM 问题
最新推荐文章于 2021-04-05 05:33:05 发布
本文记录了解决BPM开发过程中遇到的ORAMED-03303错误的过程。该错误源于messageSend接口未能正确执行process操作导致的空指针异常。通过检查并配置相关服务,最终定位到控件绑定的port为空的问题,并成功通过添加正确的绑定方法地址解决了这一问题。
3725

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



