Re: RequestScoped entityManager

2012-08-27 Thread Cody Lerum
:38 AM Subject: RequestScoped entityManager Hello, Does DS provides a requestScopes em ? I tried to to something like https://cwiki.apache.org/EXTCDI/jpa-usage.html, but I had an error (don't remember which one, I think it was because em wasn't associated with current tx) For the moment

Re: RequestScoped entityManager

2012-08-27 Thread Arne Limburg
: Friday, August 24, 2012 11:38 AM Subject: RequestScoped entityManager Hello, Does DS provides a requestScopes em ? I tried to to something like https://cwiki.apache.org/EXTCDI/jpa-usage.html, but I had an error (don't remember which one, I think it was because em wasn't associated

Re: RequestScoped entityManager

2012-08-26 Thread Stuart Douglas
for it. LieGrue, strub - Original Message - From: Adrian Gonzalez adr_gonza...@yahoo.fr To: deltaspike-dev@incubator.apache.org deltaspike-dev@incubator.apache.org Cc: Sent: Friday, August 24, 2012 11:38 AM Subject: RequestScoped entityManager Hello, Does DS provides

RequestScoped entityManager

2012-08-24 Thread Adrian Gonzalez
Hello, Does DS provides a requestScopes em ? I tried to to something like https://cwiki.apache.org/EXTCDI/jpa-usage.html, but I had an error (don't remember which one, I think it was because em wasn't associated with current tx) For the moment, I'm using softwaremill 

Re: RequestScoped entityManager

2012-08-24 Thread Mark Struberg
: Sent: Friday, August 24, 2012 11:38 AM Subject: RequestScoped entityManager Hello, Does DS provides a requestScopes em ? I tried to to something like https://cwiki.apache.org/EXTCDI/jpa-usage.html, but I had an error (don't remember which one, I think it was because em wasn't

Re: RequestScoped entityManager

2012-08-24 Thread Mark Struberg
: Sent: Friday, August 24, 2012 12:54 PM Subject: Re: RequestScoped entityManager  If you like to use UserTransactions, then check our JPA module. Guess Gerhard added a sample for it. Sorry I've looked but didn't found it ;(  On a few servers the EE - injected EMF will only allow you