xdb.jar JDK problem (urgent) [message #354379] |
Sat, 18 October 2008 05:10 |
n_bekrar
Messages: 2 Registered: October 2008
|
Junior Member |
|
|
Storing information in XmlDB Functionality, uses xdb.jar (Provided by Oracle). In database the xml is stored in the column of type "XMLType"
Oracle provides a java library (xdb.jar) to convert the stored xml to java object(XMLType object). This library has dependency on the xmlparserv2.jar this is also provided by oracle.
The xdb.jar of oracle11g uses newer version of java(1.5) so these classes cannot be loaded at runtime because the JVM of our appserver is 1.4 compliant.
Could you please show me a direction to follow to find a solution the that urgent problem.
NB: we tried to use the xdb.jar provided with oracle 10G that is compatible with JDK 1.4 but faced anther exception (due to the incompatibility of the jar with 11G)
Exceptions enclosed.
|
|
|
|
|
|
|
|
|