It's all about the answers!

Ask a question

RTC 4.0.0.1 eclipse client configuration changes disturbing other process configuration xml


kavita herur (5876593) | asked Dec 06 '12, 8:59 a.m.

Hi All,

 I have RTC eclipse client 4.0.0.1 from plain zip file. I did few configuration changes to project area. The added featuers work for project area but othe features are not working. xml code for old features from process configuration source code is missing.

 The same is used to happen for eclipse client RTC3.0.1 .I used to compare in beyond compare and copy the process source code and save. Then it was fine.

But in eclipse client RTC4.0.01 its worst than I am not able to compare. few codes arearraged hapzardly.

  <precondition description="Verifies that a work item can only be saved if all required attributes are given." id="com.ibm.team.workitem.advisor.requiredAttributes" name="Dynamic Required Attributes" xmlns="http://com.ibm.team.workitem/requiredAttributes">

 <precondition xmlns="http://com.ibm.team.workitem/requiredAttributes" description="Verifies that a work item can only be saved if all required attributes are given." id="com.ibm.team.workitem.advisor.requiredAttributes" name="Dynamic Required Attributes">

few more code .. that is missing also.

 this is line of code arragnged in hapzard after making few changes to process configuration.

please let me know what is problem and how it should be resolved.

Thanks,

Kavita

One answer



permanent link
sam detweiler (12.5k6195201) | answered Dec 06 '12, 9:58 a.m.
sorry, don't quite understand what  you are saying.

there is no guaranteed order of the resulting XML in the process configuration.

Now, I think you said

you have a 3.0.1.1 server
and are using a 4.0.0.1 client to access this server and modify the process configuration of a project.
After save of the Process Configuration modifications, it appears some features were removed from the configuration. (which you confirmed by comparing the before and after Process Config XML source.)

you said the same problem occurred using a 3.0.1.1 client, but using the compare program you were able to find the missing XML and manually copy it back in.

but you cannot do that now, as the source is re-arranged

I always try to use XMLDIFF as it takes the document structure into account, not the physical placement.

the bigger question is why does the xml get removed in the first place.. this makes it sound like it doesn't match the required schema.


 

Comments
kavita herur commented Dec 06 '12, 11:59 p.m.

my query is not related to rtc server. its all about rtc eclipse client.

 Next part what you mentioned is correct

  After save of the Process Configuration modifications, it appears some features were removed from the configuration. (which you confirmed by comparing the before and after Process Config XML source).

 is this issue related to eclipse client? this behaviour is present in rtc eclipse client 3.0.1 and rtc eclipse client4.0.0.1  I took these zip files from jazz.net all download link.

At last you mentioned it doesnt match schema. what is schema?  how to set it up. 

please suggest any solution.

Thanks,

Kavita


sam detweiler commented Dec 07 '12, 8:15 a.m.

I don't understand your first comment.. the process config data is stored on the server.
the eclipse client provides a UI over the API used to manage the data.

the schema for the source is not published. it is attached to some of the server plugin jar files. but which, and its content are not published.

Your answer


Register or 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.