Hi Hamroune,

Could you check the user guide again, for the 2.1 version (see attache source 
code):
http://wiki.restlet.org/docs_2.1/13-restlet/21-restlet/318-restlet/303-restlet.html

Best regards,
Jerome
--
Restlet ~ Founder and Technical Lead ~ http://www.restlet.o​rg
Noelios Technologies ~ http://www.noelios.com




-----Message d'origine-----
De : hamroune [mailto:hamroun...@gmail.com] 
Envoyé : vendredi 20 mai 2011 12:19
À : discuss@restlet.tigris.org
Objet : Restlet 2.1-Snapshot and GWT 2.3

Hi all,
Today i have begin a Restlet project with GWT 2.3 , I have these dependancies 
in pom.xml

the last depandancy i think !
<dependency>
      <groupId>org.restlet.gwt</groupId>
      <artifactId>org.restlet</artifactId>
      <version>2.1-SNAPSHOT</version>
</dependency>
in .gwt.xml i inherits the right module of Rest like THis

<inherits name='org.restlet.Restlet'/>

I Try to do the given Example
http://wiki.restlet.org/docs_2.0/13-restlet/21-restlet/318-restlet/303-restlet.html#dsy303-restlet_gwt
but unfortunly it doesn't work, the error is :


in
ContactResourceProxy res= GWT.create(ContactResourceProxy.class);

Caused by: java.lang.RuntimeException: Deferred binding failed for 
'com.example.blabla.ContactResourceProxy' (did you forget to inherit a required 
module?) what wrong?

THx a lot




--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/Restlet-2-1-Snapshot-and-GWT-2-3-tp6385471p6385471.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2742252

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2742369

Reply via email to