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.

Reply via email to