You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2013/10/11 07:19:44 UTC

[jira] [Updated] (WW-4218) Example struts2-archetype-starter is broken if created from catalog

     [ https://issues.apache.org/jira/browse/WW-4218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart updated WW-4218:
------------------------------

    Fix Version/s: 2.3.16

> Example struts2-archetype-starter is broken if created from catalog
> -------------------------------------------------------------------
>
>                 Key: WW-4218
>                 URL: https://issues.apache.org/jira/browse/WW-4218
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Example Applications
>            Reporter: Antonio Sánchez
>             Fix For: 2.3.16
>
>
> Create from catalog: 
> mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/ 
> Trying to run, browser displays:
> Unable to instantiate Action, ${package}.IndexAction, defined for 'index' in namespace '/'${package}.IndexAction
> Root cause:
> java.lang.ClassNotFoundException: ${package}.IndexAction
> in struts.xml:
>         <action name="index" class="${package}.IndexAction">
>             <result>/jsp/index.jsp</result>
>         </action> 
> package is not substituted. 
> I didn't try creating directly:
> mvn archetype:generate -B -DgroupId...
> i recommend testing too. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)