The real error causing the tests to fail is this: 2007-11-15 14:30:05.515::WARN: failed plutoPortalDriver 15-Nov-2007 14:30:05 java.lang.NoSuchMethodError: javax.servlet.ServletContext.getContextPath()Ljava/lang/String; 15-Nov-2007 14:30:05 at com.bekk.boss.pluto.embedded.util.PlutoPortalDriverFilter.init(PlutoPortalDriverFilter.java:54)
So the portlet container is not started. I'm guessing the problem is that for some reason, a conflicting version of the servlet api is on the classpath. Nils-H On 11/15/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > Hi all > It seems that a commit of mine (that fixed velocity dependencies) > triggered a failing test case in some way: > http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-263 > > I really don't know how it is possible. Can anyone who knows the > portlet sample webapp take a look at it? > > Thanks > Antonio > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
