Hello,
I am using JRun 3.0 and xerces 1.2.3. I have an error with the "importNode"
method. When I use my program as a servlet, JRun send me an error, it do not
find "importNode". But when I run my program with a "main" method, I have no
error.
javax.servlet.ServletException: org.w3c.dom.Document: method
importNode(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node; not found]
javax.servlet.ServletException: org.w3c.dom.Document: method
importNode(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node; not found
java.lang.NoSuchMethodError: org.w3c.dom.Document: method
importNode(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node; not found
at ExportParty.getPartyAlignment(ExportParty.java:34)
at SExportParty.doGet(SExportParty.java:28)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled
Code)
at
allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34
)
at allaire.jrun.servlet.Invoker.service(Invoker.java:84)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled
Code)
at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a:88)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]