Francisco de Assis Ribeiro Junior
unread,Aug 13, 2012, 9:40:53 AM8/13/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I'm facing a problem when checking out a file from starteam using the Java SDK.
That's the code I'm using :
[code]
file.checkout(Item.LockType.EXCLUSIVE, false, true, true);
[/code]
The problem is, after that instruction I'm trying to manipulate the file checked out, but after called checkout, the file is not there, it seems like there is a delay on the file download to the server.
I'd like to know if the checkout action is an assynchronous task or not.
Did someone face a similar problem?
Thanks,
Junior