Hi All,
We are using JDev 11.1.1.6 to create our SOA composites, and in one of our tranformations we are using 2 source variables. We are using BPEL 2.0. In that case, the ora:doXSLTransformForDoc function takes 4 parameters. When we deploy it to 11.1.1.6 environment it gets deployed successfully and runs fine. However, when we deploy it to 11.1.1.3 environment (PS2), the deployment fails and complains as follows:
FATAL_ERROR: in GetPandCAProcess.bpel(207): Check functions in XPath expressions
Too many arguments to function "ora:doXSLTransformForDoc" in <bpel:from>; no more than 3 arguments are needed.
Remove arguments from the call to function "ora:doXSLTransformForDoc".
<Jul 5, 2013 4:11:32 AM EDT> <Error> <oracle.soa.bpel.engine.deployment> <BEA-000000> <<CubeProcessLoader::create>
- java.lang.Exception: BPEL compilation failed
at com.collaxa.cube.lang.compiler.BPEL2Processor.createCubeProcess(BPEL2Processor.java:198)
at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:61)
at
Could you please let us know if its a known issue?
Thanks.