Re: Apache TomEE 1.6.0-SNAPSHOT -- Recent Regression with REST Application

2013-11-22 Thread Romain Manni-Bucau
they are in: geronimo- (maybe i didnt get the note) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/22 jieryn jie...@gmail.com: I confirm that works, and the

Re: Apache TomEE 1.6.0-SNAPSHOT -- Recent Regression with REST Application

2013-11-22 Thread Romain Manni-Bucau
they are not scanned, they are not used (excepted jaxrs cause of jersey) but the fact you provided them in the webapp is logged to gently say you to remove it ;). Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau

Re: Apache TomEE 1.6.0-SNAPSHOT -- Recent Regression with REST Application

2013-11-22 Thread jieryn
Ok, ok. :-) On Fri, Nov 22, 2013 at 9:44 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: they are not scanned, they are not used (excepted jaxrs cause of jersey) but the fact you provided them in the webapp is logged to gently say you to remove it ;). Romain Manni-Bucau Twitter:

example of distinct max pool sizes for different stateless beans

2013-11-22 Thread Leonardo K. Shikida
Hi can anyone send me an example of how should I configure files to have two types of stateless beans with different max pool sizes and how to relate each one with specific classes? TIA Leo

Re: example of distinct max pool sizes for different stateless beans

2013-11-22 Thread Romain Manni-Bucau
Just define multiple containers and set the container id by bean http://tomee.apache.org/details-on-openejb-jar.html Le 22 nov. 2013 18:31, Leonardo K. Shikida shik...@gmail.com a écrit : Hi can anyone send me an example of how should I configure files to have two types of stateless beans

Re: example of distinct max pool sizes for different stateless beans

2013-11-22 Thread Leonardo K. Shikida
you mean in tomee.xml I define Container id=Foo1 type=STATELESS PoolSize = 10 /Container Container id=Foo2 type=STATELESS PoolSize = 20 /Container and then in my webapp, in WEB-INF/openejb-jar.xml ?xml version=1.0?openejb-jar xmlns=http://www.openejb.org/openejb-jar/1.1; ejb-deployment

Re: example of distinct max pool sizes for different stateless beans

2013-11-22 Thread Romain Manni-Bucau
Ejb jr us useless is you usr default .ames but yes Le 22 nov. 2013 20:21, Leonardo K. Shikida shik...@gmail.com a écrit : you mean in tomee.xml I define Container id=Foo1 type=STATELESS PoolSize = 10 /Container Container id=Foo2 type=STATELESS PoolSize = 20 /Container and then in my

Re: Tomee config questions

2013-11-22 Thread ymaraner
zeeman wrote 2- Where can I find a reference to all options to be configured? Romain Manni-Bucau wrote 2) http://tomee.apache.org/properties-listing.html + tomee/openejb jira i guess Seriously, is there a comprehensive reference for configuring TomEE? Responses on the forums are very