Support local in-process function proxies between components contributed by a virtual host and the main host.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988384 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2010-08-24 04:51:25 +00:00
commit de5a3e20aa
3 changed files with 31 additions and 30 deletions

View file

@ -51,9 +51,7 @@
<service name="Total">
<t:binding.jsonrpc uri="total"/>
</service>
<reference name="cache">
<t:binding.jsonrpc uri="http://sca-store.com/cache"/>
</reference>
<reference name="cache" target="Cache"/>
</component>
<component name="CurrencyConverter">

View file

@ -51,9 +51,7 @@
<service name="Total">
<t:binding.jsonrpc uri="total"/>
</service>
<reference name="cache">
<t:binding.jsonrpc uri="http://sca-store.com/cache"/>
</reference>
<reference name="cache" target="Cache"/>
</component>
<component name="CurrencyConverter">