I'm trying to list the links of a CR with the java starteam API.
for (Link link : cr.getServer().findLinks(cr)) {
....
}
But I get an exception:
No record found.
at com.starbase.starteam.ServerException.wrap(Unknown Source)
at com.starbase.starteam.Server.wrap(Unknown Source)
at com.starbase.starteam.Server.findLinks(Unknown Source)
...
I don't understand why?