javaee / ejb-spec

See javax.ejb project for API. Contains legacy issues only.
https://github.com/javaee/javax.ejb
6 stars 1 forks source link

Spec bug regarding tx attributes for timeout methods #118

Open glassfishrobot opened 10 years ago

glassfishrobot commented 10 years ago

EJB 3.2 spec section 13.2.8 incorrectly states that timeout methods must have Required or RequiresNew transaction attributes. NotSupported is also supported for these methods. Section 8.3.7 and javadocs have correct specification of requirements.

This is a candidate for fixing in a potential errata MR.

Affected Versions

[3.2]

glassfishrobot commented 10 years ago

Reported by @ldemichiel

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA EJB_SPEC-118