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

Why is IProjectArea.getProcessData() finding multiple process xml source objects for a project area? v 4.0

I am using 4.0, and building a tool to extract all the process xml for all (or specified) project(s).

I get the project,  and then the process data content

IProjectArea.getProcessData();

this is a Map..

so, looping thru the keys, I find TWO definitons of the process xml..

under keys
com.ibm.team.internal.process.40.compiled.xml
and
com.ibm.team.internal.process.compiled.xml

the content is identical between the two..

in 3.0.1.1 only

com.ibm.team.internal.process.compiled.xml

is returned.. 

is this a bug?

Sam

0 votes


Accepted answer

Permanent link
Those two keys will have different values when the project area is consuming the process of a project area on a remote server.  Otherwise, the keys should have the same value.

You can probably look at just the com.ibm.team.internal.process.compiled.xml key and ignore the "40" key.

(The two separate keys are needed in order to correctly support 3.0.x Eclipse clients connecting to a 4.0 server.)

-- David Olsen, IBM Rational, Jazz Process Team
Geoffrey Clemm selected this answer as the correct answer

1 vote

Comments

fabulous..  thanks for the feedback..

Sam

Actually you should look at the "40" key and ignore the other. The "40" entry is the traditional xml source. The other key is a temporary one, to support the scenario David mentioned above, and has additional processing done on it.

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,938
× 89

Question asked: Jul 06 '12, 10:35 a.m.

Question was seen: 6,054 times

Last updated: Jul 09 '12, 5:03 p.m.

Confirmation Cancel Confirm