Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-07-2021 11:28 PM
Hi
I have a query to that unwinds the list of custom objects
But after upgrading to neo4j 4.2 it is not working
error is : : Unable to convert groovy.lang.MetaClassImpl to Neo4j Value.
10-07-2021 11:31 PM
Hmm cypher ususally only accepts parameters that are convertable into cypher types
So you would have to convert your groovy objects into maps/lists/primitives.
10-08-2021 12:12 AM
@michael.hunger Thanks for quick reply
I am converting that List of custom objects into List<Map<String, Object>>
with the help of PropertyUtils.describe (collect method)
Still facing same error
10-08-2021 01:31 AM
Are you sure that's doing a deep conversion?
And you need to use java List / Array / Map not groovy ones.
All the sessions of the conference are now available online