Re: Code working on 2.0 doesn't work on 2.1RC1

2011-10-26 Thread Alex Milowski
On Sat, Oct 22, 2011 at 9:58 AM, Gabriel Pulido wrote: > > This client when I use the 2.0 restlet library works well and I could use the > object and the representation. > However when I use the 2.1 restlet library the line: > >  EnvObject object = (EnvObject)resource.retrieveObject(); > > Object

Code working on 2.0 doesn't work on 2.1RC1

2011-10-22 Thread Gabriel Pulido
Hello, I have a very simple example that is very similar to the application tutorial on restlet that works using the 2.0 and doesn't work using 2.1RC1. Maybe I've missing something, or maybe this already answered in the thread, if this is the case, pleas point me to the right direction. Thank yo