Re: Number of simultaneous @Asynchronous threads

2012-08-19 Thread zeeman
Great, thanks. -- View this message in context: http://openejb.979440.n4.nabble.com/Number-of-simultaneous-Asynchronous-threads-tp4656891p4656908.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: (Security) isUserInRole not working?

2012-08-19 Thread Romain Manni-Bucau
Hi, it typically needs to configure the tomcat realm to be the openejb one (link between tomcat and openejb) here a sample: http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/src/main/tomee/conf/server.xml it uses the properties config but using the sql one should

(Security) isUserInRole not working?

2012-08-19 Thread jszczepankiewicz
Hi, Apache tomee 1.0.0 web profile, jdk 7. I am facing strange problem: Using programmatic login by HttpServletRequest.login method. Also using: org.apache.openejb.core.security.jaas.SQLLoginModule After login I can successfully use methods on (HttpServletRequest and on SessionContext) req.getU

Re: tomee ejb annotation not injecting

2012-08-19 Thread Romain Manni-Bucau
https://github.com/rmannibucau/some-jsf i fixed a single stuff: the ability to put mysql in the webapp and using tomcat-jdbc as pool but switching to commons dbcp all was working fine out of the box... Note: you added some constraints on the entity but didn't initialize them (first name etc) so t

Re: Number of simultaneous @Asynchronous threads

2012-08-19 Thread Romain Manni-Bucau
weird it was 10, by defaukt we were between 10 and 20... btw here is the new config(s): https://issues.apache.org/jira/browse/TOMEE-382 *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/8/19 David Blevins > Looks like we need to add a config property