Results 1 to 3 of 3

Thread: Unable to locate Spring NamespaceHandler for core spring namespaces

  1. #1
    Join Date
    Aug 2005
    Posts
    14

    Default Unable to locate Spring NamespaceHandler for core spring namespaces

    After upgrading (and then reinstalling) to Spring IDE 2.2.2 I started getting these:

    Description Resource Path Location Type
    Unable to locate Spring NamespaceHandler for element 'context:annotation-config' of schema namespace 'http://www.springframework.org/schema/context' core.xml sonia-core/src/main/resources/META-INF/spring line 39 Spring Beans Problem
    Unable to locate Spring NamespaceHandler for element 'context:component-scan' of schema namespace 'http://www.springframework.org/schema/context' core.xml sonia-core/src/main/resources/META-INF/spring line 40 Spring Beans Problem
    Unable to locate Spring NamespaceHandler for element 'tx:annotation-driven' of schema namespace 'http://www.springframework.org/schema/tx' core.xml sonia-core/src/main/resources/META-INF/spring line 38 Spring Beans Problem


    Does anyone also experience this problem?

  2. #2
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    lgawron,

    did you install the Spring IDE OSGi extension? If not please do so as this is a know bug:

    IDE-994: Spring Core NamespaceHandlers are not found if OSGi extension is not installed
    http://jira.springframework.org/browse/IDE-994

    Sorry for the inconvenience.

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

  3. #3
    Join Date
    Aug 2005
    Posts
    14

    Default

    that did the trick. Thank you.

    No need to be sorry though - happens to the best

Posting Permissions

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