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.

how do I limit the number of WS in a web-application?

2015-11-23 Thread Leonardo K. Shikida
Hi My application web services receives a lot of requests and it's consuming a lot of stateless resources. How do I limit the number of simultaneous WS stateless instances in Tomee without affecting other stateless resources? If there's a way, can anyone provide an example of such a

Re: how do I limit the number of WS in a web-application?

2015-11-23 Thread Romain Manni-Bucau
Hi On the phone but openejb-jar.xml allows you to set one specific container per ejb. This way change the pool size by ejb. Alternative is to simply use a semaphore within your app. Le 24 nov. 2015 01:38, "Leonardo K. Shikida" a écrit : > Hi > > My application web services

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!