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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
