Github user ustcweizhou commented on the pull request: https://github.com/apache/cloudstack/pull/1198#issuecomment-163554256 @wilderrodrigues I used VirtualNetworkApplianceService at first, and met an issue like: "spring autowiring with unique beans: Spring expected single matching bean but found 2" this is because some functions are implemented in both of VirtualNetworkApplianceManagerImpl and VpcVirtualNetworkApplianceManagerImpl . I changed it back to VirtualNetworkApplianceService just now, the compilation succeed, the issue does not exist any more, weird. Anyway, I think it is not important. that is the same to definition in api/src/org/apache/cloudstack/api/BaseCmd.java: public VpcVirtualNetworkApplianceService _routerService;
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---