RE: Re: POST Requests return with a 405 with @Post annotated method

2010-11-12 Thread webpost
I don't think this bug has been fixed as of version 2.0.3. I'm still getting the 405 error. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2681314

Re: POST Requests return with a 405 with @Post annotated method

2010-10-21 Thread Alexander Kampmann
hi Thierry, my thought was, that ANT is capable in building things out of templates, so I can choose which edition to build in that properties file. As far as I know, there is no such mechanism in maven. Every maven project will have exactly one groupId, there is no (easy) way to persuade maven

Re: POST Requests return with a 405 with @Post annotated method

2010-10-21 Thread Alexander Kampmann
hi, while trying to fix the build on my maschine, I got the feeling the filenames of the library jar- files should be the whole artifact Id, so org.restlet.lib.com.db4o-7.12.132.jar instead of com.db4o-7.12.132.jar. Btw: As far as I know, the libraries are the same for all editions, arn't they

RE: Re: POST Requests return with a 405 with @Post annotated method

2010-10-21 Thread Thierry Boileau
Hello Alex, Peter, I've tested with the current trunk (2.1) and the firstResource works for me. Regarding the 2.0 release (in its own branch), the current code in svn works too, which is not the case of the 2.0.1. I think we will release a 2.0.2 soon having the bug fix. This week-end should be

RE: Re: POST Requests return with a 405 with @Post annotated method

2010-10-21 Thread Thierry Boileau
Hi Alexander, I have a look at these errors right now. >All in all I got the feeling, maven didn't support >editions, hum, each editions has its own group id: org.restlet., where can have one of the following values => jse, jee, gae, android, gwt. >so building with maven it won't be supported

Re: POST Requests return with a 405 with @Post annotated method

2010-10-19 Thread Alexander Kampmann
Same problem, using SpringServer... I would like to fix that bug by myself, but I still cannot compile restlet. Ant build just gets stuck somewhere in the Tests (last message is "Running org.restlet.test.RestletTestSuite"), while maven obvirously cannot load all dependencies (netty and db4o seem

RE: Re: POST Requests return with a 405 with @Post annotated method

2010-10-18 Thread webpost
I get this problem with 2.0.1 and 2.1 fetched today (18 Oct 2010) (Java SE versions) using the internal server. The example FirstResource application fails. Problem also occurs with PUT. 2.0.RC4 works (well, that bit did) Peter Furniss -- htt

Re: POST Requests return with a 405 with @Post annotated method

2010-10-18 Thread Alexander Kampmann
Same error with 2.1... On 17.10.2010 16:32, Alexander Kampmann wrote: > I would like to try an own build, but neither ant nor maven work for me. > > On 17.10.2010 14:56, Alexander Kampmann wrote: > >> hello, >> >> I am using the restlet- jars from the maven.restlet.org- Repository (so, >> the

Re: POST Requests return with a 405 with @Post annotated method

2010-10-17 Thread Alexander Kampmann
I would like to try an own build, but neither ant nor maven work for me. On 17.10.2010 14:56, Alexander Kampmann wrote: > hello, > > I am using the restlet- jars from the maven.restlet.org- Repository (so, > the public ones). That means, they are refreshed on the 1st and the 15th > of each month.

Re: POST Requests return with a 405 with @Post annotated method

2010-10-17 Thread Alexander Kampmann
hello, I am using the restlet- jars from the maven.restlet.org- Repository (so, the public ones). That means, they are refreshed on the 1st and the 15th of each month. Due to that, Thierry's changes should be in there by now (he reported them on 22th of September). My Version is JEE Restlet 2.

Re: POST Requests return with a 405 with @Post annotated method

2010-09-22 Thread Dustin N. Jenkins
Lovely, thanks Thierry! DNJ On 09/22/2010 10:20 AM, Thierry Boileau wrote: > Hello Dustin, > > thanks for your report. I've fixed this bug in the svn repository (trunk and > 2.0 branch). > > Best regards, > Thierry Boileau > > -- > http://rest

RE: Re: POST Requests return with a 405 with @Post annotated method

2010-09-22 Thread Thierry Boileau
Hello Dustin, thanks for your report. I've fixed this bug in the svn repository (trunk and 2.0 branch). Best regards, Thierry Boileau -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2663402

Re: POST Requests return with a 405 with @Post annotated method

2010-09-15 Thread Dustin N. Jenkins
I have just confirmed that this issue is not present in Restlet 2.0.0. Thanks, Dustin On 09/15/2010 09:10 AM, Dustin N. Jenkins wrote: > I'm using Restlet 2.0.1 with JDK 1.6 in Tomcat 6.0.29. > > Nobody else has mentioned this, so I assume that it's something I'm > doing. When I upgraded to 2.0.

POST Requests return with a 405 with @Post annotated method

2010-09-15 Thread Dustin N. Jenkins
I'm using Restlet 2.0.1 with JDK 1.6 in Tomcat 6.0.29. Nobody else has mentioned this, so I assume that it's something I'm doing. When I upgraded to 2.0.1 from 2.0m7, the POST requests all returned a 405 Method Not Allowed status. Here's how my method is defined: /**