You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to install a taxonomy into a graph with a partial-to-complete taxonomy should result in an error. Not sure what kind of error. Currently an IllegalStateException is thrown (in TaxonomyContext.java), with a message asking the user if they may already have installed a taxonomy.
The text was updated successfully, but these errors were encountered:
Correction, this error is generated when attempting to build contexts in a database with multiple overlapping taxonomies, if more than one root node matching the context is found. There should probably be a check on installation that should report the error instead... For now, anyway.
Attempting to install a taxonomy into a graph with a partial-to-complete taxonomy should result in an error. Not sure what kind of error. Currently an IllegalStateException is thrown (in TaxonomyContext.java), with a message asking the user if they may already have installed a taxonomy.
The text was updated successfully, but these errors were encountered: