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...?)
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?)