Hi it just means you request doesn't match what is deployed or you have a conflicting endpoint (another servlet on /* for instance)
You need to give us more details or a sample if you want some help here :( Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-08-13 16:17 GMT+02:00 sravikumar <[email protected]>: > trying to deploy simple JAX-RS app with JPA,Hibernate. With eclipse pathetic > integration, you have to do maven clean install, project clean and RUN on > Server and it starts up, shows all the Endpoints but when a request is > posted to the endpoint it throws as ERROR*WARNING: No operation matching > request path "/test" is found, Relative Path: /test, HTTP Method: GET, > ContentType: */*, Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8,. Please > enable FINE/TRACE log level for more details.Aug 13, 2014 6:59:42 PM > org.apache.cxf.jaxrs.impl.WebApplicationExceptionMapper toResponse*NO idea > why the error. No documentation anywhere(please point me to if any have > found)I am working with TomEE 1.6 Jax-RS distribution.RegardsRavi > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/HELL-issues-with-TomEE-tp4671091.html > Sent from the TomEE Users mailing list archive at Nabble.com.
