Results 1 to 4 of 4

Thread: error message in Spring Beams view

  1. #1
    Join Date
    Jun 2006
    Location
    colombo, Sri Lanka
    Posts
    19

    Default error message in Spring Beams view

    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/UserDataHandlerLjava/lang/object; not found.

    I am using jdk 1.5

    Any thoughts?

    thanks

  2. #2
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Default

    Seems similar to comment #5 in this forum entry (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

  3. #3
    Join Date
    Jun 2006
    Location
    colombo, Sri Lanka
    Posts
    19

    Default

    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.

  4. #4
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Default

    Ups, in my previous post I didn't provide the URL of the whole thread. So here we go: http://forum.springframework.org/sho...1839#post51839

    Quote Originally Posted by nalaka
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •