public void start() throws PluginParseException
{
init();
/*some plugins might contain CustomField descriptions.
* So after all rest of plugin loading,
* CustomFieldManager should be refreshed,
* so now it can find all CustomField to resolve their instances in db.
*/
ComponentManager.getInstance().getCustomFieldManager().refresh();
}
I think a work around for now is to load that "something" statically, using:
This way you will not need to change JIRA's source.
I think this issue is related to JRA-10978.
Cheers,
Anton