Ok so I just needed to call release() on the resource doh!. But after reading a few other posts on clients I am wondering if my approach is incorrect.
If anyone can answer any of the following I would much appreciate it 1) Does anyone have an example of using the clientresource.wrap method that takes an interface (that uses annotations I think)? 2) I am trying to use the apache http client and have included the ext.httpclient jar and registered the helper as in (http://wiki.restlet.org/docs_2.0/13-restlet/275-restlet/266-restlet.html) but when i put a breakpoint in the start method of httpclienthelper it never gets called, am I missing a step? cheers Chris ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2642821

