Yes, I found the problem. Maven2 didn't pick up on the change to the
src code. Weird.


On 2/17/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
> Somehow it seems that the code is a bit out of sync
> Or not compiled cleanly.
>
> Please make sure that you do compile everything from the start.
>
> If you look at the source code you do see that method?
>
> johan
>
>
>
> On 2/17/06, Mats Norén <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> > I've upgraded from CVS today and got this error:
> >
> > java.lang.NoSuchMethodError:
> wicket.PageMap.getAccessStack()Ljava/util/Stack
> >
> > If my memory serves me right I saw somewhere that this method was altered?
> >
> > I'm using wicket-spring as well, does that have something to do with it?
> >
> > Stacktrace below:
> >
> > java.lang.NoSuchMethodError:
> wicket.PageMap.getAccessStack()Ljava/util/Stack;
> >
> wicket.session.pagemap.LeastRecentlyAccessedEvictionStrategy.evict
> (LeastRecentlyAccessedEvictionStrategy.java:60)
> >         wicket.PageMap.put(PageMap.java:531)
> >         wicket.Session.touch(Session.java:575)
> >         wicket.Page.doRender(Page.java:390)
> >         wicket.protocol.http.WebRequestCycle.redirectTo
> (WebRequestCycle.java:143)
> >
> wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:60)
> >
> wicket.request.compound.DefaultResponseStrategy.respond(DefaultResponseStrategy.java:47)
> >
> wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond(AbstractCompoundRequestCycleProcessor.java:66)
> >
> wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java:824)
> >         wicket.RequestCycle.processEventsAndRespond
> (RequestCycle.java:851)
> >         wicket.RequestCycle.step(RequestCycle.java:931)
> >         wicket.RequestCycle.steps(RequestCycle.java:1005)
> >         wicket.RequestCycle.request(RequestCycle.java:451)
> >         wicket.protocol.http.WicketServlet.doGet
> (WicketServlet.java:207)
> >
> wicket.protocol.http.WicketServlet.doPost(WicketServlet.java:234)
> >
> javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
> >         javax.servlet.http.HttpServlet.service
> (HttpServlet.java:802)
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> > for problems?  Stop!  Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> >
> http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to