0 Replies Latest reply on Oct 3, 2011 7:11 AM by sigthor

    deploying of spring application failed on JBoss AS 7

    sigthor

      I try to deploy Spring application on JBoss AS 7, but it fails with such error:

       

      org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/jee]

       

      Spring configured as external dependency in MANIFEST.MF and module org.springframework has been created in module directory. spring-context.jar (with jee namespace) also deployed as a module.

       

      P.S. there are no troubles on previous versions of JBoss AS. spring jars has been placed in server/default/lib directory.