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.

