[appfuse-user] Appfuse mvn jetty:run-war hangs

2008-12-04 Thread Debbie Wood
Hi Thank you for a phenomenal project :) Could you please help me, I'm strugglingto get an appfuse app to run on jetty on my machine: running Windows Vista I have managed to get an appfuse-light (1.8.2) application running with ajax, using the ant deploy-war target and a tomcat 5.5. which is ins

[appfuse-user] Re: Spring MVC test failure with Joda-Time

2008-12-04 Thread Nathan Anderson
Thanks. I basically figured that out last night but I see the email I started to post back to the list never made it out of my Drafts box. The DateTimePropertyEditor I ended up creating uses the "date.format" application property provided by AppFuse, and if that fails it tries the Joda-Time defaul

Re: [appfuse-user] Spring MVC test failure with Joda-Time

2008-12-04 Thread Fabio Cepeda
Hi Nathan, This error usually happens when the form controller is not able to convert a string representation of the object to the real object. Property editors are used for this and spring doesn't support joda-time out of the box, so you have to implement your own. The error that you have says