Exception :-
WebworkConfigurationNotFoundException{class=class webwork.config.XMLActionConfiguration, message='No such view mapping', name='DueDateIndicatorAction.actionRoles.actionRoles'}
Webwork configuration :-
<webwork1 key="due-date-indicator" name="DueDateIndicator" i18n-name-key="due-date-indicator.name">
<description key="due-date-indicator.description">The DueDateIndicator Plugin</description>
<actions>
<action name="com.example.plugins.tutorial.jira.webwork.DueDateIndicatorAction" alias="DueDateIndicatorAction">
<view name="success">/templates/due-date-indicator/success.vm</view>
<view name="input">/templates/due-date-indicator/input.vm</view>
<view name="error">/templates/due-date-indicator/error.vm</view>
</action>
</actions>
</webwork1>
access url which gives the error when hit :-
localhost:2990/jira/secure/DueDateIndicatorAction!default.jspa
I created a new empty "webwork" plugin module and when I tested it I had the same problem.
I already created other "webwork" modules and I see the the following attribute was missing: "class="java.lang.Object" in the <webwork1> tag.
So your example should be:
<webwork1 key="due-date-indicator" name="DueDateIndicator" i18n-name-key="due-date-indicator.name" class="java.lang.Object" >
Hope this help.
I have the same problem and it is not resolved by adding class="java.lang.Object". Can you please suggest what can be wrong?
class="java.lang.Object"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hm, I hope the problem was on class side
com.example.plugins.tutorial.jira.webwork.DueDateIndicatorAction
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.