hello I have a problem with some nodes of a certain type in mij cloud. if i do something like this (or rather this is what happens in the mmeditors):
RelationList relationList=node.getRelations(role, otherManager); I get a NullPoiterException for certain role-NodeManager values. This only happens with some nodes. If i do: RelationList relationList=node.getRelations(role); the exceptions do not occur. I am afraid there is an inconsistancy in my cloud, but i can't figure out what it is. Or could this be a bug? the version i am using is: MMBase 1.6.5-Final.20030829 Ernst
