[
https://issues.jboss.org/browse/WFLY-8954?page=com.atlassian.jira.plugin....
]
Nuno Godinho de Matos edited comment on WFLY-8954 at 3/1/18 3:41 AM:
---------------------------------------------------------------------
Hi Tomas,
I am very sorry that I have been able to do what you've asked.
Currently I do not have the time availability to check this unfortunately.
I will have to do it in one of my weekends.
Right now the 10.1.0.Final version is working quite well with eclipselink with the fix we
have set in, so this does not have priority.
Kindest regards.
was (Author: nuno.godinhomatos):
Hi Tomas,
I am very sorry that I have been able to do what you've asked.
Currently I do not have the time availability to check this unfortunatly.
I will have to do it in one of my weekends.
Right now the 10.1.0.Final version is working quite well with eclipselink with the fix we
have set in, so this does not have priority.
Kindest regards.
Wildfly 10 with eclipselink Onscucess observer gets stale entity
----------------------------------------------------------------
Key: WFLY-8954
URL:
https://issues.jboss.org/browse/WFLY-8954
Project: WildFly
Issue Type: Bug
Components: JPA / Hibernate
Affects Versions: 10.0.0.Final
Reporter: Nuno Godinho de Matos
Assignee: Scott Marlow
Fix For: 13.0.0.Beta1
Hi,
In widlfly there seems to be an important issue concerning CDI events and observing these
events during onsuccess. At least while using eclipselink.
When using wildfly 10.0.0.Final together with eclipselink, if an application modifies an
entity A, fires an event stating entity A has been modified, and an observer consumes this
event during transaction success.
Then the observer will be working with stale entities that do not reflect the
modifications done to the entity.
A sample application for this issue is available in:
https://github.com/99sono/wildfly10-observe-on-success-stale-entity
The widlfly configuration xml for the sample application, is available in the application
itself, as can be seen in the readme documentation.
Many thanks for taking a look.
Kindest regards.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)