Re: [appfuse-user] DaoTest failed after generation of a new object

2007-06-26 Thread Michael Horwitz
There should be more detail on why the test is failing in the appropriate text file under target/surefire-reports. Mike. On 6/26/07, Laurent Dejoux <[EMAIL PROTECTED]> wrote: 1/ creation of an object : OperatingSystem.java 2/ defined it in hibernate.cfg.xml 3/ mvn appfuse:gen -Dentity=Operati

[appfuse-user] DaoTest failed after generation of a new object

2007-06-26 Thread Laurent Dejoux
1/ creation of an object : OperatingSystem.java 2/ defined it in hibernate.cfg.xml 3/ mvn appfuse:gen -Dentity=OperatingSystem 4/ mvn appfuse:install -Dentity=OperatingSystem and run the OperatingSystemDaoTest => --- T E S T S --