RE: 304 responses cause WARN logging

2010-06-10 Thread Eric Hough
http://restlet.tigris.org/issues/show_bug.cgi?id=1122 -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2618934

RE: Spring + Restlet 1.2-SNAPSHOT, NullPointerException

2009-04-21 Thread Eric Hough
Thanks to Kevin and Jerome's help, I was able to get a working Spring configuration. It still uses the deprecated Resource class, but it works for now and that's good enough for my needs. In case anyone is following this thread, here are the details: applicationContext.xml: ?xml version=1.0

RE: Spring + Restlet 1.2-SNAPSHOT, NullPointerException

2009-04-08 Thread Eric Hough
Thanks for the resources, Jerome. I'll take a look and see what I can learn from them! -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=151

Spring + Restlet 1.2-SNAPSHOT, NullPointerException

2009-04-04 Thread Eric Hough
I've been having trouble getting Spring to play nice with Restlet (I'm experienced with Spring, a newbie with Restlet, so please bear with me!). Using Spring 2.5.6 and Restlet 1.2-SNAPSHOT. I want to define a resource called uniq and map /uniq to my UniqResource bean (extends Resource).