dsukhoroslov / bagri

XML/Document DB on top of distributed cache
Apache License 2.0
41 stars 5 forks source link

[VVMP] error at document tree population #126

Closed dsukhoroslov closed 6 years ago

dsukhoroslov commented 6 years ago

The getDocuments method returns CombinedCollectionImpl instance, which is not serializable, so can’t be used from plugin methods. Make it Serializable.

dsukhoroslov commented 6 years ago

fixed