Code:
[hibernatetool] Method public boolean org.hibernate.tool.hbm2x.Cfg2JavaTool.isComponent(org.hibernate.mapping.Property) threw an exception when invoked on org.hibernate.tool.hbm2x.Cfg2JavaTool@1878144
[hibernatetool] The problematic instruction:
[hibernatetool] ----------
[hibernatetool] ==> if !c2j.isComponent(pojo) [on line 1, column 1 in spring-daos.ftl]
Code:
<#if !c2j.isComponent(pojo)>.....</#if>
Throws an exception for me :(
Code:
freemarker.template.TemplateModelException: Method public boolean org.hibernate.tool.hbm2x.Cfg2JavaTool.isComponent(org.hibernate.mapping.Property) threw an exception when invoked on org.hibernate.tool.hbm2x.Cfg2JavaTool@1878144