Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Manifest and Java Stored Procedure

Manifest and Java Stored Procedure

From: Ralph Bilger <ralph.bilger_at_uni-tuebingen.de>
Date: Thu, 22 Jan 2004 13:29:04 +0100
Message-ID: <buofm7$4oe$1@newsserv.zdv.uni-tuebingen.de>


Hi,
I have written a Java-package including a manifest in meta-inf/Manifest.mf. My Java code reads the manifest using the Package class. When executing the code outside of the database via "java -jar packagename.jar" this works perfectly.

Then I loaded the Java-Package into the Oracle DB loadjava packagename.jar and published it as as Stored Procedure (the manifest has been loaded into META-INF/MANIFEST.MF). When running the Stored Procedure the package class is now not able to read infomrations from the manifest (ImplementationVersion, SpecificationVersion). I am using Oracle DB 8.1.7 and 9.

Can somebody help me?
Thank you very much for your help!
Ralph Received on Thu Jan 22 2004 - 06:29:04 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US