[appfuse-user] Re: Incorporate a search region & handling tables with foreign keys

2010-10-02 Thread webmeiker
This is Error trace: ERROR freemarker.runtime - Method public java.lang.String org.hibernate.tool.hbm2x.pojo.EntityPOJOClass.generateJoinColumnsAnnotation(org.hibernate.mapping.Property,org.hibernate.cfg.Configuration) threw an exception when invoked on Entity: org.webmeiker.model.Localidades Th

Re: [appfuse-user] Re: Incorporate a search region & handling tables with foreign keys

2010-10-02 Thread Matt Raible
AMP is not able to properly generate a UI for relationships such as one-to-many. If you comment out the relationship for the generation, it should work. You can also copy the FreeMarker templates into your project if you want to try and modify things so it can generate a UI for relationships. M