You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Scott Kurz (JIRA)" <tu...@ws.apache.org> on 2007/07/03 13:29:04 UTC

[jira] Commented: (TUSCANY-1342) Component-level not supported

    [ https://issues.apache.org/jira/browse/TUSCANY-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509830 ] 

Scott Kurz commented on TUSCANY-1342:
-------------------------------------

Is this as simple as modifying method:    boolean match(Operation, Method)
to check if the operation is Remotable via  operation.getInterface().isRemotable()    

If it is remotable, matching the method names is enough and if not we can fall through to, as before, look at the physical types.

I don't have the latest code building and running or I'd test this out and attach a patch.

> Component-level <interface.wsdl> not supported
> ----------------------------------------------
>
>                 Key: TUSCANY-1342
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1342
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-0.90
>            Reporter: Scott Kurz
>
> See thread:
> http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg18780.html
> Something like this does not work:
> <component name="Component_..."> 
>     <implementation.java class="..."/>
>         <reference name="helloWorldService">
>             <interface.wsdl interface="..."/>
>             < binding.ws wsdlElement="..."/>
>         </reference>
> </component> 

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org