I have some problems setting up Eclipse/Tomcat with the newest src from CVS:
Currently the main issue seems to be that SnipSnaps puts objects into the session which are not Serializable:
java.io.NotSerializableException: dynaop.DispatchInterceptor$1
I had the same before with ConfigurationProxy but could get rid of that (don't know how).
The next thing (might be related?) is that I can not login (or logoff as guest). There is no login link and the logoff link does not do anything visible
The log now shows:
2004-10-02 12:54:13 StandardWrapperValve[org.snipsnap.net.admin.ThemeImageServlet]: Servlet.service() for servlet org.snipsnap.net.admin.ThemeImageServlet threw exception
org.picocontainer.defaults.CyclicDependencyException: Cyclic dependency: [interface org.snipsnap.snip.storage.SnipStorage, class org.snipsnap.app.ApplicationManager, interface org.snipsnap.versioning.VersionManager]