Hi Matt, let me first address your questions. * Yes, I searched all java and xml files * appfuse version is set to 2.0.2 * deleting WEB-INF/classes and WEB-INF/lib helped. Jetty starts without problems, but when I browse to localhost:8080 I am forwarded to an empty login page.
I think this is due to war:inplace which copies only files that are not in my src folder. Can I force war:inplace to copy all files. I can merge changes with my project files in a SVN repository then. In the past 24 hours I tested a few upgrade scenarios on my running project and on a fresh AppFuse/Basic/Struts2 2.0.1 project. This upgrade is not much fun, so far. I did not manage to do the upgarde with a fresh AppFuse/Basic/Struts2 2.0.1. I ended up with: 2008-05-15 12:47:30.378:/:INFO: Initializing Spring root WebApplicationContext [myproject-2.0.1] ERROR [main] ContextLoader.initWebApplicationContext(220) | Context initialization failed java.lang.NoClassDefFoundError: org/springframework/context/support/AbstractRefreshableConfigApplicationContext mraible wrote: > > Did you search all your .java classes and .xml files? If so, make sure > you have appfuse.version=2.0.2 and you don't have any files in > WEB-INF/classes and WEB-INF/lib. > > Matt > > On Wed, May 14, 2008 at 8:45 AM, Martin Homik <[EMAIL PROTECTED]> wrote: >> >> I followed the AppFuse upgrade instructions and ended up with the >> following >> exception. Never mind about my project path name which has a "ACEGI" >> substring. I merely wonder why Jetty looks for >> org/acegisecurity/providers/ProviderManager. I have replaced all >> "org.acegigisecury" by "org.springframework.security" in my src folder >> and >> yet the exception occurs despite of a 'mvn clean' instruction. What do I >> have to change? >> >> Here is the exception when I run 'mvn jetty:run-war' >> > -- View this message in context: http://www.nabble.com/AppFuse-2.0.2--Jetty-6.1.9-still-accesses-org-acegisecurity-tp17232823s2369p17251847.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]