RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-09-12 Thread siegfried
using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ? Is http://docs.codehaus.org/display/MAVENUSER/Archetypes+List the best list of archetypes? As I sent in a previous email... The listing of archetpes on the Maven User wiki is pretty complete, as far as I am aware. There are no specific

Re: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-22 Thread Wayne Fay
Ooops!  Do I need to delete me repository? [INFO] Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7 If you look at the documentation, you'll see the generate goal was not added until 2.0-alpha-4, so this error message is correct. Your

RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-22 Thread siegfried
Renaming .m2 to save.m2 seems to have fixed the problem. Thanks! Is http://docs.codehaus.org/display/MAVENUSER/Archetypes+List the best list of archetypes? Ooops! Do I need to delete me repository? [INFO] Required goal not found: archetype:generate in

Re: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-22 Thread Wayne Fay
Is http://docs.codehaus.org/display/MAVENUSER/Archetypes+List the best list of archetypes? As I sent in a previous email... The listing of archetpes on the Maven User wiki is pretty complete, as far as I am aware. There are no specific archetypes for session stateful ejb -- just generic

Re: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-21 Thread Wayne Fay
I found http://openejb.apache.org/examples.html and tried them and when they would not work, I posted in the ejb forum. But now that I see the results below, I'm wondering if it is a maven problem instead of a bad openejb example. 1. What results below? You didn't include anything in your

RE: How to create Hello World Projects using Maven for Spring, Hibernate, JPA, EJB, ActiveMQ?

2009-05-21 Thread siegfried
Ooops! Do I need to delete me repository? Sorry: here it is! bash-3.2$ mvn -e archetype:generate + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO]