Hello, Oleg.
I tried to use ObjectToMapTransformer for my domain objects writing in Groovy.
And I'd got
It is because you don't ignore metaClass property from GroovyObject inCyclic reference detected between: CachedClass - CachedClass
org.springframework.integration.transformer.CycleD etector
at the row of source code:
Should I open an issue in JIRA?PHP Code:if (propertyName.equals("class") && ignoreClassAttribute){
continue; // no need to process
}
Thank you,
Artem Bilan


Reply With Quote
