"java.io.OutputStream" in Restlet? - Connection to JENA

2010-12-14 Thread webpost
Dear Developer; How are you? I am using RESTLET for implementing Linked Open data. My problem is that I can not connect Jena output into Restlet representation. Because Jena only writes its output to "java.io.OutputStream" directly. So, I can not create any representation associated with RESTLET

Question about redirect on example/book/rest/ch7

2010-12-14 Thread webpost
Hi I am trying out the Bookmark example listed for chapter 7 of the restful web service book. Everything works except when I try to get a list of bookmarks for a particular user, it always says not found. If I comment out the handle function in the BookmarksResource, then the request to users/m

2.1 m1: Router not finding resources with "/" at the end

2010-12-14 Thread webpost
Hi, Could routers work by default with both "/" missing or being present at the end of URL? Here's a sample where this http://cultureshows.appspot.com/api/v1/theaters/agxjdWx0dXJlc2hvd3NyDwsSB1RoZWF0ZXIY8asBDA/shows works, but http://cultureshows.appspot.com/api/v1/theaters/agxjdWx0dXJlc2hvd3N

Re: Maven indices not properly updated?

2010-12-14 Thread Fabian Mandelbaum
Hello Thierry, I've just sent it to you in a private message. Thank you. On Tue, Dec 14, 2010 at 12:46 PM, Thierry Boileau wrote: > Hello Fabian, > > could you send me your sample project, and log files? > > best regards, > Thierry Boileau > > ---

RE: Maven indices not properly updated?

2010-12-14 Thread Thierry Boileau
Hello Fabian, could you send me your sample project, and log files? best regards, Thierry Boileau -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2690693

RE: NPE in the HttpClient Extension

2010-12-14 Thread Thierry Boileau
Hello Avi, I'm quite surprised too, the component has its own list of client helpers. The NPE may be due to the fact that the httpclient helper is not started (in this case, the underlying Apache client is not instantiated). Do you have any reproductible test case? Do you notice something weird