On Tue, Sep 2, 2008 at 8:06 AM, Simon Laws <[EMAIL PROTECTED]>wrote: > > > On Tue, Sep 2, 2008 at 8:00 AM, ant elder (JIRA) > <[email protected]>wrote: > >> Provide a plug-point so binding.sca impls can decide if the service should >> use the remote sca binding >> >> ----------------------------------------------------------------------------------------------------- >> >> Key: TUSCANY-2578 >> URL: https://issues.apache.org/jira/browse/TUSCANY-2578 >> Project: Tuscany >> Issue Type: Improvement >> Reporter: ant elder >> Fix For: Java-SCA-Next >> >> >> Impls of remote sca bindings don't get to participate in the decission on >> if the remote binding should be use, the code that currently does this is in >> RuntimeSCAReferenceBindingProvider.isTargetRemote() and >> RuntimeSCAServiceBindingProvider (in the constructor if the serviceURI is >> absolute). I'd like there to be a plug point so the remote sca binding impl >> gets called as well to decide this. >> >> >> -- >> This message is automatically generated by JIRA. >> - >> You can reply to this email to add a comment to the issue online. >> >> > Can you say something about how the remote version of binding.sca would > make the decission if such an extension point were available? > > Simon >
Sure, it could be based on the URI still just not necessarily the URI being absolute. ...ant
