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). Si

Spring + Restlet 1.2-SNAPSHOT, NullPointerException

2009-04-04 Thread webpost
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). Simpl

Spring + Restlet 1.2-SNAPSHOT, NullPointerException

2009-04-04 Thread webpost
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). Simpl

RE: Spring + Restlet 1.2-SNAPSHOT, NullPointerException

2009-04-07 Thread Jerome Louvel
org/> http://www.restlet.org Noelios Technologies ~ Co-founder ~ <http://www.noelios.com/> http://www.noelios.com _ De : Eric Hough [mailto:k2e...@gmail.com] Envoyé : vendredi 3 avril 2009 21:32 À : discuss@restlet.tigris.org Objet : Spring + Restlet 1.2-SNAPSHOT, NullPoin

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=4447&dsMessageId=151

Re: Spring + Restlet 1.2-SNAPSHOT, NullPointerException

2009-04-08 Thread Kevin Conaway
endredi 3 avril 2009 21:32 > *À :* discuss@restlet.tigris.org > *Objet :* Spring + Restlet 1.2-SNAPSHOT, NullPointerException > > 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!).

RE: Spring + Restlet 1.2-SNAPSHOT, NullPointerException

2009-04-08 Thread Jerome Louvel
e : Kevin Conaway [mailto:kevin.cona...@gmail.com] Envoyé : mercredi 8 avril 2009 14:20 À : discuss@restlet.tigris.org Objet : Re: Spring + Restlet 1.2-SNAPSHOT, NullPointerException Hi Jerome, There is a bug specifically with the SpringFinder class.� The parent Finder was refactored such that it now check

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: http://www.spring