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

2010-11-09 Thread Vanessa Pacheco
ber 5, 2010 12:46:42 PM (GMT-0500) America/New_York Subject: Re: [appfuse-user] starting with Appfuse 2 from scratch On Nov 5, 2010, at 10:34 AM, Vanessa Pacheco wrote: >> C:\>echo %CATALINA_HOME% >> c:\tomcat6 >> This should work. What makes you think Cargo is not using it

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

2010-11-05 Thread Matt Raible
On Nov 5, 2010, at 10:34 AM, Vanessa Pacheco wrote: >> C:\>echo %CATALINA_HOME% >> c:\tomcat6 >> This should work. What makes you think Cargo is not using it when running >> tests? To be sure >it's using it, you could remove the following from your >> pom.xml: > > Yeah, the zipUrlInstaller sec

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

2010-11-05 Thread Vanessa Pacheco
> C:\>echo %CATALINA_HOME% > c:\tomcat6 >This should work. What makes you think Cargo is not using it when running >tests? To be sure >it's using it, you could remove the following from your >pom.xml: Yeah, the zipUrlInstaller section is commented in my actual file. I guess what I am looking fo

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

2010-11-05 Thread Matt Raible
On Nov 5, 2010, at 10:13 AM, Vanessa Pacheco wrote: > Matt, > >> My only issue is that with my env CATALINA variable and one other change to >> pom.xml, it >still doesn't depoly to my installed version of tomcat. >> What do you see when run "echo %CATALINA_HOME%" from the command line? > > He

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

2010-11-05 Thread Vanessa Pacheco
Matt, > My only issue is that with my env CATALINA variable and one other change to > pom.xml, it >still doesn't depoly to my installed version of tomcat. >What do you see when run "echo %CATALINA_HOME%" from the command line? Here's the command I ran, with output. In windows its a user environ

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

2010-11-05 Thread Matt Raible
Sent: Friday, November 5, 2010 1:23:56 AM (GMT-0500) America/New_York > Subject: Re: [appfuse-user] starting with Appfuse 2 from scratch > > Thanks for Matt's remind,I find why this error happens,because my > default account admin which is created from the > src/test/resource/

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

2010-11-05 Thread Vanessa Pacheco
ovember 5, 2010 1:23:56 AM (GMT-0500) America/New_York Subject: Re: [appfuse-user] starting with Appfuse 2 from scratch 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 n

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

2010-11-04 Thread dan
v.java.net Sent: Tuesday, November 2, 2010 10:11:58 PM (GMT-0500) America/New_York Subject: Re: [appfuse-user] starting with Appfuse 2 from scratch SyncPoint-1.0-SNAPSHOT now is your web namespace,but the first line in login.xml still didn't change, let's see so change the url="/&qu

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

2010-11-04 Thread Matt Raible
; From: "dan" >> To: users@appfuse.dev.java.net >> Sent: Tuesday, November 2, 2010 10:11:58 PM (GMT-0500) America/New_York >> Subject: Re: [appfuse-user] starting with Appfuse 2 from scratch >> >> SyncPoint-1.0-SNAPSHOT now is your web namespace,but the first line

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

2010-11-04 Thread dan
- From: "dan" To: users@appfuse.dev.java.net Sent: Tuesday, November 2, 2010 10:11:58 PM (GMT-0500) America/New_York Subject: Re: [appfuse-user] starting with Appfuse 2 from scratch SyncPoint-1.0-SNAPSHOT now is your web namespace,but the first line in login.xml still didn't ch

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

2010-11-03 Thread Vanessa Pacheco
ubject: Re: [appfuse-user] starting with Appfuse 2 from scratch SyncPoint-1.0-SNAPSHOT now is your web namespace,but the first line in login.xml still didn't change, let's see so change the url="/" to url="/SyncPoint-1.0-SNAPSHOT" maybe you can pass the test,Good Luck

[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-02 Thread dan
sage - From: "Matt Raible" To: "Vanessa Pacheco" Sent: Tuesday, November 2, 2010 3:38:01 PM (GMT-0500) America/New_York Subject: Re: [appfuse-user] starting with Appfuse 2 from scratch Try running it with -Ppostgres - also look in pom.xml for the settings for Postgres.

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

2010-11-02 Thread Matt Raible
re? > > > Vanessa > - Original Message - > From: "Matt Raible" > To: "Vanessa Pacheco" > Cc: "users" > Sent: Tuesday, November 2, 2010 4:36:20 PM (GMT-0500) America/New_York > Subject: Re: [appfuse-user] starting with Appfuse 2 from scra

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

2010-11-02 Thread Vanessa Pacheco
quot;Vanessa Pacheco" Cc: "users" Sent: Tuesday, November 2, 2010 4:36:20 PM (GMT-0500) America/New_York Subject: Re: [appfuse-user] starting with Appfuse 2 from scratch There might be issues with this working properly. If it's still talking to MySQL, you might have to move

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

2010-11-02 Thread Matt Raible
" > To: "Vanessa Pacheco" > Sent: Tuesday, November 2, 2010 3:38:01 PM (GMT-0500) America/New_York > Subject: Re: [appfuse-user] starting with Appfuse 2 from scratch > > Try running it with -Ppostgres - also look in pom.xml for the settings for > Postgres. >

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

2010-11-02 Thread Vanessa Pacheco
vember 2, 2010 3:38:01 PM (GMT-0500) America/New_York Subject: Re: [appfuse-user] starting with Appfuse 2 from scratch Try running it with -Ppostgres - also look in pom.xml for the settings for Postgres. On Tue, Nov 2, 2010 at 1:35 PM, Vanessa Pacheco < vpach...@bowmansystems.com > wrote: Hi

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

2010-11-02 Thread Vanessa Pacheco
configure it to use postgres? Vanessa - Original Message - From: "Vanessa Pacheco" To: users@appfuse.dev.java.net Cc: m...@raibledesigns.com Sent: Tuesday, November 2, 2010 2:08:58 PM (GMT-0500) America/New_York Subject: [appfuse-user] starting with Appfuse 2 from scratch

[appfuse-user] starting with Appfuse 2 from scratch

2010-11-02 Thread Vanessa Pacheco
Hi all, I'm starting from scratch with Appfuse 2.0. I've got Eclipse Release 3.5.0. I don't know whats Callisto so I didn't follow this step "use Callisto (Software Update) to get plugins for developing web and database-driven applications." Could someone shed some light please, to a newbie I