link-move icon indicating copy to clipboard operation
link-move copied to clipboard

Suppress "Source contains property not mapped in the target" when appropriate

Open andrus opened this issue 8 years ago • 0 comments

A message "Source contains property not mapped in the target" was intended to warn when the extractors have unexpected attributes, but more often than not these attributes are added intentionally and are processed by stage listeners. Would be nice to suppress warnings in the later case . Perhaps a special tag on <attribute> in extractor indicating that this attribute is needed, even though it is not associated with the model?

c.n.l.m.r.t.c.CreateOrUpdateMerger: Source contains property not mapped in the target: db:is_online. Skipping...

andrus avatar Sep 25 '17 15:09 andrus