RE: Re: Using the simple framework in Restlet

2011-05-09 Thread Steve Ferris
Thanks, I was missing the org.simpleframewo​rk.jar and the ClassNotFound exceptions were being buried in the log file. all working now thanks Steve -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2733454

Using the simple framework in Restlet

2011-05-05 Thread Steve Ferris
Hi, I cannot work out how to tell my standalone Restlet application to the use the Simple framework as it's chosen server connector. Is this some method I have to call or property to set? I am using maven and have included the correct dependency. thanks Steve

Re: Using the simple framework in Restlet

2011-05-05 Thread Matt Kennedy
It should be as simple as having $RESTLET_HOME/lib/org.restlet.ext.simple.jar and $RESTLET_HOME/lib/org.simpleframework_N.N/org.simpleframework.jar on your classpath. On Thu, May 5, 2011 at 7:20 AM, Steve Ferris steve.fer...@forgerock.comwrote: Hi, I cannot work out how to tell my standalone