Skip to Main Content

Database Software

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!

Error on using xmltype.createxml(....) in a servlet

520757Jun 29 2006 — edited Jul 4 2006
Hi,
I'm developping a servlet wich is supposed to work on the
application server JBOSS. In that servlet I try to recuperate
some XML data stored in a XMLTYPE column but when I use
XMLTYPE.createxml(OPAQUE....) the application bug
and send me an exception: java.lang.NoClassDefFoundError: oracle/sql/ORAData
I don't think this is a classpath problem because the exception appears only when I try to use a method of XMLTYPE not when I declare the variables.
can anybody help me ?
thx

Message was edited by:
user517754
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 1 2006
Added on Jun 29 2006
8 comments
2,641 views