Re: lib/org.restlet.ext.ssl.jar missing from 2.2.2 zip

2014-08-20 Thread Timothy Aanerud
Robert, PkixSslContextFactory has moved to org.restlet.ext.jsslutils.jar Check your start up code, do you have a line like this: parameters.add("sslContextFactory", "org.restlet.ext.ssl.PkixSslContextFactory"); Either comment out this line or fix the package name here. -- Timothy Aaner

lib/org.restlet.ext.ssl.jar missing from 2.2.2 zip

2014-08-20 Thread Robert Barnett
The 2.2.2 documentation states that to enable https one must add lib/org.restlet.ext.ssl.jar to the class path. (source: http://restlet.com/learn/guide/2.2/core/security/https) But no such jar appears in the distribution. Omitting this jar appears to lead to the runtime exception: java.lang.

simple spring example help

2014-08-20 Thread bitsofinfo
Hi, I am trying to wire up the following in spring. I can get the "topComponent" object from my spring context. I invoke start() on it, however the SpringRouter I have setup does not seem to be registered? No matter what URI I go to at localhost:8090/restlet/20140101 i just get 404's What am I