Hello, I have a problem with integrating my jira plugin with google calendar API. I followed these instructions: https://developers.google.com/calendar/quickstart/java to authenticate and work with calendars. But, after launching jira instance, my plugin gets disabled, and during initialization I see a stack trace:
FactoryBean threw exception from getObjectType, despite the contract saying that it should return null if the type of its object cannot be determined yetjava.lang.LinkageError: loader constraint violation: loader (instance of org/eclipse/gemini/blueprint/context/support/internal/classloader/ChainedClassLoader) previously initiated loading for a different type with name "javax/servlet/http/HttpServletRequest"
I can't enable it again. I think it's problem with org.mortbay.jetty library, added with
google-oauth-client-jetty
dependency, but I don't know how to handle it. Thanks for any help :)