Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-1.2
-
None
Description
This is similar to what we are already doing for service interfaces annotated with @WebService.
Service interfaces annotated with @Remote or extending javax.ejb.EJBObject or java.rmi.Remote should be considered remotable as well.
Not considering them remotable currently forces the application developer to make a local copy of these interfaces and add the SCA @Remotable annotation to them.