Posted: Thu Feb 12, 2009 3:45 am Post subject: Capturing XSLT Node Exception
Novice
Joined: 29 Oct 2008 Posts: 10
My XSLTransformation Node is picking up .xsl file from external location, as I don't want to deploy the file with my .bar file.
If the .xsl file is not present at that location what type of error will that XSLT node throw.
How can I caputure that exception in the previous node (java compute node) in the message flow ?
How can I caputure that exception in the previous node (java compute node) in the message flow ?
Exceptions will be cought in the catch terminal of the previous node. You may have to use trycatch node before the XSLT node and design your error handling subflow. Based on the BIP error codes, you can identify the error if it was due to the missing of XSL file. _________________ -----------------------------------------------
It is good to remember the past,
but don't let past capture your future
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum