RE: Re: jax-rs example throwing exception: please help

2009-03-14 Thread Ty
Thanks, the activation jar was the first of many that I needed to add before I could get the example to work. Eventually I did get it to work though. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=1319909

RE: Re: jax-rs example throwing exception: please help

2009-03-14 Thread webpost
Thanks for the help Stephan. You got me started on a journey of adding libraries. In the end I had to include the following before the example would run: com.sun.jaxb.jar javax.activation.jar javax.mail.jar javax.ws.rs.jar javax.xml.bind.jar org.apache.commons.fileupload.jar org.json.jar