Re: JCache using TomEE 7.0.0 example project

2015-12-01 Thread sgjava
Updated to add Hazelcast provider and externalize config file name in app.properties. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/JCache-using-TomEE-7-0-0-example-project-tp4676932p4677081.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: JCache using TomEE 7.0.0 example project

2015-11-23 Thread Andy Gumbrecht
That's great to see. Thanks for taking the time to update everyone! Andy. On 20/11/2015 19:58, sgjava wrote: I finally have Ehcache 3 and Apache JCS 2 providers working with JCache and annotations. To change the provider just edit the POM, change the configuration file in CacheBean and build.

Re: JCache using TomEE 7.0.0 example project

2015-11-23 Thread Jonathan S. Fisher
nice work! On Fri, Nov 20, 2015 at 12:58 PM, sgjava wrote: > I finally have Ehcache 3 and Apache JCS 2 providers working with JCache and > annotations. To change the provider just edit the POM, change the > configuration file in CacheBean and build. > >

Re: JCache using TomEE 7.0.0 example project

2015-11-23 Thread Howard W. Smith, Jr.
Thanks for sharing!

JCache using TomEE 7.0.0 example project

2015-11-20 Thread sgjava
I finally have Ehcache 3 and Apache JCS 2 providers working with JCache and annotations. To change the provider just edit the POM, change the configuration file in CacheBean and build. https://github.com/sgjava/jcache-tomee * Unit tests provide examples * JAX-RS using CDI bean and JCache