Error on using xmltype.createxml(....) in a servlet
520757Jun 29 2006 — edited Jul 4 2006Hi,
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