[ https://issues.apache.org/jira/browse/TUSCANY-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585136#action_12585136 ]
Mark Combellack commented on TUSCANY-2194: ------------------------------------------ The problem is actually in the org.apache.tuscany.sca.interfacedef.OverloadedOperationException class itself. The constructor takes the Opeation as a parameter but it does not specify a detailed message for the exception. Therefore, the exception will just output the exception name and no details about the overloaded method. > When a @Remotable interface a duplicate operation, it does not list the class > name or method in the exception that is thrown > ---------------------------------------------------------------------------------------------------------------------------- > > Key: TUSCANY-2194 > URL: https://issues.apache.org/jira/browse/TUSCANY-2194 > Project: Tuscany > Issue Type: Bug > Components: Java SCA Core Runtime > Affects Versions: Java-SCA-Next > Environment: SVN revision 644273 on the root > Linux > Reporter: Mark Combellack > Assignee: Mark Combellack > Fix For: Java-SCA-Next > > > When a @Remotable interface contains two methods with the same name, Tuscany > will throw an OverloadedOperationException. The only problem is that when > this exception is output to the console, it does not list the method name or > class that has the problem. This makes finding the issue very hard as you > don't know where to start. -- 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]