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