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

Typo in bind of interceptors #131

Open glassfishrobot opened 7 years ago

glassfishrobot commented 7 years ago

It looks like there is a typo in EJB 3.2 FR 7.8.2 second bullet:

"The interceptor class contained in an interceptor-class element must either be declared in the interceptor deployment descriptor element or appear in at least one Interceptor annotation on a target class."

Should probably be: "or appear in at least one Interceptors annotation on a target class"

Affected Versions

[3.2]

glassfishrobot commented 7 years ago

Reported by wolfc

glassfishrobot commented 7 years ago

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