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!

XREF Error -Invalid metadata for Cross Reference Table

Srinanda DasSep 5 2018 — edited Sep 6 2018

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&lt;Line 26, Column 204&gt;: 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>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2018
Added on Sep 5 2018
4 comments
583 views