XSLTClassic: Failed Secure Java Extensions check. for custom java functions
Hello Team,
I am new OBIP. I am trying to call custom java function from rtf template. I am getting the following exception. I created the java custom utility using the document (https://www.oracle.com/technetwork/middleware/bi-publisher/wp-bip11g-java-extensions-2212134.pdf). Could you please help me to fix the issue.
This is the rtf file template.
tag for the field : <?QRExtn:generateQR(QR_DATA)?>
Error:
WARNING: javax.servlet.ServletException: oracle.xdo.XDOException: oracle.xdo.XDOException: XSLTClassic: Failed Secure Java Extensions check.
at oracle.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:472)
at oracle.xdo.servlet.XDOServlet.doGet(XDOServlet.java:280)
at oracle.xdo.servlet.XDOServlet.doPost(XDOServlet.java:313)