Re: [appfuse-user] Not using model classes from AppFuse

2007-11-05 Thread Matt Raible
From what I can tell, the plugin does not support generating views from classes that inherit from User. Sorry, Matt On 10/22/07, ghuttemann <[EMAIL PROTECTED]> wrote: > We've made this changes on User model class at com.myproject.app.model. As > you can see, the only line added is an annotation

Re: [appfuse-user] Not using model classes from AppFuse

2007-10-22 Thread ghuttemann
We've made this changes on User model class at com.myproject.app.model. As you can see, the only line added is an annotation to support the inheritance. @Entity @Table(name="app_user") @Inheritance(strategy=InheritanceType.JOINED) // Added for supporting of

Re: [appfuse-user] Not using model classes from AppFuse

2007-10-21 Thread Matt Raible
You could use the full-source plugin to get all of AppFuse's source and modify at will. You can also just modify the model classes using the following instructions: http://appfuse.org/display/APF/AppFuse+Core+Classes Matt On 10/21/07, ghuttemann <[EMAIL PROTECTED]> wrote: > > Is there a way we c