Trying to deploy an essential self-written app we run into the error message that osgi cannot resolve the WorkflowNoInputPluginFactory class. As a consequence, the app does not start. This is a major drawback to our migration from Jira 7.13 to Jira 8.
The solution suggested in one other post related to this topic (https://community.atlassian.com/t5/Answers-Developer-Questions/How-do-you-use-the-workflownoinputpluginfactory-for-a-no-input/qaq-p/572230) does not work.
Out-commenting the respective workflow post functions in atlassian-plugin.xml does not help either (even though the xml is exactly as suggested in the tutorial).
From my analysis, the corresponding java package in jira-core does not include this factory class in 8.15 any longer (whereas it includes this class in verson in 7.13).
Any help would be highly appreciated!
Thank you very much
Bernhard
- text deleted by author - this was the pom.xml which will be included as a seperate file
Hi @anbern I just checked Javadoc and it seems to me like the component should be available in 8.15.0 (https://docs.atlassian.com/software/jira/docs/api/8.15.0/com/atlassian/jira/plugin/workflow/WorkflowNoInputPluginFactory.html).
Don't you have problem with some dependencies or something? Can you share your pom.xml file or the whole project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
many thanks for your support!
I've added the pom.xml as good as I could (the plugin is big, more than 30 modules).
I've included both jira-api and jira-core, so as far as I am concerned I SHOULD be able to find the .class.
Any help highly appreciated!
Kind regards,
Bernhard
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.