]
Ilia Vassilev updated WFLY-12064:
---------------------------------
Labels: downstream_dependency (was: )
SFSBs left in invalid/inconsistent state if @PrePassivate throws an
exception/error.
------------------------------------------------------------------------------------
Key: WFLY-12064
URL:
https://issues.jboss.org/browse/WFLY-12064
Project: WildFly
Issue Type: Bug
Components: Clustering, EJB
Affects Versions: 16.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Major
Labels: downstream_dependency
Fix For: 17.0.0.Beta1
If one of the SFSBs within a given bean group throws an exception from @PrePassivate,
this has the effect of aborting passivation of the bean group - however, @PrePassivate may
have already completed successfully on some bean in the group. Thus, we need to trigger
@PostActivate on these beans lest they be left in an invalid/inconsistent state for the
next invocation.