[jboss-jira] [JBoss JIRA] (AS7-4421) @TransactionTimeout ignored if method ist not public
Frank Langelage (JIRA)
jira-events at lists.jboss.org
Thu Apr 5 16:23:47 EDT 2012
Frank Langelage created AS7-4421:
------------------------------------
Summary: @TransactionTimeout ignored if method ist not public
Key: AS7-4421
URL: https://issues.jboss.org/browse/AS7-4421
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: 7.1.1.Final
Reporter: Frank Langelage
Assignee: jaikiran pai
Priority: Minor
The annotation @TransactionTimeout is not honored, when the method has other than public access.
@Timeout methods invoked by the container are allowed to have "public, private, protected, or package level access".
So the annotation should work also if method is not public.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list