Hi, By working on TUSCANY-1881, i am just tyring to fix the issue for producing better exception message for those methods with @OneWay annotations, when these method does not have "void" return type. As mentioned in the specs "Any method that returns "void" and has no declared exceptions may be marked with an @OneWay annotation."
As a fix, I figured that org.apache.tuscany.sca.interfacedef.java.impl.JavaInterfaceIntrospectorImpl class needs to throw the exception in its getOperations() method as shown in my comments to TUSCANY-1881. But, I am not sure if this is the only place we need a fix for this issue? Please suggest.... -- Thanks & Regards, Ramkumar Ramalingam