The BasicMetadataGenerator generate the AuditEntity attributes in the first pass at line 47-48. The input value type is a clob type, but the produced attribute type is a simple string type. Looks like the BasicMetadataGenerator#buildProperty(..) method did something wrong.  
|