Re: HTTP Negotiate and Basic authentication

2008-08-11 Thread Roman Geus
Hi Bruno Thanks for sharing your experimental SPNEGO Filter! I never used git before. To download your code I tried the following (and failed) $ git clone http://git.kato.mvc.mcc.ac.uk/bruno/spnegofilter.git/ spnegofilter Initialized empty Git repository in

Re: HTTP Negotiate and Basic authentication

2008-08-11 Thread Bruno Harbulot
Roman Geus wrote: Hi Bruno Thanks for sharing your experimental SPNEGO Filter! I never used git before. To download your code I tried the following (and failed) $ git clone http://git.kato.mvc.mcc.ac.uk/bruno/spnegofilter.git/ spnegofilter Initialized empty Git repository in

Re: POST with curl problem (expect header)

2008-08-11 Thread Zsolt Czinkos
Hello Jerome, I was on holiday. I'll enter this bug in issue tracker soon. Thanks for your reply. zsolt On Mon, Aug 4, 2008 at 8:41 PM, Jerome Louvel [EMAIL PROTECTED] wrote: Hi Zsolt, I'm not too surprised by this issue. The internal connector is a fairly recent effort and we didn't have

Re: failure notice

2008-08-11 Thread ilango
I was trying to trace all the messages that related to my question on XForm= Integration. I remember noting that my request was noted somewhere on the = restlet.org website as one of the feature requests. Where can I find this on the reslet.org website. I would like to work on th= is based on

trying to trace feature request xforms integration with Restlets

2008-08-11 Thread ilango
Hi Everybody, Many apologies about the duplicate post. Sorry about the message with subject re:failure notice.  It was inadvertent. Now.. I was trying to trace all the messages that related to my question on XForm Restlet Integration. I remember noting that my request was noted somewhere on the

Re: Are there news about Restlet: Official Developer's Guide to RESTful Web Applications in Java ?

2008-08-11 Thread cleverpig
Hi,Jerome! How about the restlet book? How can access manuscript or preview version of this book? On Tue, Jul 8, 2008 at 4:05 PM, Jerome Louvel [EMAIL PROTECTED] wrote: Hi Stephan, We have converted the manuscript to DocBook and published it (privately for now) on http://book.restlet.org/

RE: release() method - doesn't appear to release connections?

2008-08-11 Thread Jerome Louvel
Hi Eric, We have some bugs to squash before Restlet 1.1 RC1, especially in the internal connectors. For a list of open bugs, see link at http://www.restlet.org/about/roadmap Your code looks right. For now, I suggest that you use client and server connectors like Jetty/Simple or Net/Apache

RE: Any interest in a DTO class?

2008-08-11 Thread Jerome Louvel
Hi Paul, Thanks for sharing this idea. I've added a link to it in a related RFE: Improve parameter validation http://restlet.tigris.org/issues/show_bug.cgi?id=221 If you could contribute your class that would be nice. You just need to attach it to the RFE above and to take care of the JCA

RE: Client Support with JAXRS?

2008-08-11 Thread Jerome Louvel
Hi Sanjay, You are correct, JAX-RS is a client-side API. That said there have been some attempts to support a client-side mode as you pointed out. I guess we could investigate doing something similar in our own extension. I've entered a RFE for this that Stephan Koops (the extension lead)

RE: trying to trace feature request xforms integration with Restlets

2008-08-11 Thread Jerome Louvel
Hi Ilango, No problem. There is indeed a related RFE that noticed your suggestion: Support XQuery and XForms http://restlet.tigris.org/issues/show_bug.cgi?id=8 Best regards, Jérôme Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios

RE: Are there news about Restlet: Official Developer's Guide to RESTful Web Applications in Java ?

2008-08-11 Thread Jerome Louvel
Hi Dan, Thanks for pinging me about this project :-) I know we have delayed this a couple of times, but we had higher priorities recently (Noelios Tech. launch, new web site, 1.1 M5, customer projects, etc.). This is however again at top of my to-do list. I hope to have some ready to show

Maven Restlet 1.1-M5

2008-08-11 Thread Sanjay Acharya
Hi, I am trying to obtain the Maven jars for Restlet 1.1-M5 from http://maven.restlet.org/com/noelios/restlet/com.noelios.restlet/ The jars don't seem to be there. Are they located elsewhere? Thanks much, Sanjay _ Get more from

[fyi] NullPointerException in HttpRequest.getClientInfo

2008-08-11 Thread Bruno Dumon
Hi, Just posting this since it might be of help to others. If you get the stacktrace listed below, it is likely because you're not passing a Context when creating a org.restlet.Server object (that is added to component.getServers()). java.lang.NullPointerException at

Re: release() method - doesn't appear to release connections?

2008-08-11 Thread Eric Lui
Thanks for the advice, Jerome. By staying with Simple webserver, and using Apache httpclient explicitly (ie., not using the restlet-provided Client class), we have a stable release. We explicitly release every place there is an entity to read, both client- and server-side. Much thanks for

Re: release() method - doesn't appear to release connections?

2008-08-11 Thread Eric Lui
Thanks for the advice, Jerome. By staying with Simple webserver, and using Apache httpclient explicitly (ie., not using the restlet-provided Client class), we have a stable release. We explicitly release every place there is an entity to read, both client- and server-side. Much thanks for

Re: release() method - doesn't appear to release connections?

2008-08-11 Thread Kevin Conaway
Can you post a thread dump of the system when the code is blocked? Which client + server connectors were you using when this issue occurred? On Wed, Aug 6, 2008 at 10:41 PM, Eric Lui [EMAIL PROTECTED] wrote: I'm new to the world of Restlet, but i'm finding it a really expressive framework.

Re: Are there news about Restlet: Official Developer's Guide to RESTful Web Applications in Java ?

2008-08-11 Thread cleverpig
On Tue, Aug 12, 2008 at 12:00 AM, Jerome Louvel [EMAIL PROTECTED] wrote: Hi Dan, Thanks for pinging me about this project :-) I know we have delayed this a couple of times, but we had higher priorities recently (Noelios Tech. launch, new web site, 1.1 M5, customer projects, etc.). This