Something incredible is happening. When I run the application I am getting 404 error "The origin server did not find a current representation for the target resource or is not willing to disclose that one exists." . ngly, the problem hapens before I update the project with
Maven. The problem happens with Pivota tc Server, or with a new server. I have had this problem before for several days and I haven't been able to find a solution. Of course, if I revert the change in <spring.version> the problem disapears.
On the other hand, if I only change the version for spring-web (which was my original problem) I am getting the errors
Description Resource Path Location Type
The project was not built since its build path is incomplete. Cannot find the class file for org.springframework.context.annotation.AnnotationConfigRegistry. Fix the build path then try building this project Spring Data Chapter-2 Unknown
Java Problem
The type org.springframework.context.annotation.AnnotationConfigRegistry cannot be resolved. It is indirectly referenced from required .class files DataJPAExampleInitializer.java /Spring Data Chapter-2/src/main/java/com/packtpub/springdata/jpa/config line 26 Java Problem