[jboss-jira] [JBoss JIRA] (WFLY-3986) Enhance message WFLYEJB0463 with the name of the defining class

Frank Langelage (JIRA) issues at jboss.org
Thu Oct 16 16:26:35 EDT 2014


Frank Langelage created WFLY-3986:
-------------------------------------

             Summary: Enhance message WFLYEJB0463 with the name of the defining class
                 Key: WFLY-3986
                 URL: https://issues.jboss.org/browse/WFLY-3986
             Project: WildFly
          Issue Type: Bug
          Components: EJB
    Affects Versions: 9.0.0.Beta1
            Reporter: Frank Langelage
            Assignee: David Lloyd
            Priority: Minor


When deploying my ear package now I get messages about wrong transaction attribute for lifecycle methods (see below).
Unfortunately the name of the class where these methods are in is not given.
This should be added to the message for easier locating the problems.

16.10. 22:20:28,180 WARN  [org.jboss.as.ejb3#create] WFLYEJB0463: Invalid transaction attribute type REQUIRED on SFSB lifecycle method Method afterActivation(), valid types are REQUIRES_NEW and NOT_SUPPORTED. Method will be treated as NOT_SUPPORTED.
16.10. 22:20:28,183 WARN  [org.jboss.as.ejb3#create] WFLYEJB0463: Invalid transaction attribute type REQUIRED on SFSB lifecycle method Method beforePassivate(), valid types are REQUIRES_NEW and NOT_SUPPORTED. Method will be treated as NOT_SUPPORTED.
16.10. 22:20:28,185 WARN  [org.jboss.as.ejb3#create] WFLYEJB0463: Invalid transaction attribute type REQUIRED on SFSB lifecycle method Method afterActivation(), valid types are REQUIRES_NEW and NOT_SUPPORTED. Method will be treated as NOT_SUPPORTED.
16.10. 22:20:28,190 WARN  [org.jboss.as.ejb3#create] WFLYEJB0463: Invalid transaction attribute type REQUIRED on SFSB lifecycle method Method init(), valid types are REQUIRES_NEW and NOT_SUPPORTED. Method will be treated as NOT_SUPPORTED.
16.10. 22:20:28,191 WARN  [org.jboss.as.ejb3#create] WFLYEJB0463: Invalid transaction attribute type REQUIRED on SFSB lifecycle method Method preDestroy(), valid types are REQUIRES_NEW and NOT_SUPPORTED. Method will be treated as NOT_SUPPORTED.
16.10. 22:20:28,193 WARN  [org.jboss.as.ejb3#create] WFLYEJB0463: Invalid transaction attribute type REQUIRED on SFSB lifecycle method Method prePassivate(), valid types are REQUIRES_NEW and NOT_SUPPORTED. Method will be treated as NOT_SUPPORTED.
16.10. 22:20:28,194 WARN  [org.jboss.as.ejb3#create] WFLYEJB0463: Invalid transaction attribute type REQUIRED on SFSB lifecycle method Method init(), valid types are REQUIRES_NEW and NOT_SUPPORTED. Method will be treated as NOT_SUPPORTED.




--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jboss-jira mailing list