Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » RCP and concurrency(RCP and concurrency)
RCP and concurrency [message #654106] Mon, 14 February 2011 08:43 Go to next message
Gregor Anders is currently offline Gregor AndersFriend
Messages: 2
Registered: February 2011
Junior Member
Hi,

i have this nice RCP app that has different views. These views refresh their content when the EntityManager connects/disconnets from the database. Now when more then one of theses views are active and the EM connects/diconnects i get a thread access exception. So i assume EM is not thread safe. What are best practises to solve this issue ? In other words: how do i use Eclipselinks EM in a multithreaded RCP application where different views might want to access the EM at the same time.

Thx in advance
Greg
Re: RCP and concurrency [message #654132 is a reply to message #654106] Mon, 14 February 2011 09:58 Go to previous message
Tom Eugelink is currently offline Tom EugelinkFriend
Messages: 817
Registered: July 2009
Senior Member
I use Eclipselink in a multiview Swing application and have adopted the approach where an EM is bound to a window. So you can have multiple instances of the same entity in memory, one for each window. Writing a change in one window to the database and then doing the same in another will result in a version conflict.




On 14-2-2011 09:43, Gregor Anders wrote:
> Hi,
>
> i have this nice RCP app that has different views. These views refresh their content when the EntityManager connects/disconnets from the database. Now when more then one of theses views are active and the EM connects/diconnects i get a thread access exception. So i assume EM is not thread safe. What are best practises to solve this issue ? In other words: how do i use Eclipselinks EM in a multithreaded RCP application where different views might want to access the EM at the same time.
> Thx in advance
> Greg
Previous Topic:Eager OneToOne relationship not using JOIN
Next Topic:FetchGroup and column alias
Goto Forum:
  


Current Time: Fri Mar 29 05:12:17 GMT 2024

Powered by FUDForum. Page generated in 0.03444 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top