Did anyone deploy sucessfully the sample RESTful Web Service explained in the following tutorial on WebSphere 6.1:
http://www.myeclipseide.com/documentation/quickstarts/webservices_rest/
I had trouble deploying it on WebSphere. It ran perfectly in Tomcat. But when I deployed it to WebSphere 6.1, it returned the following errors:
ServletWrappe E SRVE0100E: Did not realize init() exception thrown by servlet JAX-RS REST Servlet: java.lang.NoSuchMethodError: org/objectweb/asm/ClassReader.accept(Lorg/objectweb/asm/ClassVisitor;I)V
I am using the paid version of MyEclipse Blue Edition 7.0.
Any help is appreciated.
As we understand, RESTful Web Services is the next big thing, I found that not enough support from the tool or app server vendors right now. I hope MyEclipse developers can give us a solution for deploying RESTful Web Services (jersey APIs) to WebSphere and other major app servers.
John