From: SourceForge.net <no...@so...> - 2005-03-03 13:23:12
|
Bugs item #1155797, was opened at 2005-03-03 13:51 Message generated for change (Comment added) made by oliverleimig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1155797&group_id=27895 Category: In-Memory Impl Group: CVS Status: Open Resolution: None Priority: 5 Submitted By: Oliver Leimig (oliverleimig) Assigned to: Nobody/Anonymous (nobody) Summary: addSubjectIdentifier throws RuntimeException: getScopedName Initial Comment: CVS-checkout: 2005-02-17 there is a "java.lang.RuntimeException: getScopedNames called on non-base topic." when using the command "org.tm4j.tmapi.Topic.addSubjectIdentifier( org.tmapi.core.Locator )" the Exception is at org.tm4j.topicmap.memory.TopicImpl.getScopedNames(TopicImpl.java:1413) (although no merging should be happening in addSubjectIdentifier...?) ---------------------------------------------------------------------- >Comment By: Oliver Leimig (oliverleimig) Date: 2005-03-03 14:23 Message: Logged In: YES user_id=674396 switching to static merging fixes the behaviour: Use System.setProperty("tm4j.static.merge", "true"); before setting up the TopicMapProvider (but is this a good solution?) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1155797&group_id=27895 |