Ashish wrote: > On Mon, Aug 3, 2009 at 5:23 PM, Niklas Gustavsson<nik...@protocol7.com> wrote: >> On Mon, Aug 3, 2009 at 1:44 PM, Ashish<paliwalash...@gmail.com> wrote: >>> ehcache.xml shall ship with Vysper. Also, it may need to be customized by >>> user. >> If we stick it in src/main/resources,
+1 >> it might be hard to customize by >> the user unless ehcache has some reasonable way of handling multiple >> configurations on the classpath. All the config files are in .../config respective .../resources (and we should move them all to /resources, but not scatter them around). This works pretty good as far as I can see. > > Not sure if ehcache can handle multiple classpath entries. Working on > resolving this > > Otherwise what's the best way to handle such situation? I think you did the right thing. You just missed the "/" in getResource(). It worked for me, see my latest commit on this. Bernd