Christian Möller <dcmoeller <at> gmx.de> writes: > Thierry Boileau <thboileau <at> gmail.com> writes: > > the configuration of a component in the context of a servlet container > > is only available with Restlet 1.1. > > Could you try with Restlet 1.1M4 or the latest snapshot > > (http://www.restlet.org/downloads/)? > > I've done the upgrade but unfortunately: Neither the directory component does > work nor the application delivering my representations (I'm receiving 404 > response code). > > Is there anything else to consider while upgrading from 1.0.10 to 1.1 M4 > besides moving code from "public Representation getRepresentation(final Variant > variant)" to "public Representation represent()" within the representation > types?
OK, implementing "public Representation represent(final Variant variant)" does the trick (I simply delegate this method call to the aformentioned parameter- less represent method): My resources are accessible again. But accessing the Directory component does still not work. Greetings Christian

