PDA

View Full Version : error message in Spring Beams view



nalaka
Jun 19th, 2006, 05:00 AM
Hi All,
I have installed spring IDE 1.3.2. I have created a java project and added spring nature to it. Then added a new spring config file. Then I have loaded it in spring bean view. It shows error in red saying

org.apache.xerces.dom.NodeImpl:method setUserData(Ljava/lanh/String;Ljava/lang/object;Long/w3c/dom/UserDataHandler;)Ljava/lang/object; not found.

I am using jdk 1.5

Any thoughts?

thanks

Torsten Juergeleit
Jun 19th, 2006, 10:14 AM
Seems similar to comment #5 in this forum entry (http://forum.springframework.org/showpost.php?p=51839) (outdated version of Xerces in classpath or corrupted Spring IDE installation).

Which JDK are you using (vendor)?

Are you running Spring IDE within plain Eclipse or within an Eclipse-based IDE like WSAD or RAS?

Please perform the checks mentioned in the above forum entry.

Cheers,
Torsten

nalaka
Jun 19th, 2006, 11:33 PM
I am having a fresh eclipse 3.1.2 installation with only Spring IDE 1.3.2 installed. I am using jdk 5 shipped with JBuilder 2006 enterprice.

Torsten Juergeleit
Jun 20th, 2006, 06:10 AM
Ups, in my previous post I didn't provide the URL of the whole thread. So here we go: http://forum.springframework.org/showthread.php?p=51839#post51839


I am using jdk 5 shipped with JBuilder 2006 enterprice.
Maybe the JDK provided by Borland is the culprit, e.g. by stuff added to the endorsed directory.

Please double-check with a "pure" JRE / JDK.

Cheers,
Torsten