Yes,AMP works very well when I remove the inheritence relation between Manager class and Employee class.I think the bug of AMP result in the problem.I cannt find the "web/jsf/form-view.ftl" file on my %MAVEN_HOME%,AppFuse localRepository and project directory.Could you tell me where can I find the file and any ideas how to fix this issue?
WangJinbin This is likely because AMP doesn't support relationships very well. If you remove your relationships from your POJO, you may be able to generate successfully. Another option, available in 2.0.1-SNAPSHOT, is you can override/customize the web/jsf/form-view.ftl in your project and fix the issue. Matt -- View this message in context: http://www.nabble.com/Cannt-using-gen-command-in-AppFuse-tp14414609s2369p14431572.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
