Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
" The JAX-WS API bridge is not properly initialized" Exception
I have a soap client inside a service builder class, and it's throwing this exception every time when I Invoke the service. Web service client is generated using Ant tasks in the Eclipse IDE Workbench. Since, this is only a client , I suppose I don't need to change any settings in any of the REST/Soap Extenders.
The fix I found:
The fix I found:
- If I remove this "com.liferay.jaxws.osgi.bridge.jar" file from osgi/core, it works fine.
- If I invoke this web service inside an MVC portlet module, it will work fine. So, this issue only happens in the service builder classes.