RE: Need help with S3App.java example, from RESTful Web Services (O'Reilly)

2009-07-07 Thread Jerome Louvel
Hi woodHack, I've just did a test and it worked for me. I created an AWS account *and* signed up for the S3 service (you need this step). I was able to retrieve the list of buckets (empty initially) fine. See also the slightly updated classes attached. Best regards, Jerome Louvel -- Restlet

RE: Architecture question

2009-07-05 Thread Jerome Louvel
Hi Schley, Good feed-back, I've just added an onError(Throwable) method on UniformResource. It is invoked on error or exception in resource initialization, handling or releasing. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies

RE: Restlet trunk andd GWT issues...

2009-07-05 Thread Jerome Louvel
is in SVN trunk. We hope to have this done by Restlet 2.0 M4. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Brian Anderson [mailto:b...@nwlink.com] Envoyé

RE: Timeline for Restlet M4?

2009-07-05 Thread Jerome Louvel
as many bugs as possible (help welcome!). It's a matter of a week or two. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Lars Heuer [mailto:he...@semagia.com

RE: Premature EOF / Broken Pipe

2009-07-05 Thread Jerome Louvel
Hi Timothy, Thanks for updating us. Let’s keep an eye on it and if you find a way to reproduce it, please let us know! Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http

RE: Re: Multiple content types

2009-07-05 Thread Jerome Louvel
Hi Sherif, Could you send us the trace of your HTTP request/response exchange including HTTP headers? I suscept that you Accept header might not be correct. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http

RE: RangeFilter and redirects

2009-07-05 Thread Jerome Louvel
Hi David, Thanks for the report. I've fixed the redirection conflict in SVN trunk and 1.1 branch. Let us know if it works better now. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com

RE: Passing a serialized Java object

2009-07-05 Thread Jerome Louvel
and ServerResource classes that can transparently handle serialization via annotated methods. Internally, it produces something similar to what you have though. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com

RE: Issues loading css files (from a Directory) using Firefox

2009-07-05 Thread Jerome Louvel
this is: myApp.getMetadataService().setDefaultCharacterSet(CharacterSet.UTF_8); BTW, I’ve also added CharacterSet.MACINTOSH constant and default extension mappings for character sets in MetadataService (“ascii”, “utf8”, “utf16”, “mac”, “win”). Best regards, Jerome Louvel -- Restlet ~ Founder

Re: bug?

2009-07-05 Thread Jerome Louvel
Hi Schley, FYI, this has been fixed in SVN trunk. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com Schley Andrew Kutz a écrit : I want to prevent the use of HTTP VERB annotations in order

RE: Premature EOF / Broken Pipe

2009-06-29 Thread Jerome Louvel
Hi Timothy, Were you able to make progress on this front? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com/ http://www.noelios.com De : Timothy Aanerud

RE: Problem Using proxy server for Restlet service

2009-06-29 Thread Jerome Louvel
Hi Albert, As a workaround, if you use the HTTP client connector based on HttpURLConnection (org.restlet.ext.net), then you can use the proxy parameters via JVM system properties. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies

RE: Restlet v 1.1.5 multiple times allow method checked

2009-06-29 Thread Jerome Louvel
Hi Alin, The reason is simple: when a method is not allowed, HTTP expects the server to return the list of allowed methods, therefore the framework introspects the resource by calling allow*() methods. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6 Best regards, Jerome

RE: Possible GAE Client issue.

2009-06-29 Thread Jerome Louvel
to enter a bug report. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : news [mailto:n...@ger.gmane.org] De la part de Philippe Marschall Envoyé : vendredi 26

RE: 2.0m3 and content negotiation

2009-06-19 Thread Jerome Louvel
. Regarding annotation values, we can't unfortunately use constant class instances, only primitive types and enumerations... Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine

RE: Trouble Setting Jetty Parameters with Restlet 1.0

2009-06-17 Thread Jerome Louvel
Hi Avi, Sorry, but we don't maintain Restlet 1.0 anymore except within our professional support plans... Is it possible for you to upgrade to Restlet 1.1? Maybe you should try updating the Jetty JARs as well. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http

RE: Lift framework in Scala

2009-06-17 Thread Jerome Louvel
, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Rob Heittman [mailto:rob.heitt...@solertium.com] Envoyé : mercredi 17 juin 2009 03:34 À : discuss@restlet.tigris.org Objet : Lift

RE: 2.0m3 and content negotiation

2009-06-16 Thread Jerome Louvel
? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : news [mailto:n...@ger.gmane.org] De la part de Bruno Harbulot Envoyé : vendredi 12 juin 2009 17:34 À : discuss

RE: Dynamic restlet/routing discovery

2009-06-16 Thread Jerome Louvel
Hi Jools, Thanks for sharing your experience. I also remember about a presentation from Overstock at JavaOne regarding dynamic routing, others have been experimenting with OSGi as well. Looking forward to your Restlet based project! Best regards, Jerome Louvel -- Restlet ~ Founder

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

2009-06-16 Thread Jerome Louvel
to returned and instance of your ServletCall subclass And voilà! If you still think it is a Restlet bug, I'd be happy to investigate more. Otherwise, I suggest reporting the issue to Tomcat developers. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios

RE: Trouble Getting Query Parameters

2009-06-16 Thread Jerome Louvel
Hi Andrew, Thanks for reporting this issue. I've just updated our FormReader logic to be more flexible. I've also added a regression test case. Checked in SVN trunk. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder

RE: ERROR messages in log file

2009-06-16 Thread Jerome Louvel
Denys, Could you give us more details about your Restlet configuration? For example, do you deploy in a Servlet container? Do you use ServerServlet or ServletAdapter (ex-ServletConverter)? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios

RE: Restlet GWT - ChallengeResponse null on server side

2009-06-16 Thread Jerome Louvel
Hi Max, No specific idea, this should work. Could you share your configuration details? (Restlet version, JVM, browser, etc.) Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message

RE: Restlet 2.0 M3 released

2009-06-16 Thread Jerome Louvel
nice inspiration from the JAX-RS annotation experience. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com/ http://www.noelios.com De : Rob Heittman

RE: Stopping the Simple server

2009-06-16 Thread Jerome Louvel
, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Jerome Louvel [mailto:jerome.lou...@noelios.com] Envoyé : dimanche 31 mai 2009 17:09 À : discuss Objet : RE: Stopping

Re: Trailing slashes in dir names in Restlet's Maven repo

2009-06-11 Thread Jerome Louvel
Hi Aron, Thierry has just deployed a new version of our Web site based on Restlet 2.0. The trailing slashes are now correctly displayed for our Maven repository! Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder

RE: Re: Re: Last-Modified Header

2009-06-11 Thread Jerome Louvel
, there are also getInfo() and getInfo(Variant) methods which return RepresentationInfo instances. By default, it calls get() and get(Variant) methods, so it is really an optional optimization. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http

RE: JDBC Connection Singleton and Concurrency

2009-06-11 Thread Jerome Louvel
Hi Jean, Usage of connection pools sounds like a good idea in your case. Have a look at this project: http://commons.apache.org/dbcp/ Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com

RE: Can I use Jetty and/or Tomcat with Restlet?

2009-06-11 Thread Jerome Louvel
Hi there, No special recommendation. We just leverage the Servlet API so any recent Servlet container should work. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine

RE: Re: Re: Last-Modified Header

2009-06-11 Thread Jerome Louvel
Excellent. I missed that one in the mix of ServerResource newness! I'll try it out on some expensive Representations and publish a benchmark. On Thu, Jun 11, 2009 at 9:23 AM, Jerome Louvel jerome.lou...@noelios.com wrote: Hi Rob, Actually, we did try to facilitate this use case in Restlet 2.0

RE: 2.0m3 and content negotiation

2009-06-11 Thread Jerome Louvel
Hi Fabian, This one has just been fixed in SVN trunk but there more issues pending. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Fabian Mandelbaum

RE: ERROR messages in log file

2009-06-10 Thread Jerome Louvel
altogether by calling getLogService().setEnabled(false) on your Component instance. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Denys Hryvastov [mailto:dhryvas

RE: GAE+oAuth

2009-06-10 Thread Jerome Louvel
Hi Ivan, Our OAuth extension is currently lacking user documentation. We are looking for help on this front (hint!): OAuth extension http://wiki.restlet.org/docs_1.2/13-restlet/28-restlet/80-restlet.html Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http

RE: JSON and File Representation

2009-06-10 Thread Jerome Louvel
Hi Thomas, I would use another representation, or even another resource unless they do represent the same state. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine

RE: from the org.restlet.data.Request, get the HttpServletRequest

2009-06-10 Thread Jerome Louvel
Hi Marc, Could you try the static ServletCall#getRequest(Request request): HttpServletRequest? If it doesn't work, then something change in the code during Restlet 2.0 refactoring. Which version are you using BTW? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http

RE: Restlet 2.0 M3 released

2009-06-10 Thread Jerome Louvel
Hi Tal, This should now be fixed in SVN trunk. Could you confirm? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Tal Liron [mailto:tal.li

RE: Relative URI in GWT Restlet

2009-06-10 Thread Jerome Louvel
with a recent Restlet 2.0 snapshot? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : wgandhi [mailto:wgan...@hotmail.com] Envoyé : samedi 6 juin 2009 08:31 À : discuss

RE: get servletContext on GAE?

2009-06-01 Thread Jerome Louvel
and the Application's context. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Zsolt Czinkos [mailto:czin...@gmail.com] Envoyé : vendredi 22 mai 2009 00:49 À : discuss

RE: Possible bug in Restlet 1.2m2 (maybe solved in post 1.2m2?)

2009-06-01 Thread Jerome Louvel
Hi, Thierry is correct, we have fixed this. It is only necessary to support GET if you want to support conditional PUTs as they conditions evaluation is based on the representation returned by GET. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org

RE: Restlet 2.0 M3 released

2009-06-01 Thread Jerome Louvel
reproducible sample code to debug this further? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Matt [mailto:mjwat...@gmail.com] Envoyé : vendredi 29 mai 2009

RE: Why is HttpAmazonS3Helper client side only

2009-06-01 Thread Jerome Louvel
Hi Stuart, Sounds great! I would just suggest that you contribute patches for this based Restlet 2.0 code (SVN trunk) as we can't add new features to Restlet 1.1 branch. Of course, you can still use your own local patches for 1.1 if needed for your own project. Best regards, Jerome Louvel

RE: Call Restlet from non-java client

2009-06-01 Thread Jerome Louvel
Hi Gennady, This is definitely possible, recommended by REST and the usual behavior in Restlet. No worry! Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De

RE: Stopping the Simple server

2009-05-31 Thread Jerome Louvel
adjustment, I was able to get the proper behavior (a POST request that cleanly shutdown the server). Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Arjohn Kampman

RE: Cookie based authentication

2009-05-31 Thread Jerome Louvel
and created a shell specification page in our wiki: “Support cookie based authentication” http://restlet.tigris.org/issues/show_bug.cgi?id=605 Meanwhile, I encourage people to use Remi’s solution and provide additional feed-back that we’ll take into account. Best regards, Jerome Louvel

RE: Spring-loaded Restlets with Context dependencies

2009-05-31 Thread Jerome Louvel
(WAR client and parameters copy). Checked in SVN trunk. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Dustin N. Jenkins [mailto:dustin.jenk...@nrc-cnrc.gc.ca

RE: Restlet 2.0 M3 released

2009-05-28 Thread Jerome Louvel
would welcome help on this front as well. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : David Fogel [mailto:carrotsa...@gmail.com] Envoyé : jeudi 28 mai 2009 06

RE: conditional request handling

2009-05-21 Thread Jerome Louvel
if needed. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Arjohn Kampman [mailto:arjohn.kamp...@aduna-software.com] Envoyé : dimanche 17 mai 2009 21:49 À

RE: Saxon extension

2009-05-21 Thread Jerome Louvel
Hi Remi, Thanks for the patch. Changes are in SVN trunk ! Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com/ http://www.noelios.com De : remidewi

RE: setting Cache-Control metadata

2009-05-21 Thread Jerome Louvel
Hi Dave, There are both RFEs. Here is the one about caching headers (target: 2.0 M4): Support caching HTTP headers http://restlet.tigris.org/issues/show_bug.cgi?id=213 For now, getAttributes() is the way to go. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http

RE: Problem with Engine.getClassLoader() and Spring DM

2009-05-21 Thread Jerome Louvel
and let me know if it suits your needs better? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : David Fogel [mailto:carrotsa...@gmail.com] Envoyé : mercredi 20 mai

RE: Content negotiation and Encodings

2009-05-21 Thread Jerome Louvel
a patch, that would be welcome. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : David Fogel [mailto:carrotsa...@gmail.com] Envoyé : mercredi 20 mai 2009 23:58 À

RE: volatile variable in Tag

2009-05-21 Thread Jerome Louvel
Hi Arjohn, Thanks for the report. I've fixed it in SVN trunk. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Arjohn Kampman [mailto:arjohn.kamp...@aduna

RE: GSON

2009-05-21 Thread Jerome Louvel
the pluggable converters provided by the Restlet extensions. For example our XStream extension is already capable of JSON - POJO conversion (maybe not as well as Jackson though). Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co

RE: Creating multiple components on Tomcat

2009-05-21 Thread Jerome Louvel
Hi Tamer, Thanks sincerely for your support! We are having a lot of fun with Restlet and this community really deserves all those efforts. Cheers, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com Cheers

RE: RestLet ServerResource xml json Request

2009-05-21 Thread Jerome Louvel
annotation, you could also override the ServerResource#post(Representation) method directly. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : stephan.ko...@web.de

RE: Spring-loaded Restlets with Context dependencies

2009-05-17 Thread Jerome Louvel
it anymore. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Dustin N. Jenkins [mailto:dustin.jenk...@nrc-cnrc.gc.ca] Envoyé : vendredi 15 mai 2009 21:15 À

RE: Re: UnsupportedOperationException in DomRepresentation constructor

2009-05-17 Thread Jerome Louvel
Hi Mikis, Thanks for reporting this, I've added a check in the code. It seems that your JAXP parser doesn't support XInclude. The Javadocs does mention this case. Checked in SVN trunk. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios

RE: Creating multiple components on Tomcat

2009-05-17 Thread Jerome Louvel
Hi Tamer, Could you send us a zip of your project or a subset of it reproducing the issue? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com/ http

RE: No CallContext given until now when using client.post() inside a jax-rs method

2009-05-17 Thread Jerome Louvel
Hi Antonin, I quick look at your sample code and at Restlet doesn't explain what happens. I would suggest to prepare a small reproducible snippet and attach it to a new defect report. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios

RE: Can a filter read entity non-destructively?

2009-05-17 Thread Jerome Louvel
its point of view, the original entity isn't available anymore. One way to workaround this is to replace the Request's entity with the parsed Form: request.setEntity(myForm.getWebRepresentation()); Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http

RE: Dependency injection in Restlet 2.0 with Guice

2009-05-17 Thread Jerome Louvel
extension. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com/ http://www.noelios.com De : tpeie...@gmail.com [mailto:tpeie...@gmail.com] De la part de Tim

RE: SiteMesh-like functionality for Restlet?

2009-05-17 Thread Jerome Louvel
is Velocity for which we also have a Restlet extension. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Rhett Sutphin [mailto:r-sutp...@northwestern.edu

RE: Is this the right approach? -- Custom routers

2009-05-14 Thread Jerome Louvel
provide a custom ConnectorService and use Restlet 2.0 (ex-1.2). See related mails in the list archives. Instead of ErrorHandler you could customize the StatusService of your application which has a similar goal. Hope this helps! Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer

RE: Re: Clean shutdown in Tomcat

2009-05-14 Thread Jerome Louvel
Hi Matt, Regarding the 'stop' not being called on Application class, this is a know limitation. This will be addressed in Restlet 2.0: Make start/stop usage consistent http://restlet.tigris.org/issues/show_bug.cgi?id=761 Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer

RE: Case-insensitive version of Series.getValuesArray(...)

2009-05-14 Thread Jerome Louvel
Hi Arjohn, Good point, I've just added such method in SVN trunk! Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Arjohn Kampman [mailto:arjohn.kamp...@aduna

RE: Dispatching calls to resources internally

2009-05-14 Thread Jerome Louvel
regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : news [mailto:n...@ger.gmane.org] De la part de Bruno Harbulot Envoyé : vendredi 8 mai 2009 14:40 À : discuss

RE: Reissuing Post after challenge losses entity body

2009-05-14 Thread Jerome Louvel
really need such a feature, you might have to cache the representation before sending it, in memory or on disk. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De

RE: Controlling access to resources

2009-05-14 Thread Jerome Louvel
-restlet.html Of special interest to you, you might want to check the Role, MethodAuthorizer and RoleAuthorizer classes in the org.restlet.security package. You might need to create your own Authorizer subclass though, which should be trivial. Best regards, Jerome Louvel -- Restlet ~ Founder

RE: Dependency injection in Restlet 2.0 with Guice

2009-05-14 Thread Jerome Louvel
the recently announced “javax.inject”? http://crazybob.org/2009/05/announcing-javaxinjectinject.html If so, it could be an opportunity for a new Restlet extension. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios

RE: UnsupportedOperationException in DomRepresentation constructor

2009-05-13 Thread Jerome Louvel
Hi Mikis, It might help indeed to know which Java SE version you are using and if any specific XML parser is manually configured. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message

RE: Re: Good or Bad - MediaType Condition APPLICATION_WWW_FORM

2009-05-13 Thread Jerome Louvel
if needed. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Rick [mailto:freephon...@yahoo.com] Envoyé : mardi 5 mai 2009 23:11 À : discuss@restlet.tigris.org

RE: HttpClient Alternatives

2009-05-13 Thread Jerome Louvel
Hi Rob, I agree Rob we should consider direct HttpCore usage. I have added a comment in the related RFE. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com/ http

RE: Setting WWW-Authenticate Header with a 401 Response

2009-05-13 Thread Jerome Louvel
Hi there, Yes it is possible. Authentication schemes can be dynamically plugged in the engine. But what is wrong with HTTP Basic in your case? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com

RE: Oracle XE GENERATED_KEYS problem

2009-05-07 Thread Jerome Louvel
Andrew, I have replied in the c...@restlet.tigris.org list. Please, do not cross post unless really necessary. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine

RE: Restlet 1.2 to become Restlet 2.0

2009-05-06 Thread Jerome Louvel
Hi Bruno, Restlet 2.0 will keep the scope of Restlet 1.2, so Java SE 6 support will have to wait for Restlet 2.1. Regarding SNEPGO, I think it's more reasonable to move it to Restlet 2.1 then. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios

RE: Restlet 1.2 to become Restlet 2.0

2009-05-06 Thread Jerome Louvel
Hi Steven, Very good points. I don't like going too fast in term of major version numbers in general, but this might be justified again by the Java SE 6.0 requirement. We might still want an intermediary Restlet 2.1 version though, I'm really not 100% yet. Best regards, Jerome Louvel

RE: GWT 1.6.4 (client only)

2009-05-05 Thread Jerome Louvel
Servlet API JARs in your classpath, causing the loading of two different version of the ServletRequest/ServletResponse classes? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message

RE: bug? - AccessControlException on Restlet GAE module

2009-04-30 Thread Jerome Louvel
Hi Zsolt, The Restlet/GAE edition is a branch of the SVN trunk so it doesn't contain this feature yet. We will fully update the branch again for Restlet 1.2 M3. We also have some plans to automate the update of the GAE branch to remove such issues. Best regards, Jerome Louvel -- Restlet

RE: GWT 1.6.4 (client only)

2009-04-30 Thread Jerome Louvel
Hi there, We haven't updated our Restlet/GWT edition to GWT 1.6.4 yet. This is however planned for later in Restlet 1.2 development cycle. If you can provide us with help for this update, like patches and guidance, that would save us time and make it happen earlier! Best regards, Jerome Louvel

RE: content negocitation by file extension

2009-04-30 Thread Jerome Louvel
it to a defect report. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com/ http://www.noelios.com _ De : Stephane Nicoll [mailto:stephane.nic...@gmail.com] Envoyé

RE: Re: securing the whole application

2009-04-29 Thread Jerome Louvel
Hi Jao, Personnally, I would handle this inside your target Resource (or ServerResource in Restlet 1.2) subclass. Regarding the representation you could have two or just one defined as a template representation (see FreeMarker and Velocity extensions). Best regards, Jerome Louvel -- Restlet

RE: Freemarker extension minor addition

2009-04-28 Thread Jerome Louvel
Hi Matt, Thanks for reporting this issue. It's now fixed in SVN trunk and 1.1 branch. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Matt [mailto:mjwat

RE: Atom example

2009-04-25 Thread Jerome Louvel
for Manning but it is already pumping a lot of our time. If you could contribute your JAXB example to the wiki, the would be useful. For details on how to participate, check this page: http://wiki.restlet.org/about/2-restlet.html Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer

RE: help on PUT

2009-04-25 Thread Jerome Louvel
Hi Helen, Thanks for following up and clarifying this question. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : helen chen [mailto:hc...@aip.org] Envoyé

RE: Long URLs with comma-separated values and StackOverflow

2009-04-25 Thread Jerome Louvel
to expose the fact that we rely on java.util.regex for our implementation, in part because we might want to change the implementation for better performance and to solve this recursion issue that appears in complex cases. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http

RE: Entity not set when setting it from storeRepresentation

2009-04-25 Thread Jerome Louvel
Hi Mathieu, Thanks for the update. The easiest way to detect such things is to check the server log for the given request. By default the go in the console, with URI and status code. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios

RE: bug? - AccessControlException on Restlet GAE module

2009-04-25 Thread Jerome Louvel
Hi Keke, I've changed the way it this method is implemented in order to construct the Subject with the principals set already updated. This should prevent security exception. Let me know if it works better. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http

RE: Setting WWW-Authenticate Header with a 401 Response

2009-04-25 Thread Jerome Louvel
Hi Jon, Could you share more details on how you extend Guard? Which authentication scheme are you using? A custom one? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message

RE: Error form HttpConverter

2009-04-25 Thread Jerome Louvel
, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : vinoo [mailto:vinoo.jos...@gmail.com] Envoyé : vendredi 24 avril 2009 22:55 À : discuss@restlet.tigris.org Objet : Error

RE: Re: RE: Unable to cleanly undeploy restlet application from servlet container

2009-04-25 Thread Jerome Louvel
Hi Simon, I don't recall any progress on this front. I might be worth creating a issue in our tracker. If someone has time to investigate the root cause, that would be helpful. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co

RE: Errors regarding entities in 304 responses

2009-04-25 Thread Jerome Louvel
Hi Nicholas, Good report. This is a bug that I've just fixed in SVN trunk and 1.1 branch. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Nicholas Brown

RE: Questions about HTTP Authentication

2009-04-25 Thread Jerome Louvel
Hi msticker, It looks weird to me, the getSecret() should return the test password in clear at this point, unless your client doesn't send it in clear itself... Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios

RE: JSP/Servlet Representation

2009-04-25 Thread Jerome Louvel
/community/contribute Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com/ http://www.noelios.com _ De : Rob Heittman [mailto:rob.heitt...@solertium.com] Envoyé

RE: Redirector/Resolver relative path

2009-04-25 Thread Jerome Louvel
Hi Matt, Shouldn't your pattern be something like https://www.{baseUrl}{rr};? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : webp...@tigris.org

RE: Advice on libraries/solutions available to implement REST services on microsoft .NET framework

2009-04-25 Thread Jerome Louvel
REST interoperability http://blog.noelios.com/2009/02/20/microsoft-selects-restlet-to-show-rest-in teroperability/ Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De

RE: resource scheme

2009-04-16 Thread Jerome Louvel
Hi there, As it seems more like a general REST question, I suggest that you have a look at some REST specific information: http://www.restlet.org/about/faq#04 Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http

RE: ServerResource is currently incompatible with OSGi

2009-04-16 Thread Jerome Louvel
have also entered a RFE to keep track of the need for a more optimal solution in the future: Improve cleaning of annotation descriptors http://restlet.tigris.org/issues/show_bug.cgi?id=784 Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http

RE: Annotations and Restlet's future

2009-04-16 Thread Jerome Louvel
, otherwise we risk using annotations as the programming language. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com/ http://www.noelios.com _ De : Tal Liron

RE: Try to get Redirector working in GAE

2009-04-16 Thread Jerome Louvel
(in org.restlet.engine.servlet) which isn't used by the Spring extension. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com http://www.noelios.com _ De : Mikhail Spirydonau

RE: restlet as a jax-rs implementation

2009-04-16 Thread Jerome Louvel
is org.restlet.application and not org.restlet.attribute.application! Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : stephan.ko...@web.de [mailto:stephan.ko...@web.de] Envoyé

<    5   6   7   8   9   10   11   12   13   14   >