]
RH Bugzilla Integration updated WFLY-9509:
------------------------------------------
Bugzilla References:
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
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.