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'm trying to assist a user of an open source to which I contribute.
The user uses a configuration of guice + jersey2, but it seems to fail in using the wanted FOSS (as it needs to register JAX-RS providers).
The user uses the old jersey-guice connector project, but I don't think it works well for Jersey 2.X. I wanted to try your solution, but running it on Tomcat seems to do nothing. I don't even see the System.out.println(...) in my logs. Do you have any suggestion how to fix that?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to assist a user of an open source to which I contribute.
The user uses a configuration of guice + jersey2, but it seems to fail in using the wanted FOSS (as it needs to register JAX-RS providers).
The user uses the old jersey-guice connector project, but I don't think it works well for Jersey 2.X. I wanted to try your solution, but running it on Tomcat seems to do nothing. I don't even see the System.out.println(...) in my logs. Do you have any suggestion how to fix that?
Thanks!
The text was updated successfully, but these errors were encountered: