It is missing a < on the closing tag. <li><a href="<s:url action="formExampleModelDriven" method="input"/>">Model driven example</a>/li>
should be: <li><a href="<s:url action="formExampleModelDriven" method="input"/>">Model driven example</a></li> Not sure if this is the cause though (don't use the portal stuff). On 8 April 2016 at 15:10, Christoph Nenning <christoph.nenn...@lex-com.net> wrote: > > Hi, > > > > I have a problem with Struts2PortletTest - it fails each time locally > > for me and I have no idea why. At the same time it passes on Jenkins > > :\ > > > > The problem is that I cannot prepare a new release with failing test > > :( Could you check if you have the same? > > > > > > As far as I understand that test it does the following: > - create and start an embedded pluto server > - deploy some resources to it > - use JWebUnit to send http requests > > The test fails because some index.jsp file cannot be compiled. I could not > figure out which one that is. The URL path is /test/pluto/index.jsp. The > part /test is configured as context-root in BasePortletTest and /pluto > occurrs in jetty-pluto-web-default.xml. But I have no idea which index.jsp > file is used. > > > Regards, > Christoph > > This Email was scanned by Sophos Anti Virus >