RE: Re: Receive Multi Line Text in Form post

2011-03-03 Thread Jerome Louvel
Hi Sheshakiran, You have subscribed yourself to post a question related to Grizzly in the past: http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1577917 It would have been nice from you to unsubscribe yourself as well instead of polluting the list. Anyway, I have removed yo

Restlet 2.1-M2 and GWT 2.2.0

2011-03-03 Thread Pierre Fouché
Hi, I'm trying to execute the "First application" example (from http://wiki.restlet.org/docs_2.1/13-restlet/21-restlet/318-restlet/303-restlet.html) using Restlet 2.1-M2 GWT edition and GWT 2.2.0, but I get the following exception: java.lang.RuntimeException: Deferred binding failed for 'org.

Simple AJAX test

2011-03-03 Thread Mohamed Abdel-Aziz Bayoumi
Hello, I was wondering whether someone can post a very simple code demonstrating the use of AJAX within a restlet resource ? (i have made a restlet html page that included javascript code to get me simple text from another restlet that returns just a string representation but that didn't work an

RE: Restlet 2.1-M2 and GWT 2.2.0

2011-03-03 Thread Jerome Louvel
Hi Pierre, Compatibility with GWT 2.2 is definitely planned for Restlet 2.1, maybe for 2.1 M3 due next week... Thierry has already worked on this but it looks difficult to support both GWT 2.2 and previous versions at the same time, so Restlet 2.0 will likely not be updated for GWT 2.2. Best

RE: Restlet 2.1-M2 and GWT 2.2.0

2011-03-03 Thread Steve Hunt
I tried the same thing at the start of this week Pierre. To get it working I had to pull the Restlet code from SVN, drop in the new GWT jar files, and make a change to a single class; ClientProxyGenerator Add a new method getTypeSerializerCreatorGWT2_2 with the correct constructor using Gener

Using Restlet in GWT to replace the default RPC

2011-03-03 Thread Steve Hunt
I've got a few questions which I hope you can help me with. Some of them may seem obvious, but I've spent the morning reading documentation and trying out code and I'm only making slow progress. What I'm trying to achieve. A GWT application, running in hosted mode (for the moment) using Restlet t

RE: Using Restlet in GWT to replace the default RPC

2011-03-03 Thread Steve Hunt
Update. I've downloaded the xtreme 1.3.1 distribution and got the required jar file from there, so the class not found is gone. Now I have NoClassDefFoundError sun.reflect.ReflectionFactory is a restricted class. Please see the GOogle App Engine Developers guide for more details. I think I mig

RE: Using Restlet in GWT to replace the default RPC

2011-03-03 Thread Steve Hunt
Forgot to explain what the error was if I use @Post("xml") I get; Unsupported Media Type (415) and it never hits the service. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2709327

RE: Simpler question: https server example?

2011-03-03 Thread Jerome Louvel
Hi Brian, I’m resending my reply now that the list is working again… Here is a tutorial on HTTPS in the user guide: http://wiki.restlet.org/docs_2.0/13-restlet/27-restlet/46-restlet/213-restlet.html Best regards, Jerome -- Restlet ~ Founder and Technical Lead ~

Difference between org.restlet.client.resource.ClientResource and org.restlet.resource.ClientResourc

2011-03-03 Thread Steve Hunt
http://www.restlet.org/documentation/2.1/jse/api/org/restlet/resource/ClientResource.html and http://www.restlet.org/documentation/snapshot/gwt/api/org/restlet/client/resource/ClientResource.html I can see that there are differences, for example the .client version doesn't have the method wrap.

Re: Android and NTLM

2011-03-03 Thread Ravi Choppalli
Jerome Louvel noelios.com> writes: > > Hi Andy, > > The ChallengeScheme#HTTP_NTLM constant isn't supported by any extension at this point. The solutions > mentioned on the wiki use alternate way to configure NTLM credentials. Have a look at the example Java > source code for Android attached

RE: OData Service and NTLM

2011-03-03 Thread rkchoppalli
Hi, I tried all the ways explained below... Here is a mail I sent to another post... please bear with me if this is getting repeated as I'm using this system for the first time.. = Hi, Really appreciate any help/direction. Thank you! I'm trying to use the NTLM authenticatio

Odata Ntlm authentication from unix/java

2011-03-03 Thread Ravi Kiran Choppalli
Hi, Really appreciate any help/direction. Thank you! I'm trying to use the NTLM authentication to make a call to the Odata webservice. It works fine on local because my local windows credentials are probably used, and my userid is authenticated with the Dynamics CRM server as I've an accoun t