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
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