Re: [appfuse-user] *.java files are not generated by appfuse:gen

2008-01-18 Thread Matt Raible
By default, generic DAOs/Managers are created so there's less code to maintain. To change this, pass in -Damp.genericCore=false or change this property in your pom. Raible On 1/18/08, os57741 <[EMAIL PROTECTED]> wrote: > > Hi all, > > I have been trying to use appfuse:gen or appfuse:gen-core to g

[appfuse-user] *.java files are not generated by appfuse:gen

2008-01-18 Thread os57741
Hi all, I have been trying to use appfuse:gen or appfuse:gen-core to generate classes from a POJO. The following items have been generated successfully: - the entry in hibernate.cfg.xml - the registration of the GenericManagerImpl bean in the ApplicationContext file - the sample-data.xml Althou