[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

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