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

How to get outgoingChangeSets() to deliver in Stream? (RTC SDK 6.0)

Below is the code to get outgoingChangeSets() . But it is returning empty list and in turn it is failing to deliver . (RTC SDK 6.0)

IChangeHistorySyncReport sync =

wkspConnection.compareTo(

streamConnection,

WorkspaceComparisonFlags.CHANGE_SET_COMPARISON_ONLY,

Collections.EMPTY_LIST,

  null );

List<?> csOutList = sync.outgoingChangeSets(component);

0 votes



2 answers

Permanent link
This is my code that I used in an automation:
Delivering Change Sets and Baselines to a Stream Using the Plain Java Client Libraries.

That is all I can contribute.

0 votes


Permanent link
 It's not clear what you expect but check if the empty list comes from wrong initialization of your wkspConnection or streamConnection. It's not possibile to understand this from your snippet.
But it's the right way to go.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

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,935
× 1,202

Question asked: Dec 11 '15, 7:44 a.m.

Question was seen: 3,775 times

Last updated: May 31 '16, 11:58 p.m.

Confirmation Cancel Confirm