You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/04 03:11:38 UTC

[GitHub] amit-gshe opened a new issue #217: How to put a @Reference instance to spring managed container?

amit-gshe opened a new issue #217: How to put a @Reference instance to spring managed container?
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/217
 
 
   I know that the @Reference annotated field will be injected as a rpc proxy but there are some another places where we need to put a singleton Reference bean to spring managed container and then get the refernce by `ApplicationContext.getBean(SomeService.class)`. Because in some place the @Reference can not be scaned and injected such as some short life beans or domain entities. There was a existing [issue](https://github.com/dangdangdotcom/dubbox/issues/261) but was dubbox.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org