Re: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2011-03-24 Thread Eugen Paraschiv
Hi, I'm running into the same problem. Can someone confirm that this is indeed fixed in the 2.x code so that I can start looking at the upgrade? Any help is appreciated. Thanks. -- View this message in context:

Re: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-10-07 Thread Rickard Öberg
On 2009-10-06 20.15, Thierry Boileau wrote: do you still have the issue regarding the date of the snapshot? It seems to be ok now, thanks! /Rickard -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2404430

RE: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-10-06 Thread Jerome Louvel
-founder ~ http://www.noelios.com -Message d'origine- De : Rickard Öberg [mailto:rickardob...@gmail.com] Envoyé : samedi 3 octobre 2009 05:01 À : discuss@restlet.tigris.org Objet : Re: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2 On 2009-10-02 16.49, Jerome Louvel

Re: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-10-06 Thread Thierry Boileau
Hello Rickard, do you still have the issue regarding the date of the snapshot? best regards, Thierry Boileau Hi Rickard, The public Maven repository is updated twice a month (1st and 15th). You should get it tomorrow: http://www.restlet.org/downloads/maven There seems to be a new

RE: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-10-02 Thread Jerome Louvel
2009 05:58 À : discuss@restlet.tigris.org Objet : Re: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2 On 2009-09-30 16.38, Jerome Louvel wrote: Hi Rickard, The public Maven repository is updated twice a month (1st and 15th). You should get it tomorrow: http

Re: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-10-01 Thread Rickard Öberg
On 2009-09-30 16.38, Jerome Louvel wrote: Hi Rickard, The public Maven repository is updated twice a month (1st and 15th). You should get it tomorrow: http://www.restlet.org/downloads/maven There seems to be a new snapshot out (090930), but something seems wrong with your Maven publishing,

RE: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-09-30 Thread Jerome Louvel
://www.noelios.com -Message d'origine- De : Rickard Öberg [mailto:rickardob...@gmail.com] Envoyé : mercredi 30 septembre 2009 07:02 À : discuss@restlet.tigris.org Objet : Re: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2 On 2009-09-24 22.43, Jerome Louvel wrote: Hi Denys

Re: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-09-29 Thread Rickard Öberg
On 2009-09-24 22.43, Jerome Louvel wrote: After further investigation, the fix related to annotated methods wasn't enough. There was indeed an issue as you initially reported with the Representation#finalize() method. I was finally able to reproduce it consistently, forcing the GC to run and

Re: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-09-29 Thread Rickard Öberg
On 2009-09-24 22.43, Jerome Louvel wrote: Hi Denys, After further investigation, the fix related to annotated methods wasn't enough. There was indeed an issue as you initially reported with the Representation#finalize() method. I was finally able to reproduce it consistently, forcing the GC

Re: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-09-24 Thread Jerome Louvel
d'origine- De : Jerome Louvel [mailto:jerome.lou...@noelios.com] Envoyé : mardi 16 juin 2009 21:26 À : discuss@restlet.tigris.org Objet : RE: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2 Hi Denys, I've had a quick look at the Javadocs of Servlet API

RE: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-08-22 Thread Jerome Louvel
À : discuss@restlet.tigris.org Objet : RE: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2 Hi Denys, I've had a quick look at the Javadocs of Servlet API and Tomcat: http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletRequest.html#getI nputStream() http

RE: PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-06-16 Thread Jerome Louvel
Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Denys Hryvastov [mailto:dhryvas...@serena.com] Envoyé : mardi 9 juin 2009 19:33 À : discuss@restlet.tigris.org Objet : PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2 Hi all - I am using

PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-06-10 Thread Denys Hryvastov
. The next HttpRequest that comes along will retrieve the now closed InputStream and will fail. Any thoughts or ideas on any workarounds are greatly appreciated. Thanks in advance. -- View this message in context: http://n2.nabble.com/PROBLEM-WITH-org.restlet.representation.InputRepresentation

PROBLEM WITH org.restlet.representation.InputRepresentation IN 1.2-M2

2009-06-10 Thread Denys Hryvastov
Hi all - I am using Restlet 1.2-M2 and I have some troubles. Let me describe briefly: The problem that happens with me occurs because the org.restlet.representation.InputRepresentation class makes a reference to the org.apache.catalina.connector.CoyoteInputStream, which Tomcat uses, and on