Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclispelink Cache problem
Eclispelink Cache problem [message #1793351] Mon, 06 August 2018 08:20
Raphaël GILLET is currently offline Raphaël GILLETFriend
Messages: 1
Registered: August 2018
Junior Member
I got some troubles with apparently eclipse link cache on my UI App running with JSF and Primefaces, here is the thing

I got a select UI element filled from a list, and a 'selectedElement' exists in the bean
With debug mode : when filled, the element are tagged #410, #411, #412
Then I got to another page, I modify one of the object (the 3rd)
I come back to first page, the list'element are tagged #578, #579, #580 and the changes I've made are visible in the debugger watches

Then I change the value of the select, and at the breakpoint of the setter of 'selectedElement' the value that comes be given as parameteter is #412 from first time, so with no changes made on it

It's the only place I got a problem like this in my whole UI, and i don't ever understand how this is possible, I thought @ViewScoped was enough precise for this

So it is kind of "normal" ? How this can be solved ?

SO post https://stackoverflow.com/questions/51706289/how-to-deal-with-cached-instance-in-viewscoped-page a bit more details

[Updated on: Tue, 07 August 2018 07:13]

Report message to a moderator

Previous Topic:Installation Failed
Next Topic:Annotation bug
Goto Forum:
  


Current Time: Tue Mar 19 09:54:50 GMT 2024

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

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

Back to the top