Re: [appfuse-user] integrating webtest-maven-plugin in AppFuse

2010-11-04 Thread Josep GarcĂ­a
This is working really good now in my AppFuse 2.0.2 project. It runs all the tests, generates a nice html report, and the junit report for Hudson, and then checks if all tests were successful. Below is the relevant fragment of my pom. The webtest-maven-plugin version I'm using is the one generated

Re: [appfuse-user] changed from spring to struts (still facing issues)

2010-11-04 Thread Matt Raible
If you set a CATALINA_HOME environment variable, Cargo will deploy the WAR to this server and run tests against it. If you're simply looking to copy your WAR to your server and run it, that's a different story (and I'm guessing what you're trying to do). The error from doing that is: [INFO] [ta

Re: [appfuse-user] starting with Appfuse 2 from scratch

2010-11-04 Thread dan
I am using apache-tomcat-6.0.29,first i meet the same 404 error.as we know,since tomcat6.x version,it add the memory detect module,but it is not so smart,so i comment it,see below 1.find server.xml in $TOMCAT_HOME/conf 2.find the 3.mvn deploy so the 404 will not exist,but it then generate extra

Re: [appfuse-user] starting with Appfuse 2 from scratch

2010-11-04 Thread Matt Raible
If you create a new app and run "mvn install", does it work? On Nov 4, 2010, at 8:54 PM, dan wrote: > I am using apache-tomcat-6.0.29,first i meet the same 404 error.as we > know,since tomcat6.x version,it add the memory detect module,but it is not so > smart,so i comment it,see below > 1.find

Re: [appfuse-user] starting with Appfuse 2 from scratch

2010-11-04 Thread dan
Thanks for Matt's remind,I find why this error happens,because my default account admin which is created from the src/test/resource/sample-data.xml,but the md5 password is not the admin,so the src/test/resources/login.xml will show the errors because it tests the login action use admin/admin, b

Re: [appfuse-user] Appfuse 2.1 release

2010-11-04 Thread Kissue Kissue
Hi Matt, Is there any chance that appfuse 2.1 could still be released this year? Thanks.