I'm getting this same error using the second mechanism described here:
http://wiki.restlet.org/docs_2.0/13-restlet/28-restlet/70-restlet/195-restlet.html
In my original configuration I did not have any Component bean, just the
Application one. I've added it to attacch new protocols to the context:
<bean id="component" class="org.restlet.ext.spring.SpringComponent">
<property name="client">
<util:constant static-field="org.restlet.data.Protocol.HTTP" />
</property>
</bean>
Maybe there's another way to set protocols to the Application rather than
using a Component.
Thanks.
--
View this message in context:
http://restlet-discuss.1400322.n2.nabble.com/SEVERE-don-t-pass-the-component-context-to-child-Restlets-anymore-tp3914802p6571114.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2790393