Jonathan Hall <jonrhall <at> gmail.com> writes: > Maybe down to: "Important Context Changes" dated 29/07/2008 > > "- the Context instance given to an application (or any Restlet > actually) will be the one effectively used. If parameters are set, they > will be directly and permanently accessible. If none is given, a null > context will be returned by getContext(), no default context will be > returned anymore."
Thanks! I changed the line from Context.getCurrent() to Application.getCurrent().getContext() and at first blush it seems to work. I'll continue working with it to make sure it bears up and post the new FinderFactoryModule.java with Tim's update and this tweak. Chris Lee

