Re: [appfuse-user] Appfuse code generator 2.0

2008-09-10 Thread ahmad M
budies, i got something error when generate code from tables like Caused by: freemarker.template.TemplateModelException: Method public java.lang.String org.hibernate.tool.hbm2x.pojo.EntityPOJOClass.generateJoinColumnsAnnotation(org.hibernate.mapping.Property,org.hibernate.cfg.Configuration) thre

Re: [appfuse-user] Appfuse code generator 2.0

2008-09-10 Thread Matt Raible
When generating your code, use -DgenericCore=false or modify the amp.genericCore property setting in your pom.xml. Matt On Wed, Sep 10, 2008 at 3:09 AM, ahmad M <[EMAIL PROTECTED]> wrote: > > now, how to generate dao hibernate code? is there any spesific command? > > > alibehzadian wrote: >> >> H

Re: [appfuse-user] Appfuse code generator 2.0

2008-09-10 Thread ahmad M
now, how to generate dao hibernate code? is there any spesific command? alibehzadian wrote: > > Hi, > > You can use "mvn appfuse:gen-model". > > Take a look at this: > " > http://static.appfuse.org/plugins/appfuse-maven-plugin/gen-model-mojo.html > http://static.appfuse.org/plugins/appfuse-m

Re: [appfuse-user] Appfuse code generator 2.0

2008-09-09 Thread ahmad M
thanx ali, it has been solved. btw, may i get u mail address? i am [EMAIL PROTECTED] regard munib alibehzadian wrote: > > Hi, > > You can use "mvn appfuse:gen-model". > > Take a look at this: > " > http://static.appfuse.org/plugins/appfuse-maven-plugin/gen-model-mojo.html > http://static.a

Re: [appfuse-user] Appfuse code generator 2.0

2008-09-09 Thread Matt Raible
What tables do you have in your database? On Tue, Sep 9, 2008 at 11:13 PM, ahmad M <[EMAIL PROTECTED]> wrote: > > hi > > this is so great, but there is an error when i try mvn appfuse:gen-model > -e. > it is like "No tables found in database to generate code from" > > any idea? > > thanx alot > m

Re: [appfuse-user] Appfuse code generator 2.0

2008-09-09 Thread ahmad M
hi this is so great, but there is an error when i try mvn appfuse:gen-model -e. it is like "No tables found in database to generate code from" any idea? thanx alot munib alibehzadian wrote: > > Hi, > > You can use "mvn appfuse:gen-model". > > Take a look at this: > " > http://static.app

Re: [appfuse-user] Appfuse code generator 2.0

2008-07-02 Thread alibehzadian
Hi, You can use "mvn appfuse:gen-model". Take a look at this: " http://static.appfuse.org/plugins/appfuse-maven-plugin/gen-model-mojo.html http://static.appfuse.org/plugins/appfuse-maven-plugin/gen-model-mojo.html " Ali Behzadian Nejad. -- View this message in context: http://www.nabble.com/

[appfuse-user] Appfuse code generator 2.0

2008-07-01 Thread Jinpeng
Hi Buddies, In Appfuse 1.8, there is a code generator which will generate source code from Database Schema. Is it available in Appfuse 2.0? Thanks. JP