mardi, juin 08, 2010

Fix for a BPEL ora:processXSLT FOTY0001 error

(Ce problème sera traité en anglais)

You will find a number of topics on web forums about the FOTY0001 error occuring in BPEL workflows (mostly, the XSL file is not put in the right path althought you're thinking it does) when doing a processXSLT operation.

If none of them works, you should have a look at your XSL stylesheet. The cause of the error could be in the stylesheet itself.

In my case, something that was working in a older oracle server was not working anymore.

< myattribute="myvalue"> was causing the issue.

I had to declare correctly :

< name="myattribute"> myvalue < /xsl:attribute>

Aucun commentaire: