injvm protocol doesn't work well with scope.
injvm should not be registered to register center
<dubbo:protocol name="injvm"/>
<bean id="target" class="org.apache.dubbo.samples.provider.GreetingsServiceImpl"/>
<dubbo:service interface="org.apache.dubbo.samples.api.GreetingsService" ref="target" protocol="injvm"/>
injvm url is registered
local call doesn't work when protocol is injvm
The following configuration is supposed to work but dubbo complains no provider found from registry center.
<dubbo:protocol name="injvm"/>
<bean id="target" class="org.apache.dubbo.samples.provider.GreetingsServiceImpl"/>
<dubbo:service interface="org.apache.dubbo.samples.api.GreetingsService" ref="target" scope="local" protocol="injvm"/>
<dubbo:reference id="demoService" interface="org.apache.dubbo.samples.api.GreetingsService" scope="local"/>
injvm protocol doesn't work well with scope.
injvm should not be registered to register center
injvm url is registered
local call doesn't work when protocol is injvm
The following configuration is supposed to work but dubbo complains no provider found from registry center.