Re: JPA Load-Time Enhancement

2013-01-29 Thread ymaraner
Does your comment: openejb javaagent (added by default) mean that if I use JPA, I don't need to do anything to enable load time enhancement of my JPA classes? It won't use subclassing so my JPA performance will be as good as it can be? Thanks, Tim - - Tim -- View this message in context:

Re: Disable auto-create resource TomEE+ 1.5.1

2013-01-29 Thread xanko
Hi Romain, With the parameter openejb.offline or when I define a non jta resource with a size of 0, it's perfect ! Before, I tried tomee.config but it didn't work and I haven't had the idea to define the unmanaged resource... Thank you for your help Xanko -- View this message in context:

Re: Custom Security for REST

2013-01-29 Thread dorwin
Hello, I downloaded the latest 1.5.2 snapshot and I still get no injection when using @Context HttpServletRequest request; I'm using the workaround of a servletfilter with @Inject and that is working, however. Dorwin -- View this message in context:

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-29 Thread David Blevins
On Jan 29, 2013, at 4:04 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: On Tue, Jan 29, 2013 at 6:08 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2013/1/30 Caldarale, Charles R chuck.caldar...@unisys.com: From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] Subject:

Re: WARNING - Could NOT lazily initialize session context because of null RequestContext + login = context parameter can not be null

2013-01-29 Thread Romain Manni-Bucau
That's a bug in session scope using session directly: ill fix it soon but disactivacte it and it will work Le 30 janv. 2013 06:23, José Luis Cetina maxtorz...@gmail.com a écrit : Hi When i deploy 2 or more webapps in the same EAR each of them have (webapp) with their own session bean and use a