> From: Jean-Pierre ASTIER [mailto:jpast...@analogue-paris.com] > Subject: Erreur : Could not initialize class > com.sun.xml.ws.spi.ProviderImpl > > But when I put the web service client on another machine Linux (Java > 1.6.0_06-b02 tomcat 5.5) I obtain the following error: > > java.lang.NoClassDefFoundError: Could not initialize class > com.sun.xml.ws.spi.ProviderImpl
Looks like you're missing the jax-ws*.jar on the second machine. Try adding the copy from your Mac to the WEB-INF/lib directory of your webapp. There's a possibility it will need to be in shared/lib instead (but never in both places). - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org