Results 1 to 3 of 3

Thread: Urgent Help Needed -- Recieving Namespace Handler

  1. #1
    Join Date
    Dec 2011
    Posts
    3

    Default Urgent Help Needed -- Recieving Namespace Handler

    Dear Experts,
    I need immediate help, I am recieving below error when trying to upload war file to Weblogic 11g server.
    I am using spring3.0, webflow2.3,JSF2


    Offending resource: ServletContext resource [/WEB-INF/context/my-config.xml];
    nested exception is org.springframework.beans.factory.parsing.BeanDefi nitionParsingException:
    Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/faces]
    Offending resource: ServletContext resource [/WEB-INF/context/my-config.xml]


    Any idea will be greatly appreciated.

  2. #2
    Join Date
    Dec 2011
    Posts
    3

    Default

    Just add to above explanation. I have included in my lib directory jars for Hibernate3. Another difference is I am using ant to create the war file instead of me exporting the war using eclipse file/export.

    Any Ideas...

    Thanks,
    Babu

  3. #3
    Join Date
    Dec 2011
    Posts
    3

    Default

    Resolved the issue.. I was missing the jar or.springframework.faces-2.3.0.RELEASE jar
    Once added , I am back to Business....

Posting Permissions

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