create inbound root override problem

2010-05-03 Thread holograham
Hello,

I just downloaded restlet for gwt. I am attempting to integrate it into an
existing gwt application. I am attempting to bring the test application into
my project to ensure its configured properly. I get a sole compiler error
saying that the createInboudRoot() method must override a supertype method.
So it appears the version of Application.class I am using does not have this
method which I find very strange. Why would this like that and how can I fix
it?

 I am uing Maven to manage my dependencies and currently use org.restlet.gwt
artifact id org.restlet. I suspect this may be the problem

Thanks
-- 
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/create-inbound-root-override-problem-tp4956547p4956547.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

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


Re: create inbound root override problem

2010-04-26 Thread Nico Van Cleemput
If your method name is indeed createInboudRoot(), then you only have made a
small typo: there is a n missing in the word inbound. ;)
-- 
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/create-inbound-root-override-problem-tp4956547p4961436.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

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