When you add or remove rule set from the decision service you will get following type of error and warning during compilation
This compilation error comes due to change in namespace in Rule's wsdl file(e.g xyzRule_DecisionService_1.wsdl) by the JDeveloper. Its a bug in JDeveloper.
It changed from
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
to
xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
Just revert it to
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
back after add or remove rule set from the decision service.
Error(53): The role named "IDecisionService_Role" on this partnerLinkType uses portType "null" which is not defined anywhere
Warning(126): The activity <bpel:invoke> refers to a bpel:partnerLink (via the attribute "partnerLink") - this bpel:partnerLink needs to be defined correctly.
This compilation error comes due to change in namespace in Rule's wsdl file(e.g xyzRule_DecisionService_1.wsdl) by the JDeveloper. Its a bug in JDeveloper.
It changed from
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
to
xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
Just revert it to
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
back after add or remove rule set from the decision service.
This is great! You solved lot of time for me. Thanks for this Blog Post.
ReplyDeleteMahesh Adepu
Thank you - This specific fix solved my problem invoking a Business Rule.
ReplyDeletethank you so much
ReplyDeleteThanks alot. It worked as expected.
ReplyDeleteJust one small suggestion to readers :
I had same issue in my JDev 12c (12.2.1), I was already having namespace as is been asked to change -- "xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" "
But still error persisted.
Later I changed it to other url : - "http://schemas.xmlsoap.org/ws/2003/05/partner-link/" --- This Time it worked.
Hi !!! Thanks a lot... It resolved perfect !!!
ReplyDeleteGreat tips, many thanks for sharing. I have printed and will stick on the wall! I like this blog. Procesos Administrativos
ReplyDelete