To give some more insight on the problem. When I run the code in the debugger 
the code fails on line 229 of ClientAdapter.java. 

This line.

userCallback.handle(request, response);

I've looked at it in the debugger and there's no method to handle in the Proxy 
Class that I provided, the debugger also show that the class generated inherits 
from ClientResource, but I cannot find an implementation of handle(request, 
response) in ClientResource or UniformResource (parent class). 

This seems to be where the problem is occurring. Is this a bug, or am I doing 
something wrong?

By the way, Restlet looks excellent and I am looking forward to using it in 
2010. Happy New year to the Restlet Team.

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

Reply via email to