Hello,
I'm using XDocReport/ Velocity.
when i try to load : metadata.load("StudyAndProfessionalPhoto", StudyAndProfessionalProjectDocsDTO.class, true);
i get this exception.
fr.opensagres.xdocreport.core.XDocReportException: Cannot find serializer. Please set the template engine FieldsMetadata#setTemplateEngineKind(String templateEngineKind) before calling this method.
at fr.opensagres.xdocreport.template.formatter.FieldsMetadata.load(FieldsMetadata.java:565)
if ( serializer == null )
{
throw new XDocReportException(
"Cannot find serializer. Please set the template engine FieldsMetadata#setTemplateEngineKind(String templateEngineKind) before calling this method." );
}
how can i initialize the "serializer" please ?
Thanx