From: SourceForge.net <no...@so...> - 2010-01-06 16:15:01
|
Bugs item #2926983, was opened at 2010-01-06 16:15 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2926983&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: tinyTiM 2.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Merging of associations failed Initial Comment: if two topic maps are merge on demand by calling the method Topic.mergeIn, it fails if there are an association type in both topic maps with a merged type ( the same type ). tinyTim throws an ModelConstraint Exception: Exception in thread "main" org.tmapi.core.ModelConstraintException: All constructs must belong to the same topic map at org.tinytim.internal.utils.Check._reportModelConstraintViolation(Unknown Source) at org.tinytim.internal.utils.Check._sameTopicMap(Unknown Source) at org.tinytim.internal.utils.Check.sameTopicMap(Unknown Source) at org.tinytim.core.MemoryTopicMap.createAssociation(Unknown Source) at org.tinytim.core.MemoryTopicMap.createAssociation(Unknown Source) at TinyTimMergeTest.main(TinyTimMergeTest.java:54) And because of the fact that I try to merge, the associations don't belong to the same topic map. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2926983&group_id=102341 |