Hi Matt,

The exact steps were

1/mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes
-DarchetypeArtifactId=appfuse-modular-spring
-DremoteRepositories=http://static.appfuse.org/releases
-DarchetypeVersion=2.0 -DgroupId=com.mycompany.app -DartifactId=myproject

2/ cd myproject

3/ mvn eclipse:eclipse

4/ Create a Person.java in com.mycompany.app.model package with generated
getters & setters & annotations.

5/ Add the mapping to hibernate.cfg.xml & cd core

6/ mvn appfuse:gen -Dentity=Person

7/ mvn appfuse:install -Dentity=Person

After this, I got person-generic-bean, personmanager-bean &
person-sample-date.

Replace the first step with struts archetype and I have webpages & actions
generated for me.

I hope this should be details enough.

Regards,
Steve.


mraible wrote:
> 
> Can you please provide the exact steps you're using and the POJO
> you're trying to generate from? I'd like to try to reproduce your
> issue locally.
> 
> Matt
> 

-- 
View this message in context: 
http://www.nabble.com/Appfuse---Spring-MVC-tf4763259s2369.html#a13640351
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to