Apache fop-0.20.5 pl/sql wrapper
Hello,
I need to create a pl/sql procedure that should render pdf documents using an xsl-fo stylesheet and an xml containing the data.
I try Apache fop 0.20.5 in my java environment and see that this is working very well.
Therefore I decided to load (loadjava) the needed jars into my Oracle 9i (9.2.0.5) database.
I run into problems when i try to load batik.jar because there are references that are not solved.
For example there is a reference to com\sun\image\codec\jpeg\JPEGCodec.class that should be in the jdk but is not present in my database.
How is this possible ?
I read also the Metalink article 363757.1 that doesn't solve my problem.
Is there anybody that can post a working procedure to do that ?