EJB remote interfaces should be considered @Remotable
-----------------------------------------------------

                 Key: TUSCANY-2158
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2158
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA EJB Binding Extension
    Affects Versions: Java-SCA-1.2
            Reporter: Jean-Sebastien Delfino
            Assignee: Jean-Sebastien Delfino
             Fix For: Java-SCA-1.2


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.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to