[appfuse-user] starting with Appfuse 2 from scratch

2010-11-03 Thread Marian N. Ion
>I also tried "C:\Source>mvn eclipse:eclipse" to generate prj files, Before doing "mvn eclipse:eclipse" you should perform a "mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-... -DarchetypeVersion=... -DgroupId=... -DartifactId=..." as indicated in

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

2010-11-03 Thread Vanessa Pacheco
Tried it, but I get the same 404 error. I already have tomcat installed in my c:\ dir that I use for my other applications. Is it possible to make Appfuse use this tomcat (v. 6.0.18)? What changes would I need to make to pom.xml and where else will I have to make changes? Would there be any cha

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

2010-11-03 Thread Vanessa Pacheco
I've changed to use struts now When I run mvn, all of my 17 tests fail. In one of the reports I see this (I attached the error report). Where do I make changes? --- Test set: com.mycompany.webapp.webapp.action.SignupActi

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

2010-11-03 Thread Vanessa Pacheco
I'm using postgres and I have all 3 tables in there (app_user, role, user_role), however I noticed that all 3 tables have -ve IDs (PKs) Don't know why that's happening Vanessa - Original Message - From: "Vanessa Pacheco" To: "users" Cc: "matt" Sent: Wednesday, November 3, 2010 2:43:31

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

2010-11-03 Thread Matt Raible
When you say "changed to use struts", did you create a new project or try to switch your own? Which version of AppFuse are you using? On Nov 3, 2010, at 12:43 PM, Vanessa Pacheco wrote: > I've changed to use struts now > > When I run mvn, all of my 17 tests fail. In one of the reports I see thi

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

2010-11-03 Thread Vanessa Pacheco
I created a brand new project. I'm using Appfuse 2.0 Vanessa - Original Message - From: "Matt Raible" To: [email protected] Sent: Wednesday, November 3, 2010 3:27:22 PM (GMT-0500) America/New_York Subject: Re: [appfuse-user] changed from spring to struts (still facing issues) Wh

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

2010-11-03 Thread Matt Raible
You should at least use 2.0.2. If that doesn't work, try 2.1.0-M2-SNAPSHOT. On Wed, Nov 3, 2010 at 1:30 PM, Vanessa Pacheco wrote: > I created a brand new project. I'm using Appfuse 2.0 > > Vanessa > - Original Message - > From: "Matt Raible" > To: [email protected] > Sent: Wed

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

2010-11-03 Thread Vanessa Pacheco
I haven't set up my smtp server, but I don't think that should affect the tests? since that is mainly for email stuff. Am I right? Attaching my pom.xml, since I made changes to use postgres. This is the only place I made changes. Did I have to make changes elsewhere (hibernate), since my tables

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

2010-11-03 Thread Matt Raible
The error you're seeing is caused by a newer version of the archetype plugin. The 2.0-alpha-5 version creates projects that have duplicate package names (as you see below). This has been fixed in 2.0.2-M2-SNAPSHOT. On Wed, Nov 3, 2010 at 1:40 PM, Vanessa Pacheco wrote: > I haven't set up my smtp

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

2010-11-03 Thread Vanessa Pacheco
Would 2.1.0-M2-SNAPSHOT work, cos I don't see 2.0.2-M2-SNAPSHOT in the drop-down to generate the archtype I'm looking at instructions on this page http://appfuse.org/display/APF/AppFuse+QuickStart Thanks for all your help. Sorry to bother so much Vanessa - Original Message - From: "Mat

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

2010-11-03 Thread Vanessa Pacheco
Actually when trying to generate full-source this version (2.1.0-M2-SNAPSHOT) throws me this error [INFO] [AppFuse] Adding dependencies from data-common module... org.apache.maven.project.ProjectBuildingException: Cannot find parent: org.appfu se:appfuse-data for project: null:appfuse-data-common

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

2010-11-03 Thread Vanessa Pacheco
I could continue with my spring installation if only I could get a handle on how to get past the tests (error below). I would prefer deploying to my own tomcat installation which is @ c:\tomcat6 (v. 6.0.18) I get the this error. how do i resolve it Login: >> [INFO] >>

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

2010-11-03 Thread Matt Raible
To use your local installation, you can set a CATALINA_HOME environment variable that points to c:\tomcat6 and everything should work. You can also hard-code c:\tomcat6 into the following property. ${env.CATALINA_HOME} On Nov 3, 2010, at 2:25 PM, Vanessa Pacheco wrote: > I could continue with

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

2010-11-03 Thread Matt Raible
Thanks Josep! If there's a new release of the webtest-maven-plugin before AppFuse's next release (this month), I'll make sure and switch to the plugin. On Fri, Oct 29, 2010 at 11:07 AM, Josep GarcĂ­a wrote: > Hello, > I have succeded in the integration of webtest-maven-plugin into AppFuse > 2.0.2