From: Norbert H. <rue...@se...> - 2001-08-28 09:27:20
|
Hi, Kal Ahmed wrote: > Hi Norbert, > > I've had a look at your code and there is nothing wrong with that - I can > also reproduce the problem, so it looks like this is a TM4J bug. I'll have a > look at this when I get a chance (prob. not until tonight) and let you know > if I find the problem. If you would like to have a look in the source code > for yourself, my guess is that the problem is probably related to > TopicImpl.removeAssociationToType() not behaving correctly. > yes I think so, too. I just had a look in memory.TopicMapImpl and noticed that there is in addAssociation() a call to indexObject. And there exists a reverse operation unIndexObject which isn't called in removeAssociation()? Is it the missing call unIndexObject(association)? NoB |