RE: How to tell which client connector library is being used

2013-06-10 Thread Jerome Louvel
Hi Robert,

It seems that you are missing the org.restlet.ext.httpclient.jar in the 
classpath which will actually support the Apache HTTP client library.

Best regards,
Jerome
--
http://restlet.org
http://twitter.com/#!/jlouvel

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


RE: How to tell which client connector library is being used

2013-06-10 Thread Robert Dodier
 It seems that you are missing the
 org.restlet.ext.httpclient.jar in the classpath which
 will actually support the Apache HTTP client library.

Thanks for the tip. I've updated the classpath.
I realize now that I didn't pay attention to the
lib/readme.txt which has the list of jars for
the Apache Httpclient extension.

Incidentally lib/readme.txt doesn't mention that
the SSL library is needed by the Httpclient extension.
I found out by getting a ClassNotFoundException
for SslUtils (used by HttpClientHelper). I suppose
that's a bug.

I have to say this business of changing the
connectors based on what's in the classpath is
really a disaster. Surely it would be better to
name the connector class somewhere.

best

Robert Dodier

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