[appfuse-user] Is appfuse svn server down

2008-08-01 Thread Mathew
Hi, Is appfuse svn server down? The problem started when I ran appfuse:full-source and got this error. [ERROR] 175002 : svn: PROPFIND of '/svn/appfuse/tags/APPFUSE_2.0.1/data/common/src': 405 Method Not Allowed (https://appfuse.dev.java.net) Then I tried checking our the project with the

[appfuse-user] JSF or Struts2?

2008-08-01 Thread alibehzadian
Hi, I want to start new project with Appfuse 2. I am familiar with Struts2 and newbie in JSF. What is pros and cons of these two frameworks? Do you suggest Struts2 or JSF and why? Please explain in details! Thanks in advance, Ali Behzadian Nejad. -- View this message in context: http://www.nab

Re: [appfuse-user] SpringMVC Checksum error

2008-08-01 Thread Matt Raible
I'm interested in the archetype:create command as well. Thanks, Matt On Fri, Aug 1, 2008 at 1:40 PM, parsons68 <[EMAIL PROTECTED]> wrote: > > Removed the ~/.m2/repository directory (to be sure things are fresh). > > Run the command you have listed for the SpringMVC > > go into the created direct

Re: [appfuse-user] SpringMVC Checksum error

2008-08-01 Thread parsons68
Removed the ~/.m2/repository directory (to be sure things are fresh). Run the command you have listed for the SpringMVC go into the created directory and run: mvn install eclipse:eclipse Then I eventually fail with the output shown I can post the full out if you like... S mraible wrote:

Re: [appfuse-user] SpringMVC Checksum error

2008-08-01 Thread Matt Raible
Please provide steps to reproduce. You're the first to report this so I suspect you might be doing something different than others. Thanks, Matt On Fri, Aug 1, 2008 at 10:42 AM, parsons68 <[EMAIL PROTECTED]> wrote: > > Nope. File does not exist in repository dir... > > Build fails to complete.

Re: [appfuse-user] SpringMVC Checksum error

2008-08-01 Thread parsons68
Nope. File does not exist in repository dir... Build fails to complete. S mraible wrote: > > You still get the file downloaded successfully though - correct? > > Matt > > On Thu, Jul 31, 2008 at 7:07 PM, parsons68 <[EMAIL PROTECTED]> > wrote: >> >> Have deleted repository locally and re-c

Re: [appfuse-user] AppFuse with Oracle 10g

2008-08-01 Thread Michael Gasche
Hello I configured it the following: mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.2.0 -Dpackaging=jar -Dfile=/Users/Mike/ojdbc14.jar After that it was available in the M2-Repo. JDBC-Dependencies are available when it comes to dbunit-plugins:

Re: [appfuse-user] AppFuse with Oracle 10g

2008-08-01 Thread Matt Raible
Looks like a classpath problem to me. How do you have your Oracle dependency configured? Matt On Fri, Aug 1, 2008 at 9:25 AM, Michael Gasche <[EMAIL PROTECTED]> wrote: > Hi > > I'm trying to run AppFuse 2.0.2 with Oracle 10g. As soon the CLEAN_INSERT by > dbunit is made the OracleDriver isn't fou

Re: [appfuse-user] SpringMVC Checksum error

2008-08-01 Thread Matt Raible
You still get the file downloaded successfully though - correct? Matt On Thu, Jul 31, 2008 at 7:07 PM, parsons68 <[EMAIL PROTECTED]> wrote: > > Have deleted repository locally and re-checked the project out...but still > getting errors running: mvn install eclipse:eclipse.. > > [WARNING] *** CHE

[appfuse-user] AppFuse with Oracle 10g

2008-08-01 Thread Michael Gasche
Hi I'm trying to run AppFuse 2.0.2 with Oracle 10g. As soon the CLEAN_INSERT by dbunit is made the OracleDriver isn't found, even before the mvn-script was able to create the database tables in the schema. Does someone have any ideas about that problem? Thanks, mike mvn-output is: alter ta