Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-03-03 Thread PSI
I have same settings as attached zip file, if you can unzip in directory and run mvn install eclipse:eclipse; you will get that error too!, i think i might be missing something? The core/pom.xml and web/pom.xml should have this in the ...: com.mycompany myproject-pom

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-03-03 Thread wnqq
Dear Shash and Matt, Thanks for your great efforts. I followed your instructions but it did not work. It is probably I made some mistakes somewhere or maybe there are some missing steps in your instructions. Anyway, below are some more details... Shash Chaterjee wrote: > > - Modify myproject/p

Re: [appfuse-user] wrong POM file

2007-03-03 Thread Matt Raible
Should be fixed now - thanks for pointing this out. Matt On 3/2/07, budha <[EMAIL PROTECTED]> wrote: I have problem ... mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-basic-jsf -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2.0

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-03-03 Thread Shash Chaterjee
The core/pom.xml and web/pom.xml should have this in the ...: com.mycompany myproject-pom 1.0-SNAPSHOT The pom/pom.xml should not have any section. /pom.xml should have: pom core web Is that what you have? Shash:

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-03-03 Thread PSI
Shash: I had made same setup as you had specified, but i am getting following exception when i run mvn install eclipse:eclipse any idea about this? [INFO] [INFO] Trace org.apache.maven.reactor.MavenExecutionException:

[appfuse-user] HIbernate tutorial

2007-03-03 Thread viggo
Is this correct? "To register a personDao bean, create src/main/webapp/WEB-INF/applicationContext.xml (or core/src/main/webapp/WEB-INF/applicationContext.xml for a modular archetype)" Shouldn't the applicationContext be in src/main/resources/applicationContext.xml or core/src/main/resources/appli

AW: [appfuse-user] using hibernate annotation on jdk1.4?

2007-03-03 Thread Peter Schneider-Manzell
Hi! It's not possible to use annotations in sdk <1.5 out of the box. Maybe this project can help: http://backport175.codehaus.org/ Bye, Peter _ Von: j2ee dodo [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 2. März 2007 21:49 An: users@appfuse.dev.java.net Betreff: [appfuse-user] us