Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
CRUD methods (both Java and RESTful) on OntoNet Sessions must improve the concurrent management of sessions and associated resources:
- If a session is destroyed (e.g. by the deactivate() method of a component), when other components try to destroy it they throw exceptions. They should instead log warnings, as it is generally safe to destroy an already destroyed session.
- Session methods should be synchronized on the shared resources (e..g ontologies) they use.
Attachments
Issue Links
- is blocked by
-
STANBOL-384 GET calls on managed ontology resources do not include import statements
- Closed