From: SourceForge.net <no...@so...> - 2009-06-21 11:46:50
|
Bugs item #2809821, was opened at 2009-06-21 13:45 Message generated for change (Tracker Item Submitted) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2809821&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: Core Group: tinyTiM 2.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: Ensure same topic map constraint Initial Comment: Ensure that every factory method checks that all constructs belong to the same topic map: I.e.: tm = sys.createTopicMap("http://www.semagia.com/a"); tm2 = sys.createTopicMap("http://www.semagia.com/b"); assoc = tm.createAssociation(tm2.createTopic()); That should not work (MCE / IAE must be thrown). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2809821&group_id=102341 |