dsukhoroslov / bagri

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

[VVMP] exception at document content retrieve #55

Closed dsukhoroslov closed 8 years ago

dsukhoroslov commented 8 years ago
com.bagri.tools.vvm.service.ServiceException: javax.management.ReflectionException: Target method not found: com.bagri.xdm.cache.hazelcast.management.DocumentManagement.getDocumentContent
    at com.bagri.tools.vvm.service.DocumentServiceProvider.getDocumentContent(DocumentServiceProvider.java:217)
    at com.bagri.tools.vvm.ui.SchemaDocumentPanel.selectDocument(SchemaDocumentPanel.java:398)

Caused by: java.lang.NoSuchMethodException: com.bagri.xdm.cache.hazelcast.management.DocumentManagement.getDocumentContent(java.lang.String)

looks like the plugin was not adjusted to the recent API change.

dsukhoroslov commented 8 years ago

fixed