Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 283633] New: getRemoteService(String service_name) returns an instance of GenericProxy?

https://bugs.eclipse.org/bugs/show_bug.cgi?id=283633  
Product/Component: Target Management / TCF
           Summary: getRemoteService(String service_name) returns an
                    instance of GenericProxy?
           Product: Target Management
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: ken.ryall@xxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


Created an attachment (id=141708)
 --> (https://bugs.eclipse.org/bugs/attachment.cgi?id=141708)
update service by name

Why does IChannel.getRemoteService(String service_name) return an instance of
GenericProxy if 'service_name' is not a standard TCF service? I think the
attached patch should fix this but it seems to be by design and I don't know
why it would be useful to get a GenericProxy when someone has already called
setServiceProxy to provide the real thing.


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top