Re: [appfuse-user] Error deploying in Jetty

2008-03-28 Thread Acrobat
Just forgotten to delete lib folder... Thanks a ton! mraible wrote: > > If you've ever won war:inplace, make sure you delete src/main/webapp/ > WEB-INF/classes and src/main/webapp/WEB-INF/lib. > > Matt > > On Mar 28, 2008, at 7:26 AM, Acrobat wrote: > >> >> Any other clue...? >> -- >> View

Re: [appfuse-user] Error deploying in Jetty

2008-03-28 Thread Matt Raible
If you've ever won war:inplace, make sure you delete src/main/webapp/ WEB-INF/classes and src/main/webapp/WEB-INF/lib. Matt On Mar 28, 2008, at 7:26 AM, Acrobat wrote: Any other clue...? -- View this message in context: http://www.nabble.com/Error-deploying-in-Jetty-tp16227534s2369p16349913

Re: [appfuse-user] Error deploying in Jetty

2008-03-28 Thread Acrobat
Any other clue...? -- View this message in context: http://www.nabble.com/Error-deploying-in-Jetty-tp16227534s2369p16349975.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: [appfuse-user] Error deploying in Jetty

2008-03-28 Thread Acrobat
Any other clue...? -- View this message in context: http://www.nabble.com/Error-deploying-in-Jetty-tp16227534s2369p16349913.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: [appfuse-user] adding manager class to UserAction.java

2008-03-28 Thread Michael Horwitz
Have you defined a setter method on the UserAction called setClientManager()? Mike On 27/03/2008, Robyn Sambo <[EMAIL PROTECTED]> wrote: > > Hello - > > *I'm working with Appfuse 2.0( Struts 2 Basic) and trying to add an > instance of a custom manager class (clientManager) to > org.appfuse.webap

Re: [appfuse-user] AppGen and CamelCase

2008-03-28 Thread Richard M
I'm using Appfuse 2.0.1, Struts2 and Hibernate and have used used the appfuse:gen goal to generate for POJO's such as UserText.java. Seemed to work fine, aside from the handling of many-to-one properties - I had to manually adjust them. Waldo Rochow wrote: > > Has anyone been able to use AppGen

Re: [appfuse-user] Spring MVC+JasperReports Any Ideas?

2008-03-28 Thread reddeagle9
Quick google on "Appfuse jasper reports" returns a beautiful tutorial http://raibledesigns.com/wiki/AppFuseJasperReports.html Carlos Ortiz-4 wrote: > > Hey guys > > I need good tutorials about Spring MVC that renders JasperReports. > I also need to know how to create Excel files out of a Ja