wanglzh opened a new issue #302: URL: https://github.com/apache/celix/issues/302
According to the README in the directory bundles/remote_service, I want to test the remote service calling via shared memory, but it doesn't work due to no corresponding executable in DEPLOY directory, remote_service_admin_dfi works as expected with ectd server. I know that such function is comment out by default due to the CMakeList.txt in "remote service" and "remote service/example" as below, I have a try to remove the comment and twist some changes in code, compiling is well, but no corresponding executable in server/client. My question is that : Is such function supported so far, or should I make some workaround to enable it? Thanks --- #TODO refactor shm rsa to use dfi #add_subdirectory(remote_service_admin_shm) --- --- # TODO refactor shm remote service admin to use dfi # if (BUILD_RSA_REMOTE_SERVICE_ADMIN_SHM AND BUILD_RSA_DISCOVERY_SHM) # add_celix_container(remote-services-shm # NAME "server" # GROUP "remote-services/remote-services-shm" # BUNDLES discovery_shm topology_manager remote_service_admin_shm calculator shell shell_tui log_service log_writer # ) # celix_container_bundles_dir(remote-services-shm DIR_NAME "endpoints" # BUNDLES org.apache.celix.calc.api.Calculator_endpoint # ) # # add_celix_container(remote-services-shm-client # NAME "client" # GROUP "remote-services/remote-services-shm" # BUNDLES topology_manager remote_service_admin_shm shell shell_tui log_service log_writer calculator_shell discovery_shm # ) # celix_container_bundles_dir(remote-services-shm-client DIR_NAME "endpoints" # BUNDLES org.apache.celix.calc.api.Calculator_proxy # ) # endif () --- ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
