On 11/11/05, Andrew Berman <[EMAIL PROTECTED]> wrote:
I use my own Session object created using the getSessionFactory() method in my Application object. This works fine in 1.1, but I pulled HEAD last night so I could use some of the new features and now I get the following exception:
java.lang.IllegalAccessError: tried to access method wicket.Session.<init>(Lwicket/Application;)
at wicket.protocol.http.WebApplication.getSession(WebApplication.java:242)
at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:195)
Any thoughts?
--Andrew
