git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@249 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
tony.chenl 2011-11-11 05:22:12 +00:00
parent b575b08bde
commit 0dc490757a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class ProtocolTest {
ProxyFactory proxyFactory = ExtensionLoader.getExtensionLoader(ProxyFactory.class).getExtension("javassist");
URL url = URL.valueOf("injvm://localhost:100/com.alibaba.dubbo.rpc.support.IEcho");
URL url = URL.valueOf("injvm://localhost:0/com.alibaba.dubbo.rpc.support.IEcho");
Invoker<IEcho> invoker = proxyFactory.getInvoker(echo, IEcho.class, url);