Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Java-SCA-2.0-Beta3
-
None
-
None
-
WindowsXP SP3
Description
I have a component which references a Java RMI interface.
When I try to run Tuscany I get this error:
org.apache.tuscany.sca.interfacedef.OverloadedOperationException: [JCA20001] Cannot overload operation xyz on aaa.bbb.ccc.ddd.ServerInterface as it is a @Remotable interface
JCA20001 basically states "Remotable Services MUST NOT make use of method overloading". However I think that this should only apply to services which Tuscany is exposing.