> On Mon, Aug 3, 2009 at 10:32 AM, <ber...@apache.org> wrote:
>> move ehcache.xml to config/ where it resides together with the other 
>> configurations.
>
> ehcache.xml should probably be in src/main/resources if we want to
> ship it with Vysper, or in src/test/resources if we only want it for
> our unit tests. Currently, mvn test fails and having it in
> src/main/config also requires manual setup in IDEs. We should probably
> look into moving all config files in either src/main/resources or
> src/test/resources.

ehcache.xml shall ship with Vysper. Also, it may need to be customized by user.

Thinking about this, should we think about a cache provider like
implementation, wherein we can plugin custom providers like ehcache,
jboss cache,or oscache?

Configuring it by use of properties would be  big plus

Kept it in resources, as my tests weren't able to find it in config :-(

+1 to keep it in resources

-- 
thanks
ashish

Reply via email to