You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Greg Matthews <gm...@flex.com.au> on 2000/07/04 07:00:34 UTC

bug with 1.2.2 DocumentImpl.importNode() ?

couldn't see this reported in the forum.

is this a bug? if so, is there a workaround or do i have to wait for 1.1.3?
when is 1.1.3 out?

Exception in thread "main" java.lang.NoSuchMethodError: org.w3c.dom.Node: method
 getLocalName()Ljava/lang/String; not found
        at org.apache.xerces.dom.DocumentImpl.importNode(DocumentImpl.java:703)

thanks,
greg.

Re: bug with 1.2.2 DocumentImpl.importNode() ?

Posted by Greg Matthews <gm...@flex.com.au>.
sorry. my mistake.

it appears as though inprise appserver 4.0.2 contains 
some classes from the org.xml.sax and org.w3c.dom
packages.

i put xerces.jar ahead of vbejb.jar and it now works.
not sure if i'm causing any side-effects in appserver 
now though.

i should have known nothing this obvious could 
slip through a xerces build.

thanks,
greg.
  ----- Original Message ----- 
  From: Greg Matthews 
  To: xerces-j-dev@xml.apache.org 
  Sent: Tuesday, July 04, 2000 3:00 PM
  Subject: bug with 1.2.2 DocumentImpl.importNode() ?


   
  couldn't see this reported in the forum.

  is this a bug? if so, is there a workaround or do i have to wait for 1.1.3?
  when is 1.1.3 out?

  Exception in thread "main" java.lang.NoSuchMethodError: org.w3c.dom.Node: method
   getLocalName()Ljava/lang/String; not found
          at org.apache.xerces.dom.DocumentImpl.importNode(DocumentImpl.java:703)

  thanks,
  greg.