Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Values received by receive operator isn't getting assigned

3922556Apr 17 2019 — edited Feb 26 2020

So I am trying to create a service that receives the values from JMS adapter and then assigns it to the input variable of Database adapter.. However when I deploy the service and insert a value into the JMS queue i get the following error at the BPEL assigning process:

<bpelFault><faultType>0</faultType><selectionFailure xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"></selectionFailure></bpelFault>

now I dont understand what the issue is.. Because the receive component does receive the correct data (I checked the flow of the service on the console) but when it comes to assigning those values I get an error. And it also says that the values are empty. Anyway Im new to SOA and JDeveloper environment. Provided below are some pictures that may come in handy.. Please let me know what do I do.

BPEL.pngBPEL2.png

Comments
Post Details