Simon Laws fixed the problem https://issues.apache.org/jira/browse/TUSCANY-2056 this week. It works now and I am able to do the following component/binding setup :
Alpha -(ws)-> Beta -(sca)-> Gamma and I can return a reference on Gamma from Beta to Alpha. (for details see the test.zip in JIRA) Thanks, Daniel > -----Ursprüngliche Nachricht----- > Von: ant elder [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 13. März 2008 17:40 > An: [email protected] > Betreff: Re: Questions about Java Interfaces using binding.ws > > On Mon, Mar 3, 2008 at 11:14 AM, <[EMAIL PROTECTED]> wrote: > > <snip> > > Regarding 3), I already knew how to write code that passes references. > > My question was if there are any limitations when passing service > > references, e.g. that it's not possible to pass a reference over > > different bindings. When using binding.sca everything works fine, I > > just did some experimentation using binding.ws and ran into > problems > > (see https://issues.apache.org/jira/browse/TUSCANY-2056). > My goal is > > to mix binding.sca and binding.ws (and binding.* in general) when > > passing service references and I justed wanted to be sure that SCA > > allows such a setup and this is not a conceptual problem > in principle. > > > > > AIUI that should work, though there may be issues and bugs in > the various binding impls that we need to fix. > > ...ant > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
