Re: [appfuse-user] Error with Latest AppFuse 2.0

2007-09-20 Thread Matt Raible
Your error states HTTP Error 407 - which is explained on the following page: http://www.checkupdown.com/status/E407.html Matt On 9/20/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Hi Matt, > > Now I tried the same with struts basic module and when I try mvn in the > directory, I get this: > Al

Re: [appfuse-user] Error with Latest AppFuse 2.0

2007-09-20 Thread Irshad Buchh
Hi Matt, Now I tried the same with struts basic module and when I try mvn in the directory, I get this: Also what is this SQL warning? SQL Warning: 1287, SQLState: HY000 'TYPE=storage_engine' is deprecated; use 'ENGINE=storage_engine' instead C:\appfuse2-struts>mvn [INFO] Scanning for projects..

Re: [appfuse-user] Error with Latest AppFuse 2.0

2007-09-20 Thread Matt Raible
There's a couple of different things to try: 1. Configure Maven to recognize your proxy server: http://maven.apache.org/guides/mini/guide-proxies.html 2. Configure Ant to recognize your proxy server (since this is failing when using the antrun-plugin): http://ant.apache.org/manual/proxy.html 3

Re: [appfuse-user] Error with Latest AppFuse 2.0

2007-09-20 Thread Irshad Buchh
Hi Matt, Yes I am behind a proxy server, you guessed it right. What is the temporary fix? Is it possible to revert to JSF 1.1, I guess I have to change pom.xml, any issues with that? --Irshad. mraible wrote: > > Are you behind a proxy server? MyFaces 1.2.0 has a bug where it won't > run if it

Re: [appfuse-user] Error with Latest AppFuse 2.0

2007-09-20 Thread Matt Raible
Are you behind a proxy server? MyFaces 1.2.0 has a bug where it won't run if it can't connect to the internet. Matt On 9/20/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Hi, > > Just heard about the final AppFuse 2.0, couldn't wait to try it. This is > what I did: > > mvn archetype:create -Darc

[appfuse-user] Error with Latest AppFuse 2.0

2007-09-20 Thread Irshad Buchh
Hi, Just heard about the final AppFuse 2.0, couldn't wait to try it. This is what I did: mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-jsf -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0 -DgroupId=edu.ksu -Dartif