All binding wsdl operations are mapped to physical Object.
----------------------------------------------------------
Key: TUSCANY-1072
URL: https://issues.apache.org/jira/browse/TUSCANY-1072
Project: Tuscany
Issue Type: Bug
Components: Java SCA Core
Affects Versions: Java-SCA-M3
Reporter: Rick Rineholt
Fix For: Java-SCA-M3
Looking at the code in org.apache.tuscany.idl.wsdl.WSDLOperation.java line
173, getMessageType and getUnwrappedInputType line 436 and WSDLPart line
243 the physical Type is ALWAYS mapped to Object.class . This is what gets
compared with org.apache.tuscany.spi.idl.java.JavaIDLUtils. match line 84.
This will only match when the Java type on the interface is Object
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]