From: Lars H. <he...@se...> - 2006-07-06 16:00:34
|
Hi Lars, [...] > When I merge the both maps there are two topics > with the topic name ?lars? which is correct, but the problem is that by one > of this topics the the type of the topic and the occurrences are lost. When Strange. TM4J uses the internally the native TM4J merging-implementation and as far as I know there are no known bugs. Can you post an excerpt of the topic map you're merging? I assume that the topic map A looks like // TM A Topic topic1 = tmA.createTopic(); topic1.createTopicName("Lars", null); Topic topic2 = tmA.createTopic(); topic2.createTopicName("Lars", null); // TM B Topic topic3 = tmB.createTopic(); topic3.createTopicName("Lars", null); tmA.mergeIn(tmB); Right? > I use another topic map engine, everything works fine. This only happens > with complex topic maps. So, the above simple topic map merge correctly without any loss of information? > I use TMAPI 1.0 SP 1 and tm4j in a Version from > 18.02.06. I assume that is the latest CVS version? There where several bug fixes of TMAPI implementation for TM4J. But I cannot remember the last check-in. Best regards, Lars -- http://www.semagia.com http://www.topicgarden.com/mailinglist/ German Topic Maps mailinglist |