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

Use <method> with the bean class name as the method name to bind a constructor interceptor #98

Closed glassfishrobot closed 11 years ago

glassfishrobot commented 11 years ago

If Interceptors spec is changed to allow interceptor binding to a constructor, the interceptor-binding description should be extended to support it using element

Affected Versions

[3.2]

glassfishrobot commented 11 years ago

Reported by mvatkina

glassfishrobot commented 11 years ago

mvatkina said: Added:

The method-name element may be used to bind a constructor-level interceptor using the unqualified name of
the bean class as the value; the optional method-params elements identify the constructor if a bean class 
has a constructor annotated with the Inject annotation in addition to a no-arg constructor.
glassfishrobot commented 11 years ago

Was assigned to mvatkina

glassfishrobot commented 7 years ago

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

glassfishrobot commented 11 years ago

Marked as fixed on Wednesday, April 3rd 2013, 7:59:18 pm