Re: RestletFileUpload has issues

2008-08-07 Thread Surjendu
Sorry guys..Nothing to do with Linux/windows. It was because of a XSS filter which was removing the multipart object.

Re: Restlet consultants available?

2008-08-07 Thread Aaron Crow
Thanks Rob. I made a submission via the consulting form at noelios.com, looking forward to any response. To anyone on this forum who is open to consulting work: there's a specific connection handling issue that we're trying to get past. I'd hope it would only require about a day's work from som

RestletFileUpload has issues

2008-08-07 Thread Surjendu
The following code works perfectly fine with Tomcat 5.5 in Linux DiskFileItemFactory factory = new DiskFileItemFactory(); factory.setSizeThreshold(1000240); RestletFileUpload upload = new RestletFileUpload(factory); List items = upload.parseRequest(getRequest()); In Linux it gives me the followin

Re: Restlet consultants available?

2008-08-07 Thread Rob Heittman
You should check out the newly updated Noelios Technologies site, http://www.noelios.com, I bet these guys named Jerome and Thierry can help you =) Though, that makes me think, Jerome, would it be appropriate to use a Wiki page for a directory of Restlet focused firms and their capabilities? We

Restlet consultants available?

2008-08-07 Thread Aaron Crow
Say I'm having specific issues with the Restlet framework that I need to work around in a short period of time. Are there folks on this list who do short-term consulting? Best wishes, Aaron

Any interest in a DTO class?

2008-08-07 Thread Paul J. Lucas
I wanted a simple way to get the values of request parameters into an Object. I've implemented a DTO (Data Transfer Object) class that can be used for this. Suppose you want to implement a query request. You could do something like: public class QueryDTO extends DTO {

Re: Restlet 1.1 M5 released

2008-08-07 Thread Avi Flax
On Thu, Aug 7, 2008 at 04:18, Jerome Louvel <[EMAIL PROTECTED]> wrote: > Despite our initial plan, we had to introduce a new milestone release before > reaching our first release candidate version. This is due to several > important features that we needed to publish before the RC in order to have

Re: 1.0 to 1.1 Migration Guide

2008-08-07 Thread Avi Flax
This is a GREAT idea, I'd love to see this! I'm currently working on 1.0 and 1.1 apps, so I might be able to help. Let me know if there's something specific I can help with. -- Avi Flax » Lead Technologist » Partner » Arc90 » http://arc90.com

Re: 1.0 to 1.1 Migration Guide

2008-08-07 Thread Thierry Boileau
Hello Travis, I've entered an RFE for this topic: http://restlet.tigris.org/issues/show_bug.cgi?id=544 It points to the dedicated wiki entry that will be completed in a while. best regards, Thierry Boileau Thank you, Thierry. Would you please include information on migrating the 1.0.x poms

Re: GWT.gwt.xml missing in 1.1-M4 classes jar

2008-08-07 Thread Thierry Boileau
Hi Rasmus, good news. Thanks to your remark, I've also updated the 1.1M4 in the maven repository. best regards, Thierry Boileau OK, found out that the module XML file was in the sources. But now that 1.1-M5 is released with a proper jar file that includes both sources and the module file, e

Re: GWT.gwt.xml missing in 1.1-M4 classes jar

2008-08-07 Thread Rasmus Agerholm
OK, found out that the module XML file was in the sources. But now that 1.1-M5 is released with a proper jar file that includes both sources and the module file, everything should be nice. Thanks :-) /Rasmus On Wed, Aug 6, 2008 at 10:32 PM, Rasmus Agerholm <[EMAIL PROTECTED]>wrote: > Hi > > Jus

Restlet 1.1 M5 released

2008-08-07 Thread Jerome Louvel
Hi all, Despite our initial plan, we had to introduce a new milestone release before reaching our first release candidate version. This is due to several important features that we needed to publish before the RC in order to have enough time for community feed-back, before freezing the API. Our go