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
- [Wicket-user] Is HEAD fully functional? Andrew Berman
- [Wicket-user] Re: Is HEAD fully functional? Andrew Berman