Hi Michael Glavassevich,
        Thanks for your reply. I could able to compile the project by adding endorsement folder and adding jar files in that folder, but getting the issue as  "java.lang.NoSuchMethodError: org.w3c.dom.Node.setTextContent(Ljava/lang/String;)V" while linking time.
 
Please reply me if you know how to resolve this issue.
Thank you
 
Regards,
Kishore.


-----Original Message-----
From: Michael Glavassevich [
mailto:[EMAIL PROTECTED]]
Sent: Friday, October 13, 2006 7:40 PM
To: [email protected]
Cc: [EMAIL PROTECTED]
Subject: Re: setTextContent function not found....


"Kishore Lakshmana Nererella - TLS, Chennai" <[EMAIL PROTECTED]> wrote on
10/13/2006 09:22:52 AM:

> Hi,
>    I am working on an XML module in a Java project. I am using Apache's
> Xerces library for XML handling. While building the project using Ant
script
> (ver 1.6.5), I am getting an error of "cannot resolve symbol: method
> setTextContent(java.lang.String)". Going through the libraries that ant
> build accesses, I found that it is using xml-apis.jar for XML
functionality.
> I went through the JAR file and found that it doesn't have the
> setTextContent function of Node class. Then I replaced this JAR file
with
> the Xerces 2.8.1's xml-apis.jar file (a newer version which has this
> function included in it). Inspite of doing this, I am getting the same
> error.
>
> Can somebody please help me in resolving this issue? I had been working
on
> this issue since two days. So, please help me out.

If you're running with JDK 1.4+ you need to use the "Endorsed Standards
Override Mechanism" [1].

> Thanks in advance.
>
> Regards,
> Kishore.

[1]
http://java.sun.com/j2se/1.4.2/docs/guide/standards/

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [EMAIL PROTECTED]
E-mail: [EMAIL PROTECTED]

DISCLAIMER:
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect.

Reply via email to