You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <de...@tuscany.apache.org> on 2010/06/15 11:03:23 UTC

[jira] Created: (TUSCANY-3593) Deferred resoution/activation of callback endpoints missing

Deferred resoution/activation of callback endpoints missing
-----------------------------------------------------------

                 Key: TUSCANY-3593
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3593
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-2.0
         Environment: All

            Reporter: Simon Laws


For the following configuration (from itest/callback-basic-ws) there is a case where the callback endpoint is not resolved at the time that the client contribution is deployed. 


	<!-- 1 - target specified forward binding implied callback binding-->
    <component name="CallBackBasicClient1">
        <implementation.java class="org.apache.tuscany.sca.test.CallBackBasicClientImpl"/>
        <reference name="aCallBackService" target="CallBackBasicService1"/>
    </component> 
    
    <component name="CallBackBasicService1">
      <implementation.java class="org.apache.tuscany.sca.test.CallBackBasicServiceImpl"/>
      <service name="CallBackBasicService">
         <binding.ws uri="http://localhost:8085/CallBackBasicService1"/>
      </service>
    </component>  

We need to be able to mark a callback endpoint as unresolved and resolve/activate it at the point when the forward endpointreference is resolved. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-3593) Deferred resoution/activation of callback endpoints missing

Posted by "Simon Laws (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws resolved TUSCANY-3593.
---------------------------------

    Fix Version/s: Java-SCA-2.0
       Resolution: Fixed

Code fix applied and test case added

> Deferred resoution/activation of callback endpoints missing
> -----------------------------------------------------------
>
>                 Key: TUSCANY-3593
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3593
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-2.0
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Simon Laws
>             Fix For: Java-SCA-2.0
>
>
> For the following configuration (from itest/callback-basic-ws) there is a case where the callback endpoint is not resolved at the time that the client contribution is deployed. 
> 	<!-- 1 - target specified forward binding implied callback binding-->
>     <component name="CallBackBasicClient1">
>         <implementation.java class="org.apache.tuscany.sca.test.CallBackBasicClientImpl"/>
>         <reference name="aCallBackService" target="CallBackBasicService1"/>
>     </component> 
>     
>     <component name="CallBackBasicService1">
>       <implementation.java class="org.apache.tuscany.sca.test.CallBackBasicServiceImpl"/>
>       <service name="CallBackBasicService">
>          <binding.ws uri="http://localhost:8085/CallBackBasicService1"/>
>       </service>
>     </component>  
> We need to be able to mark a callback endpoint as unresolved and resolve/activate it at the point when the forward endpointreference is resolved. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TUSCANY-3593) Deferred resoution/activation of callback endpoints missing

Posted by "Simon Laws (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws reassigned TUSCANY-3593:
-----------------------------------

    Assignee: Simon Laws

> Deferred resoution/activation of callback endpoints missing
> -----------------------------------------------------------
>
>                 Key: TUSCANY-3593
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3593
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-2.0
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Simon Laws
>
> For the following configuration (from itest/callback-basic-ws) there is a case where the callback endpoint is not resolved at the time that the client contribution is deployed. 
> 	<!-- 1 - target specified forward binding implied callback binding-->
>     <component name="CallBackBasicClient1">
>         <implementation.java class="org.apache.tuscany.sca.test.CallBackBasicClientImpl"/>
>         <reference name="aCallBackService" target="CallBackBasicService1"/>
>     </component> 
>     
>     <component name="CallBackBasicService1">
>       <implementation.java class="org.apache.tuscany.sca.test.CallBackBasicServiceImpl"/>
>       <service name="CallBackBasicService">
>          <binding.ws uri="http://localhost:8085/CallBackBasicService1"/>
>       </service>
>     </component>  
> We need to be able to mark a callback endpoint as unresolved and resolve/activate it at the point when the forward endpointreference is resolved. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.