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

Note relationships to the Transactional interceptors #99

Closed glassfishrobot closed 11 years ago

glassfishrobot commented 11 years ago

Transactional interceptors should be illegal for EJBs - see http://java.net/projects/ejb-spec/lists/jsr345-experts/archive/2013-03/message/57

Affected Versions

[3.2]

glassfishrobot commented 11 years ago

Reported by mvatkina

glassfishrobot commented 11 years ago

mvatkina said: 7.1 Overview

It is illegal to associate JTA transactional interceptors (see [8]) with Enterprise JavaBeans. The EJB Container should fail deployment of such applications.[ftn]

[ftn]This restriction may be removed in a future release of this specification.

8.2.5 Container-Managed Demarcation

It is illegal to associate JTA transactional interceptors (see [8]) with Enterprise JavaBeans[ftn]

16.3.3 JTA API Requirements

It is illegal to associate JTA transactional interceptors with Enterprise JavaBeans. The EJB Container should fail deployment of such applications.[ftn]

glassfishrobot commented 11 years ago

Was assigned to mvatkina

glassfishrobot commented 7 years ago

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

glassfishrobot commented 11 years ago

Marked as fixed on Wednesday, April 3rd 2013, 8:02:18 pm