-
Clarification
-
Resolution: Done
-
Major
-
None
-
None
3.2.2 Bean types of a session bean:
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.
...
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).
- relates to
-
WFLY-1960 CDI @Inject of @Stateless @WebService cause WELD-001408 Unsatisfied dependencies
- Closed