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
Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : webp...@tigris.org [mailto:webp...@tigris.org] Envoyé : mardi 12 mai 2009 19:31 À : discuss@restlet.tigris.org Objet : No CallContext given until now when using client.post() inside a jax-rs method An exception is thrown

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

2009-05-13 Thread webpost
An exception is thrown when using client.post() inside a jax-rs method Source code: http://pastebin.ca/1420694 without the call, the jax-rs method works fine. when launching the client.post() method from a main no exception is thrown. Stacktrace Using grizzly connector: