I explicitly removed the 2.4 servlet jar that was leaking in, but that
only seemed to fix the method not found exception I was seeing.  I
even tried including jstl but that didn't seem to help.

Don

On 2/17/08, Nils-Helge Garli Hegvik <[EMAIL PROTECTED]> wrote:
> I don't know why the test have started to fail, but it appears that
> some updated dependency version somewhere has caused a
> dependency-classloader-clash.... The prime suspect is a conflicting
> version of servlet-api indirectly included somewhere...
>
> Nils-H
>
> On Feb 16, 2008 3:01 PM,  <[EMAIL PROTECTED]> wrote:
> > Author: mrdon
> > Date: Sat Feb 16 06:01:29 2008
> > New Revision: 628298
> >
> > URL: http://svn.apache.org/viewvc?rev=628298&view=rev
> > Log:
> > Commenting out tests for now
> > WW-2494
> >
> > Modified:
> >     
> > struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java
> >
> > Modified: 
> > struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java
> > URL: 
> > http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java?rev=628298&r1=628297&r2=628298&view=diff
> > ==============================================================================
> > --- 
> > struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java
> >  (original)
> > +++ 
> > struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java
> >  Sat Feb 16 06:01:29 2008
> > @@ -3,7 +3,9 @@
> >  public class Struts2PortletTest extends BasePortletTest {
> >
> >         private final static String PORTLET_NAME = "StrutsPortlet";
> > -
> > +
> > +    public void testNone() {}
> > +/*
> >         public void testIndexPage() throws Exception {
> >                 beginAt("pluto/index.jsp");
> >                 assertTextPresent("Welcome to the Struts example portlet");
> > @@ -74,7 +76,7 @@
> >                 switchEdit();
> >                 assertTextPresent("Back to view mode");
> >         }
> > -
> > +*/
> >         @Override
> >         public String getPortletName() {
> >                 return PORTLET_NAME;
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to