Also, If i remove my deletedPkQuery on the root entity the delta-import will complete successfully. Does anyone have any idea how a deletedPkQuery would end up in this circular StackOverflowError?
FYI. I have a logical model called "item" and whenever an item gets deleted it gets moved over to the "deleted_items" table. Here is my deletedPkQuery ... deletedPkQuery="select id from deleted_items where updated_on > '${dataimporter.last_index_time}'" -- View this message in context: http://n3.nabble.com/Need-help-with-StackOverflowError-tp704451p706618.html Sent from the Solr - User mailing list archive at Nabble.com.