JDKInvocationHandler works wrong when a component references more than one WS
-----------------------------------------------------------------------------

                 Key: TUSCANY-1411
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1411
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-Next
         Environment: windows xp, java5
            Reporter: 耿韶光


I extended ws-service and ws-reference sample with 2 services, original it has 
only one reference of web service which was referenced by a component.
 
Up to now, I add a second service, then things go wrong:
 
The original component implements a service interface, with "getService" 
method, the client got the instance(a proxy) of the service interface, then the 
client could invoke the method on the service interface.

But now the component implements the second service interface, then the 
org.apache.tuscany.sca.core.invocation.JDKInvocationHandler seems could not 
recognize the right generic of the component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to