Jar file issue

hi


we are trying to upload supported jars to database jvm using loadjava utility.

but some of the classes are invalid.

gives ORA-29534: referenced object could not be resolved

is there any other jars file required for below listed supported jars.
dom4j-1.6.1.jar
woodstox-core-asl-4.0.8.jar
jsr173_1.0_api.jar
stax2-api-3.0.2.jar

Thanks & regards

Ranjith

Hi,

You have mentioned all the dependencies, so you are missing nothing. I have logged it as investigation in our database.

This issue has been logged as CELLSJAVA-28636.

hi

in some supporting jar files

the classes importing some class which are not in jdk 1.4 and other jars.

please check the source code of mentioned class.

1.dom4j-1.6.1\org\dom4j\Document.java
DocumentHelper.java
import org.xml.sax.;

2.dom4j-1.6.1\org\dom4j\DocumentFactory.java
XPath.java
import org.jaxen.;

3.dom4j-1.6.1\org\dom4j\datatype\DatatypeAttribute.java
org.relaxng.datatype.DatatypeException;

4.dom4j-1.6.1\org\dom4j\datatype\DatatypeElement .java
com.sun.msv.datatype.DatabindableDatatype;

5.org.dom4j.dom.DOMAttribute .java

org.w3c.dom.Attr;

top upload a class to database server all the imported and referenced classes should loaded before loading the actual class.

Thanks & regards

Ranjith.

Hi,

Thanks for this further information. Hopefully, It will help us investigate the issue in our end. We have also logged this information with the above ticket.

Hi,

You have all the libraries.
No other additional libraries needed by Aspose.Cells for Java. So we are closing this issue.

HI

we have problem with loading jars in database server.

in database server if we load class it will again compile . if it is contains any refer any external class must loaded before loading this one.


means if i load the dom4j 1.6 jar. it will again compile whole jar in database server.

so it need all required jars to compile

for your reference please check the below link.

http://dom4j.sourceforge.net/dependencies.html

and also check loadjava in oracle java developer reference.

http://download.oracle.com/docs/cd/B10500_01/java.920/a96659/02_load.htm

Thanks & Regards

Ranjith.


Hi Ranjith,


Thank you for the article links.

Although the Ticket associated with this thread has been closed, but I have recorded your comments to it. When we receive any news, we will post it here for your reference.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan