HI! I have a problem about appfuse2! I create a project with command "mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-spring -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject"
then I use command "mvn appfuse:gen-model" create a pojo with name :AppAgent and use command: "mvn appfuse:gen -Dentity" create DAO and Service all of these steps is OK! but when I run "mvn test",it can't pass with error: Failed tests: testHandleRequest(ht.com.app.webapp.controller.AppAgentControllerTest) Tests in error: testEdit(ht.com.app.webapp.controller.AppAgentFormControllerTest) testSave(ht.com.app.webapp.controller.AppAgentFormControllerTest) testRemove(ht.com.app.webapp.controller.AppAgentFormControllerTest) testAddAndRemoveAppAgent(ht.com.app.dao.AppAgentDaoTest) I cant resolve it,please help and thanks! 2008-09-08 qifeng.deng