Does bursting support 'XSL-XML' template type?
Hi Oracle Community,
We are trying to burst an XML file using XSL-XML as the template type but errors out with FileNotFoundException. The xml output is an empty file with 0 byte.
Here is the log:
java.io.FileNotFoundException: /tmp/040620_211813091/xxxxxx.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:146)
at java.io.FileInputStream.<init>(FileInputStream.java:101)
at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:542)
at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:309)
at oracle.apps.fnd.cp.request.Run.main(Run.java:159)