your clue + mvn war:inplace, works my sysdeo thanks.
2008/1/31, Matt Raible <[EMAIL PROTECTED]>: > Make sure applicationContext-struts.xml is in the deployed WEB-INF > directory. If it isn't, then Sysdeo probably needs to run after the > WARs have been merged by Maven. A workaround is to run full-source on > your project. > > Matt > > On Jan 31, 2008, at 2:10 AM, Miguel Romero wrote: > > > hi, > > > > i´m trying debug with eclipse my project appfuse-struts-2.0.1, but > > when start tomcat after applicated sysdeo pluging... > > > > ------------------------- > > [myproject] WARN [main] > > InterceptorBuilder.constructInterceptorReference(60) | Unable to load > > config class adminInterceptor at interceptor - > > file:/C:/zone/myproject/target/classes/struts.xml:21:69 probably due > > to a missing jar, which might be fine if you never plan to use the > > adminOnly interceptor > > [myproject] ERROR [main] > > InterceptorBuilder.constructInterceptorReference(63) | Actual > > exception > > Caught Exception while registering Interceptor class adminInterceptor > > - interceptor - > > file:/C:/zone/appfuse/myproject/target/classes/struts.xml:21:69 > > ------------------------- > > > > the line in struts is: > > <interceptor name="adminOnly" class="adminInterceptor"/> > > > > i think.. that tomcat doesn´t find this bean of spring context. > > "adminInterceptor" > > > > the excepción follows with others beans like "signupAction"... same > > errror. > > > > > > any idea o solution? > > > > thanks ! > > > > > > > > 2008/1/27, Matt Raible <[EMAIL PROTECTED]>: > >> FYI... I thought this might be useful for folks using Eclipse: > >> > >> http://mojo.codehaus.org/sysdeo-tomcat-maven-plugin/usage.html > >> > >> Matt > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
