Hi Guys, Please help. I am gettign following error while trying to populate xref rows in table from XSLT BPEL.
Error Details:
<?xml version="1.0" encoding="UTF-8"?><bpelFault>
<faultType>0</faultType>
<subLanguageExecutionFault xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable">
<part name="summary">
<summary>An error occurs while processing the XPath expression; the expression is ora:doXSLTransformForDoc("../Transformations/Transformation_XREFFinance.xsl", $inputVariable.payload)</summary>
</part>
<part name="code">
<code>XPath expression failed to execute</code>
</part>
<part name="detail">
<detail>XPath expression failed to execute.
An error occurs while processing the XPath expression; the expression is ora:doXSLTransformForDoc("../Transformations/Transformation_XREFFinance.xsl", $inputVariable.payload)
The XPath expression failed to execute; the reason was: javax.xml.transform.TransformerException: oramds:/deployed-composites/POC/XREFProject_rev1.0/Transformations/Transformation_XREFFinance.xsl<Line 26, Column 204>: XML-22044: (Error) Extension function error: Error invoking 'populateXRefRow':'oracle.tip.xref.exception.RepositoryException: Invalid metadata for Cross Reference Table "Employee.xref"
Please ensure the metadata confirms to the XSD.'
Check the detailed root cause described in the exception message text and verify that the XPath query is correct.
</detail>
</part>
</subLanguageExecutionFault>
</bpelFault>