[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.rt.eclipselink] Re: use one connectio nper user - no connection pool
|
- From: Thomas Haskes <t.haskes@xxxxxxx>
- Date: Fri, 24 Jul 2009 08:17:37 +0200
- Newsgroups: eclipse.rt.eclipselink
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.22 (Windows/20090605)
That's the strange part - it does, but it won't read the persistence XML
an properties again, so I end up with a different emf object, which is
logged in as the same user it logged the first time.
Does anyone know if there is way to provide an em with a connection I
set up myself? Maybe i can get an exclusive connection per user to work
this way...
tbee schrieb:
> Yeah. Maybe the EclipseLink developers can shed a light on this. I would
> expect the code I pasted to return two different EMF's when different
> u/p are provided.
>
> Tom