@TransactionAttribute ignored on non-public SFSB PostActivate and
PrePassivate lifecycle callbacks
--------------------------------------------------------------------------------------------------
Key: WFLY-4635
URL:
https://issues.jboss.org/browse/WFLY-4635
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 9.0.0.CR1
Reporter: Ivo Studensky
Assignee: Ivo Studensky
Fix For: 10.0.0.Alpha3
Non-public PostActivate and PrePassivate SFSB are not supposed to be lifecycle methods by
WFLY-4127 which leads to a situation where transactional attributes on them are ignored.
Public methods work as expected.