[MOBY-dev] Dashboard "confuses" services

Iván Párraga García ivanp at mmb.pcb.ub.es
Thu Apr 5 14:41:34 UTC 2007


It worked!

Thanks,

Iván

------------------------------------------------
Iván Párraga García
Computer Scientist
Molecular Modelling & Bioinformatics Unit
INB - Instituto Nacional de Bioinformática
Josep Samitier 1-5
08028 Barcelona
Spain
tel.: +34 93 403 71 55
fax.: +34 93 403 71 57
e-mail: ivanp at mmb.pcb.ub.es
group page: http://mmb.pcb.ub.es 
pgp key: http://mmb.pcb.ub.es/~ivanp/pubkey.asc
------------------------------------------------



Martin Senger escribió:
>> I think it only happens when the option: "Ask registry where service is,
>> and call it" is selected. With the option "Use service's usual
>> endpoint", seems to work properly.
>>     
>
>
> Okay, it helps. Looking into it (well, not now, but very soon).
>
> Well, not soon, rather now: I have found the culprit (it was quite easy
> after your comments above). The line (in ServiceCallerModel.java):
>
> MobyService clonedService = new MobyService (selService.getName());
>
> must be replaced by line
>
> MobyService clonedService = new MobyService (selService.getName(),
> selService.getAuthority());
>
> which I just did and committed. But I have not tested it (SoftGod forgive
> me!) - could you test it perhaps?
>
> Thanks,
> Martin
>
>
>   



More information about the MOBY-dev mailing list