Re: Entity manager injection

2007-03-05 Thread Craig L Russell
; affiliated >> entities, that may be confidential, proprietary, copyrighted >> and/or >> legally privileged, and is intended solely for the use of the >> individual >> or entity named in this message. If you are not the intended >> recipient, >>

Re: Entity manager injection

2007-03-05 Thread Matthieu Riou
, proprietary, copyrighted >> and/or >> legally privileged, and is intended solely for the use of the >> individual >> or entity named in this message. If you are not the intended >> recipient, >> and have received this message in error, please immediately return >

Re: Entity manager injection

2007-03-05 Thread Craig L Russell
eived this message in error, please immediately return this by email and then delete it. > -Original Message- > From: Matthieu Riou [mailto:[EMAIL PROTECTED] > Sent: Monday, March 05, 2007 8:48 AM > To: Patrick Linskey > Cc: open-jpa-dev@incubator.apache.org > Subject: Re

Re: Entity manager injection

2007-03-05 Thread Matthieu Riou
eceived this message in error, please immediately return this by email and then delete it. > -Original Message- > From: Matthieu Riou [mailto:[EMAIL PROTECTED] > Sent: Monday, March 05, 2007 8:48 AM > To: Patrick Linskey > Cc: open-jpa-dev@incubator.apache.org > Subject:

RE: Entity manager injection

2007-03-05 Thread Patrick Linskey
e not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. > -Original Message- > From: Matthieu Riou [mailto:[EMAIL PROTECTED] > Sent: Monday, March 05, 2007 8:48 AM > To: Patrick Linskey > Cc: open-jpa-

Re: Entity manager injection

2007-03-05 Thread Matthieu Riou
are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. > -Original Message- > From: Matthieu Riou [mailto:[EMAIL PROTECTED] > Sent: Friday, March 02, 2007 8:32 AM > To: open-jpa-dev@incubator.apache.

RE: Entity manager injection

2007-03-05 Thread Patrick Linskey
ot the intended recipient, and have received this message in error, please immediately return this by email and then delete it. > -Original Message- > From: Matthieu Riou [mailto:[EMAIL PROTECTED] > Sent: Friday, March 02, 2007 8:32 AM > To: open-jpa-dev@incubator.apache.or

Entity manager injection

2007-03-02 Thread Matthieu Riou
Hi, For ODE we're managing our transactions ourselves. We start them and commit them explicitly. By the same token we create the EntityManagerFactory ourselves. Is there a possibility to use the EntityManager injection in the persistent classes in this context or do we have to implement our own T