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
1) A binding to org.apache.usergrid.persistence.index.IndexFig was already configured at io.subutai.guicyfig.GuicyFigModule.configure(GuicyFigModule.java:88) (via modules: org.apache.usergrid.corepersistence.CoreModule -> io.subutai.guicyfig.GuicyFigModule).
at io.subutai.guicyfig.GuicyFigModule.configure(GuicyFigModule.java:88) (via modules: org.apache.usergrid.corepersistence.CoreModule -> org.apache.usergrid.corepersistence.CoreModule$3 -> io.subutai.guicyfig.GuicyFigModule)
2) A binding to org.apache.usergrid.persistence.queue.QueueFig was already configured at io.subutai.guicyfig.GuicyFigModule.configure(GuicyFigModule.java:88) (via modules: org.apache.usergrid.corepersistence.CoreModule -> org.apache.usergrid.persistence.queue.guice.QueueModule -> io.subutai.guicyfig.GuicyFigModule).
at io.subutai.guicyfig.GuicyFigModule.configure(GuicyFigModule.java:88) (via modules: org.apache.usergrid.corepersistence.CoreModule -> org.apache.usergrid.corepersistence.CoreModule$3 -> org.apache.usergrid.persistence.queue.guice.QueueModule -> io.subutai.guicyfig.GuicyFigModule)
Is there any way to properly handle the de-duplication? In Usergrid we're needing to have multiple independent maven modules install the same Guice module which binds the same GuicyFig ( I know the whole DI needs cleaned up a bit but don't have time at the moment). I know Guice itself handles this I think, but we're getting problems with the GuicyFig Modules. I thought Guice 4.0 helps but it doesnt.
The text was updated successfully, but these errors were encountered:
Is there any way to properly handle the de-duplication? In Usergrid we're needing to have multiple independent maven modules install the same Guice module which binds the same GuicyFig ( I know the whole DI needs cleaned up a bit but don't have time at the moment). I know Guice itself handles this I think, but we're getting problems with the GuicyFig Modules. I thought Guice 4.0 helps but it doesnt.
The text was updated successfully, but these errors were encountered: