Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Services are registered to ZK even if they are not visible, address is incorrect #19

Open
piotrromanski opened this issue Mar 20, 2015 · 1 comment
Labels

Comments

@piotrromanski
Copy link
Contributor

The case: There is a parent context which define Publish beans. Then beans are registered with address localhost:8080/ratelServices… instead localhost:8080/hub/ratelServices….. What is more, if Servlet Context does not define „detectHandlersInAncestorContexts”, the service is not even visible.

Services should be registered in ZK only when a new mapping (now BeanNameUrlHandlerMapping) is created. Then probably we could also use service address from servletcontext.

@amasiakiewicz
Copy link
Contributor

I will take care of that. Can someone assign me to it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants