Jump to content

JPA com String


Hercles

Recommended Posts

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 by Hercles
Uso de tag
Link to comment
Share on other sites

  • 1 month later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.