JBAS014279: Invalid transaction attribute type REQUIRED on SFSB lifecyle method Method ... after applying JBoss EAP 6.4 CP17

Solution Unverified - Updated -

Issue

We are seeing this warning logged when we deploy our EJB2 style Stateful EJB after applying Cumulative Patch (CP) 17
EJB 2 deployment that does not specify transaction attribute for lifecycle methods such as: ejbActivate, ejbRemove, ejbPassivate are logging this warning.

WARN  [org.jboss.as.ejb3] (ServerService Thread Pool -- 50) 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.
WARN  [org.jboss.as.ejb3] (ServerService Thread Pool -- 50) JBAS014279: Invalid transaction attribute type REQUIRED on SFSB lifecyle method Method ejbPassivate(), valid types are REQUIRES_NEW and NOT_SUPPORTED. Method will be treated as NOT_SUPPORTED.
WARN  [org.jboss.as.ejb3] (ServerService Thread Pool -- 50) JBAS014279: Invalid transaction attribute type REQUIRED on SFSB lifecyle method Method ejbActivate(), valid types are REQUIRES_NEW and NOT_SUPPORTED. Method will be treated as NOT_SUPPORTED.

Environment

Red Hat JBoss Enterprise Application Platform 6.4 CP17

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.