everwatchsolutions/convergent-ui

Could you please let me know how filter initiates, I was getting error while Filter initialization

Closed this issue · 3 comments

Could you please let me know how filter initiates, I was getting error while Filter initialization

Could not autowire field: private
java.util.Map org.springframework.cloud.netflix.zuul.ZuulConfiguration$ZuulFilte
rConfiguration.filters; nested exception is org.springframework.beans.factory.Be
anCreationException:

Could you provide some more info like the full stack trace? The ConvergentUI filter is a ZuulFilter, so it is registered as a bean and Zuul automatically registers the Filter. Is this error happening on server start or when you try to hit your endpoint?

This issue is very old so I assume it's no longer an issue. Closing.