You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think most other applications will need to specify
com.netflix.karyon.server.base.packages
To get governator working. I think you have been able to avoid this in the rss-recipes config as it defaults to com.netflix and your sample is in com.netflix.
Please note if this is incorrect and close or take this as suggestion that should be documented.
The text was updated successfully, but these errors were encountered:
and if i remove it, i see a form of the following:
com.google.inject.ConfigurationException: Guice configuration errors:
...
at com.google.inject.internal.InjectorImpl.getBinding(InjectorImpl.java:150)
at com.google.inject.internal.InjectorImpl.getBinding(InjectorImpl.java:66)
at com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.getComponentProvider(GuiceComponentProviderFactory.java:136)
@pprasanna: definitely worth adding this to recipes-rss.
I think most other applications will need to specify
com.netflix.karyon.server.base.packages
To get governator working. I think you have been able to avoid this in the rss-recipes config as it defaults to com.netflix and your sample is in com.netflix.
Please note if this is incorrect and close or take this as suggestion that should be documented.
The text was updated successfully, but these errors were encountered: