JIRA 6.0 plugin upgrading error (Resource not found)

Mokuyobi June 16, 2013

Hi,

I got some serious errors with upgrading my plugin to JIRA 6.0. JIRA does not find my resources (velocity files). The error is:

ResourceManager : unable to find resource 'xx.xxx.control.cfgmgnt.tools.cfgmgnt.tools.jira-plugin-suite:xxx/ Archived Versions Panel/templates/tabpanels/archived-versions-project-panel/archived-versions-project-panel.vm'

In JIRA 5.2.2 it worked all fine but in JIRA 6.0 no module of the plugin works and its everytime the same error. (JIRA not finding the velocity files)

Well, is there any change in the JIRA intern path? Here the pom-details:

<project-tabpanel name="xxx/archived.versions.panel" i18n-name-key="xxx-archived-versions.name" key="xxx/ Archived Versions Panel" class="xx.xxx.control.cfgmgnt.tools.jira.panel.ArchivedVersionsPanel">
    <label key="xxx-archived-versions.label">Archived Versions</label>
    <order>10</order>
    <resource type="velocity" name="view" location="templates/tabpanels/archived-versions-project-panel/archived-versions-project-panel.vm"/>
  </project-tabpanel>

2 answers

0 votes
Ramesh Udari1 November 23, 2014

I am also facing same issue with JIRA 6.3.8. Any help on this ?

0 votes
Mokuyobi June 16, 2013

the file path is: src/main/resources/templates/tabpanels/archived-versions-project-panel/archived-versions-project-panel.vm

works fine with 5.2.2 as said.

Suggest an answer

Log in or Sign up to answer