I managed somehow to run my project, Things that I made differently: * as I run war:inplace I had a few files that needed an update. --> checked out a fresh project and made a war:inplace to get all the up to date files * replaced my security.xml by the new one * in footer.jsp: replaced <authz:authentication property="fullName"/> by <security:authentication property="principal.fullName"/>. * don't add dependencies as stated at: http://raibledesigns.com/rd/entry/upgrading_to_spring_security_2 * in logout.jsp: replace TokenBasedRememberMeServices.ACEGI_SECURITY_REMEMBER_ME_HASHED_COOKIE_KEY by TokenBasedRememberMeServices.SPRING_SECURITY_REMEMBER_ME_COOKIE_KEY * I experimented with contextApplication-service.xml, so I deleted it from my src folder such that it does not override the standard configuration file. * in addition to replace all org.acegisecurity, also search for any occurences of "acegi*" and replace carefully.
So far so good, jetty is up and running, but there is still one problem: I can't login. Not with 'admin', nor with 'user'. I get a nice error message, but no exception is thrown in the console. Any idea, where to look? -- View this message in context: http://www.nabble.com/AppFuse-2.0.2--Jetty-6.1.9-still-accesses-org-acegisecurity-tp17232823s2369p17255548.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]