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

2011-09-26 Thread Borislav Iordanov
Hi, This is still broken. A simple use of ClientResource like this: ClientResource resource = new ClientResource(http://api.bitly.com/v3/shorten?login=; + bitlyUser + apiKey= + bitlyKey + longUrl= + longUrl + format=json); String result = resource.get().getText(); within the

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