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