Re: Oracle JDeveloper 9i JSP Problem
From: Kieran Arthur <kieran.arthur_at_bt.com>
Date: Thu, 31 Oct 2002 16:58:09 +0000
Message-ID: <3DC16121.8030203_at_bt.com>
Date: Thu, 31 Oct 2002 16:58:09 +0000
Message-ID: <3DC16121.8030203_at_bt.com>
I've now managed to solve my problem, by following the advice at the link below.
http://www.oracle.com/forums/message.jsp?id=921527&pgm=otn&uid=1036082717600
The problem was as suggested to do with the built in xalan classes overriding the ones I wanted to use.
Effectively, what I had to do was extract xalan.jar into a temporary folder, extract xmlparserv2.jar into a second temporary folder, and then copy the xalan contents into the xml ones, overwriting the incompatible classes. I then repackaged everything into a new xmlparserv2.jar file and it worked fine. Received on Thu Oct 31 2002 - 17:58:09 CET