Results 1 to 3 of 3

Thread: Unable to locate Spring NamespaceHandler for XML schema namespace

  1. #1
    Join Date
    Jun 2011
    Posts
    6

    Default Unable to locate Spring NamespaceHandler for XML schema namespace

    When I make a new project with spring template " Shared service bundle project "
    and try to run it . I am facing following Error
    *************************************
    Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/context]************************************************** ******
    How to address this error

  2. #2

    Default

    do you have spring-context-x.x.x.jar in your dependency list? If not, you can enable Maven dependency management (right click on the project name in project explorer) then add dependency "spring-context-x.x.x" ...

  3. #3
    Join Date
    Jun 2011
    Posts
    6

    Default

    Thanks for the reply
    ********************

    I double click on the dm server in server window, it open spring server dm page then select the repository the send tab located down -> put "org.springframework.context" in search which shows me differrent versions of bundle once I clicked on search , then click download button which adds bundle , this way I able to solve this error.

Posting Permissions

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