Hercles Posted February 16, 2017 at 05:02 PM Report Share #602556 Posted February 16, 2017 at 05:02 PM (edited) Caros, estou usando o Spring MVC, o Maven para baixar os Jar's e uso também a a pasta lib com alguns jar's. Quando tendo rodar o TomCat (versão 8). da o seguinte erro: GRAVE: StandardWrapper.Throwable org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/tx] Offending resource: ServletContext resource [/WEB-INF/spring-context.xml] O que pode esta ocorrendo? Edited February 16, 2017 at 05:06 PM by Hercles Uso de tag Link to comment Share on other sites More sharing options...
Bruno Tafarelo Posted April 7, 2017 at 06:03 PM Report Share #603531 Posted April 7, 2017 at 06:03 PM Olá. Caso ainda não tenha conseguido a resposta, o problema é que você não tem o jar com o xsd para o namespace [http://www.springframework.org/schema/tx] Adicione como dependência no seu maven ou adicione a dependência como compile para que vá junto com o seu war na pasta lib. Dependência necessária: org.springframework.spring-tx:4.2.9.RELEASE:jar Mas essa dependência já é dependência de: org.springframework.spring-data-jpa:1.10.6.RELEASE:jar Altere a versão conforme seu projeto. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now