You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Nikita Sawant <ni...@netscape.com> on 2001/02/24 02:18:50 UTC

Problem using Xalan with a Session Bean

Hi,

I am using the Xalan Transformer from within a Session Bean (Application
server is iPlanet Application Server 6.0). I get the following error at
runtime :

java.lang.NoSuchMethodError: org.w3c.dom.Node: method
getLocalName()Ljava/lang/String; not found
 at org.apache.xpath.DOM2Helper.getLocalNameOfNode(DOM2Helper.java:326)
 at
org.apache.xalan.templates.TemplateList.getHead(TemplateList.java:471)
 at org.apache.xalan.templates.TemplateList.getTemplate(Compiled Code)
 at
org.apache.xalan.templates.ElemForEach.transformSelectedNodes(Compiled
Code)
 at
org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:193)

 at
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(Compiled
Code)
 at
org.apache.xalan.transformer.TransformerImpl.applyTemplateToNode(TransformerImpl.java:1966)

 at org.apache.xalan.transformer.TransformerImpl.transformNode(Compiled
Code)
 at
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:2783)

 at java.lang.Thread.run(Compiled Code)


---
Is there something wrong with my Classpath or do I need to set the
System Properties ??
Do let me know if you are familiar with this error.

Thanks,
Nikita