WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
2 stars 1 forks source link

Fixes bug: Target annotations not shown #3

Closed hannakoppelaar closed 4 years ago

hannakoppelaar commented 4 years ago

This turned out to be a blocking issue for our users: on the target page, under the tab "Annotations" already existing annotations are not shown. This issue is caused by our reliance on the exact names of classes that Hibernate swaps out for proxy objects. We've had this issue elsewhere in the codebase and I've solved it analogously.

I've also dialed down the default logging settings.