Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apache fop-0.20.5 pl/sql wrapper

user453350May 21 2007 — edited May 21 2007
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 ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 18 2007
Added on May 21 2007
2 comments
377 views