Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

[closed] Delivered change-sets showing up in active change-sets

Hello,
I have used the API
IWorkspaceConnection.deliver(boolean, IChangeHistorySyncReport, List,
List, IProgressMonitor)
to deliver a change-set. After doing this when I call
IWorkspaceConnection.refresh(monitor)

After that calling
IWorkspaceConnection.activeChangeSets(IComponentHandle)
still returns the change-set. Shouldnt delivery of a change-set remove
it from activeChangeSets?

Due to this I am unable to determine if a IResource has been actually
delivered or not.
Regards,
Sri.

0 votes


The question has been closed for the following reason: "Problem is not reproducible or outdated" by daviddl Aug 02 '16, 12:46 a.m.

Accepted answer

Permanent link
On Thu, 01 Nov 2007 01:22:20 -0400, Srimanth Gunturi wrote:

Hello,
I have used the API
IWorkspaceConnection.deliver(boolean, IChangeHistorySyncReport, List,
List, IProgressMonitor)
to deliver a change-set. After doing this when I call
IWorkspaceConnection.refresh(monitor)

You don't need to call refresh() after deliver, it should update itself.

After that calling
IWorkspaceConnection.activeChangeSets(IComponentHandle) still returns
the change-set. Shouldnt delivery of a change-set remove it from
activeChangeSets?


Delivery of a changeset will remove it from active changesets. Are you
sure you are passing it in to deliver in the list?

- Dmitry
David Lafreniere selected this answer as the correct answer

0 votes

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,934
× 1,202

Question asked: Nov 01 '07, 1:22 a.m.

Question was seen: 7,332 times

Last updated: Aug 02 '16, 12:46 a.m.

Confirmation Cancel Confirm