Wednesday, December 3, 2008

GuiceManaged and webservice conflict

If your a user with Guice and JAX-WS, there is a conflict betwin resource injection.

JAX-WS support @Resource annotation, so that service can access context object like "WebServiceContext". If you use Guice to inject some other resource to same Service jax-ws injection didn't work.

Not relay sure about its Guice issue or JAX-WS issue.

This bug killed me more than 4 hrs. Hope it help others