Thursday, February 9, 2012 2:48

Resin – java.lang.NoClassDefFoundError: javax/xml/ws/WebServiceRef

Tagged with:
Posted by on Tuesday, August 10, 2010, 11:33
This news item was posted in Web MVC category and has 0 Comments so far.

Error -  java.lang.NoClassDefFoundError: javax/xml/ws/WebServiceRef was thrown when running my web application on myeclipse based on Resin 3.1.

It is due to a MyEclipse (I am using My Eclipse 5.5.0 GA) defect.

http://www.myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&t=21403&start=0&postdays=0&postorder=asc&highlight=

Workaround:  add them under the jar files under lib folder in the boot configuration of Resin in MyEclipse.

Also there is another MyEclipse ‘defect’. By default, the deploy folder will be used to deploy the Eclipse Project.  But we need to update the resin.conf file to set up the correct value for ‘<web-app-deploy path=”deploy”/>’ .

Leave a Reply

You can leave a response, or trackback from your own site.