You can add javax.ws.rs-api-2.0-m01.jar in your build path May be this will resolve your problem
If you are using jersey bundle.jar it will already cointain a version of UriBuilder class. But in my project I also had javax.ws.rs-api-2.0.jar which by its time also contained UriBuilder class. So I removed jaxax.ws.rs-api-2.0.jar and everything worked without AbstractMethodError. Notice I was doing jax-rs and not jax-ws. André Cesta
Thanks it resolved my problem too.
thanks man
Thank You
Thanks Andre, It solved my same problem
thanks , i removed javax.ws.rs-api-2.0.jar from build path and it solved my problem also.
Thanks, I remove the jax2.0.jar and it worked for me.
You can add javax.ws.rs-api-2.0-m01.jar in your build path
ReplyDeleteMay be this will resolve your problem
If you are using jersey bundle.jar it will already cointain a version of UriBuilder class. But in my project I also had javax.ws.rs-api-2.0.jar which by its time also contained UriBuilder class. So I removed jaxax.ws.rs-api-2.0.jar and everything worked without AbstractMethodError. Notice I was doing jax-rs and not jax-ws. André Cesta
ReplyDeleteThanks it resolved my problem too.
Deletethanks man
Deletethanks man
DeleteThank You
DeleteThanks Andre, It solved my same problem
ReplyDeletethanks , i removed javax.ws.rs-api-2.0.jar from build path and it solved my problem also.
ReplyDeleteThanks, I remove the jax2.0.jar and it worked for me.
ReplyDelete