Re: method not found 405 on multipart/form-data post?

2010-10-01 Thread Jonathan Hall
Hi Keith, Glad you found a temp fix. I'm not sure what the problem is, the boundary should be fine. I tested it here with a multipart message and it works as expected (and shows the boundary info). Just to be sure, you are adding the extension to the current Application in use? I am using a 2.

Re: Resource paths with Restlet and Jax Rs

2010-10-01 Thread Stephan Koops
Hi Matthias, Maybe the reason is, that their is no parameter in createBlog() to put the data in. Do you stepped thru the code with the debugger? Start at JaxRsApplication.handleRequest(..) best regards Stephan Am 01.10.2010 15:13, schrieb webp...@tigris.org: > Hi Stephan, > > sorry for b

Re: Exception in Applet running in Eclipse

2010-10-01 Thread Stephan Koops
Hi Darin, do you connect to the same server, where the applet was loaded from? You have to use the same name. Otherwise it is not alowed for security reasons (in Applets) best regards Stephan -- http://restlet.tigris.org/ds/viewMessage.do

RE: Re: Resource paths with Restlet and Jax Rs

2010-10-01 Thread webpost
Hi Stephan, sorry for bothering you that often but I just do not get it running. I just will exlain my problem a bit more in detail. While sending GET request everything concerning a simple GET request works. But sending a request with any other method I always get the 405 status code, even I d