Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ServerException when using Server.findLinks

10 views
Skip to first unread message

capitaine banane

unread,
Dec 22, 2009, 6:10:33 AM12/22/09
to
Hello

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?

0 new messages