I'm willing to bet the problem is the dates that are entered into sample-data.xml or into your tests. Does "mvn dbunit:operation" run successfully? If so, it's likely your test. Can you run "mvn test" and copy/paste the stack trace so we can see where it's failing. What locale is your OS?
Matt On 9/17/07, hkadejo <[EMAIL PROTECTED]> wrote: > > Generate my model with appfuse: gen-model of a table with a field Datetime > type….and later it generates the CRUD with appfuse: gen….but at the time of > inserting data I have this exception…. > > Failed to convert property estimates of type [java.lang. Java.util String] > to required type [. Property dates] for fecnacimiento; nested exception is > java.lang.IllegalArgumentException: Even Could not dates: Unparseable dates: > "09/17/2007" > > the problem is? > -- > View this message in context: > http://www.nabble.com/Problem-field-Datetime-tf4468191s2369.html#a12740173 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com
