You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Claus Ibsen <fo...@opensymphony.com> on 2007/03/13 11:25:32 UTC

S2 - Showcase - deploy fails

Hi

I have updated to latest code using svn up and recompiled the code

svn info
Revision: 517622


The showcase sample can not start in either Jetty or Tomcat failing with:

mvn jetty:run
[b]From Jetty[/b]
[INFO] Failure

Embedded error: Error building results for action index in namespace /config-browser
There is no result type defined for type 'redirect-action' mapped with name 'success'

[b]From tomcat:[/b]
Caused by: There is no result type defined for type 'redirect-action' mapped with name 'success' - result - jar:file:/D:/tomcat/webapps/struts2-showcase/WEB-INF/lib/struts2-config-browser-plugin-2.1.0-SNAPSHOT.jar!/struts-plugin.xml:22:44
        at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.buildResults(XmlConfigurationProvider.java:539)
        at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.addAction(XmlConfigurationProvider.java:297)
        ... 27 more
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=70363&messageID=131976#131976


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: S2 - Showcase - deploy fails

Posted by Claus Ibsen <fo...@opensymphony.com>.
Oh I had to disable the dojo-plugin from the pom.xml as it can not be found:

Missing:
----------
1) org.apache.struts:struts2-dojo-plugin:jar:2.1.0-SNAPSHOT
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=70363&messageID=131979#131979


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: S2 - Showcase - deploy fails

Posted by Musachy Barroso <mu...@gmail.com>.
I fixed the ones that didn't let me run showcase and thought about doing a
full search later, which I forgot until now :)

musachy

On 3/14/07, Ted Husted <hu...@apache.org> wrote:
>
> Sorry about that. I was trying to get through all the patches and ran
> out of time before I could finish testing the applications against the
> HEAD.
>
> -Ted.
>
> On 3/14/07, Musachy Barroso <mu...@gmail.com> wrote:
> > "redirect-action" was renamed to "redirectAction" and "plaintext" to
> > "plainText" which was ccausing some trouble in showcase and the
> > cofig-browser plugin.
> >
> > musachy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>


-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

Re: S2 - Showcase - deploy fails

Posted by Ted Husted <hu...@apache.org>.
Sorry about that. I was trying to get through all the patches and ran
out of time before I could finish testing the applications against the
HEAD.

-Ted.

On 3/14/07, Musachy Barroso <mu...@gmail.com> wrote:
> "redirect-action" was renamed to "redirectAction" and "plaintext" to
> "plainText" which was ccausing some trouble in showcase and the
> cofig-browser plugin.
>
> musachy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: S2 - Showcase - deploy fails

Posted by Musachy Barroso <mu...@gmail.com>.
"redirect-action" was renamed to "redirectAction" and "plaintext" to
"plainText" which was ccausing some trouble in showcase and the
cofig-browser plugin.

musachy

On 3/14/07, Claus Ibsen <fo...@opensymphony.com> wrote:
>
> Revision: 518082
>
> works deploying to jetty using mvn jetty:run
> ---------------------------------------------------------------------
> Posted via Jive Forums
>
> http://forums.opensymphony.com/thread.jspa?threadID=70363&messageID=132377#132377
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>


-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

Re: S2 - Showcase - deploy fails

Posted by Claus Ibsen <fo...@opensymphony.com>.
Revision: 518082

works deploying to jetty using mvn jetty:run
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=70363&messageID=132377#132377


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: S2 - Showcase - deploy fails

Posted by Claus Ibsen <fo...@opensymphony.com>.
The showcase used to work with an older revision.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=70363&messageID=131980#131980


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org