Duplicate JPASupport messages to plugins

Bug #492357 reported by Zaf
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
play framework
Status tracked in 1.0
1.0
Fix Released
Undecided
Unassigned
1.1
Fix Committed
Undecided
Unassigned

Bug Description

When using the search module, each item was being indexed several times per JPA save. I traced this back to duplicate JPASupport.objectPersisted/JPASupport.objectUpdated messages been called. JPASupport.save() calls saveAndCascade(true), then later in same method calls, saveAndCascade(false), and the JPASupport.objectUpdated event is triggered in both of these.

Changed in play:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.