Bem estou tentando criar um atualza cadastro, mas não está dando certo!
erro:
java.lang.IllegalStateException: There are two rules that matches the uri ‘/produto/atualiza’ with method GET: [[FixedMethodStrategy: uri /produto/atualiza methods [GET, POST, PUT, DELETE, TRACE, HEAD]], [FixedMethodStrategy: uri /produto/atualiza methods [GET, POST, PUT, DELETE, TRACE, HEAD]]] with same priority. Consider using <a class="mention" href="/u/path">@Path</a> priority attribute.
br.com.caelum.vraptor.http.route.DefaultRouter.checkIfThereIsAnotherRoute(DefaultRouter.java:106)
br.com.caelum.vraptor.http.route.DefaultRouter.parse(DefaultRouter.java:97)
br.com.caelum.vraptor.http.DefaultResourceTranslator.translate(DefaultResourceTranslator.java:52)
br.com.caelum.vraptor.interceptor.ResourceLookupInterceptor.intercept(ResourceLookupInterceptor.java:64)
br.com.caelum.vraptor.core.ToInstantiateInterceptorHandler.execute(ToInstantiateInterceptorHandler.java:46)
br.com.caelum.vraptor.core.DefaultInterceptorStack.next(DefaultInterceptorStack.java:59)
br.com.caelum.vraptor.core.DefaultRequestExecution.execute(DefaultRequestExecution.java:62)
br.com.caelum.vraptor.VRaptor$1.insideRequest(VRaptor.java:91)
br.com.caelum.vraptor.ioc.spring.SpringProvider.provideForRequest(SpringProvider.java:55)
br.com.caelum.vraptor.VRaptor.doFilter(VRaptor.java:88)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.
Alguém sabe o que pode ser?