Support implemental class not only interface when get a service
---------------------------------------------------------------

                 Key: TUSCANY-1492
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1492
             Project: Tuscany
          Issue Type: Improvement
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-0.91
         Environment: JDK1.5.09,winXP
            Reporter: wangfeng
            Priority: Minor
             Fix For: Java-SCA-0.91


when we get a service,we always generate a proxy on the service by using the 
jdk proxy class, so we must provide a interface to get a service.

I provide a patch to remove the control. This patch not only support the 
interface,but also support the implemental class when getting a service.when 
the class isn't a interface,using the cglib to generate a proxy  and using jdk 
proxy when the class is a interface. 


-- 
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