]
RH Bugzilla Integration commented on WFLY-9509:
-----------------------------------------------
Aurel Pintea <apintea(a)redhat.com> changed the Status of [bug
Default SFSB Lifecycle methods transaction attribute causing
warnings
---------------------------------------------------------------------
Key: WFLY-9509
URL:
https://issues.jboss.org/browse/WFLY-9509
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 11.0.0.Final
Reporter: Brad Maxwell
Assignee: Brad Maxwell
Fix For: 12.0.0.Alpha1
Attachments: warning-reproducer.zip
EJB 2 deployment that does not specify transaction attribute for lifecycle methods such
as: ejbActivate, ejbRemove, ejbPassivate are logging this warning.
JBAS014279: Invalid transaction attribute type REQUIRED on SFSB lifecyle method Method
ejbRemove(), valid types are REQUIRES_NEW and NOT_SUPPORTED. Method will be treated as
NOT_SUPPORTED.