[cdi-dev] [JBoss JIRA] (CDI-401) Clarify the meaning of "bean class local view"
Martin Kouba (JIRA)
jira-events at lists.jboss.org
Mon Sep 16 16:31:06 EDT 2013
Martin Kouba created CDI-401:
--------------------------------
Summary: Clarify the meaning of "bean class local view"
Key: CDI-401
URL: https://issues.jboss.org/browse/CDI-401
Project: CDI Specification Issues
Issue Type: Clarification
Reporter: Martin Kouba
3.2.2 Bean types of a session bean:
{quote}
The unrestricted set of bean types for a session bean contains all local interfaces of the bean and their superinterfaces. If the session bean has a *bean class local view*, the unrestricted set of bean types contains the bean class and all superclasses.
...
{quote}
AFAIK the EJB spec does not define anything like "bean class local view". I believe the CDI spec is referencing *No-Interface View* here (a variation of the local view that exposes the non-static public methods of the bean class without the use of a separate business interface).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the cdi-dev
mailing list