I am getting an ORABPEL-05215 error when I deploy my composite to our 12c development environment. The full message is the following:
There was an error deploying the composite on WLS_SOA1: Deployment Failed: Error occurred during deployment of component: PPLSFT_CRUD_Item_ABCS_prov to service engine: implementation.bpel, for composite: PPLSFT_CRUD_Item_ABCS_prov: ORABPEL-05215 Error while loading process. The process domain is encountering the following errors while loading the process "PPLSFT_CRUD_Item_ABCS_prov" (composite "ItemServices/PPLSFT_CRUD_Item_ABCS_prov!1.0*soa_4eeed66e-77cf-4aa8-a1bd-ca06e231b92e"): Validation of BPEL2.0 process failed.. This error contained an exception thrown by the underlying process loader module. Check the exception trace in the log (with logging level set to debug mode). If there is a patch installed on the server, verify that the bpelcClasspath domain property includes the patch classes.
I looked at the logs and it appears to say my BPEL is not in synch with MDS in the logs.
[2015-11-18T10:01:36.161-06:00] [WLS_SOA1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [host: uxsoadev] [nwaddr: 138.230.209.241] [tid: [ACTIVE].ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: TX12238] [ecid: da35a4bd-8daa-46af-9d69-10ba1e6dab4c-0000976f,0] [APP: soa-infra] [DSID: 0000L4RL64SB1FELJ6U4Uf1MIulG00001l] BPEL/PPLSFT_CRUD_Item_ABCS_prov.bpel:135 error The XPath segment "child::ns4:DataArea" cannot be resolved., Suggested Fix : Check the type definition associated with the BPEL variable. [2015-11-18T10:01:36.161-06:00] [WLS_SOA1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [host: uxsoadev] [nwaddr: 138.230.209.241] [tid: [ACTIVE].ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: TX12238] [ecid: da35a4bd-8daa-46af-9d69-10ba1e6dab4c-0000976f,0] [APP: soa-infra] [DSID: 0000L4RL64SB1FELJ6U4Uf1MIulG00001l] BPEL/PPLSFT_CRUD_Item_ABCS_prov.bpel:135 error Variable "outputVariable" does not have a part named "payload" - check expression segment "$outputVariable.payload"
This composite builds fine on my machine, it just appears that the MDS is not updated. We have tried clearing the MDS cache and restarting the server.
Message was edited by: Tom Henricksen