You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, not all bean types which are Java interfaces are implemented by the client proxy. Instead, the client proxy extends the implementation class of the bean.
This is not a problem in most cases, esp. for class-based/producer beans where the set of bean types reflects the class hierarchy. However, it's not 100% when the set of bean types is restricted via @Typed.
The text was updated successfully, but these errors were encountered:
Description
Currently, not all bean types which are Java interfaces are implemented by the client proxy. Instead, the client proxy extends the implementation class of the bean.
This is not a problem in most cases, esp. for class-based/producer beans where the set of bean types reflects the class hierarchy. However, it's not 100% when the set of bean types is restricted via
@Typed
.The text was updated successfully, but these errors were encountered: