It's all about the answers!

Ask a question

Strange XML format when retrieving the Process Config. Src.


Stefan Hufnagl (29411920) | asked Dec 23 '09, 8:44 a.m.
Hi,

with RTC 2.0.0.2 I have the following problem:
* I retrieve the Process Configuration Source in my Plan Java Program as a
XML String.
* Now, with RTC 2.0.0.2, the XML output is different, like:
...description="%scrum_spec_4" name="%scrum_spec_0" role-id="Product Owner"...
* With RTC 2.0.0.1 there was "Product Owner" instead "%scrum_spec_0"

Questions:
* Is this some kind of internationalization of RTC 2.0.02?
* How to get the values of %scrum_spec_4 in english?

Thanks in advance

Stef

2 answers



permanent link
Sridevi Sangaiah (59179) | answered Dec 28 '09, 5:41 a.m.
JAZZ DEVELOPER
Hi,

with RTC 2.0.0.2 I have the following problem:
* I retrieve the Process Configuration Source in my Plan Java Program as a
XML String.
* Now, with RTC 2.0.0.2, the XML output is different, like:
...description="%scrum_spec_4" name="%scrum_spec_0" role-id="Product Owner"...
* With RTC 2.0.0.1 there was "Product Owner" instead "%scrum_spec_0"

Questions:
* Is this some kind of internationalization of RTC 2.0.02?
* How to get the values of %scrum_spec_4 in english?

Thanks in advance

Stef


Yes it is due to internationalization of Process Templates. You can replace the actual values for %references in the process template by following a procedure similar to resolving externalized message strings. In this scenario the messages.properties file will be template.messages file.

Going through the procedure followed to internationalize a process template can help in figuring how to resolve the %references - http://jazz.net/library/article/138

Thanks
Sridevi
Jazz Process Team.

permanent link
Stefan Hufnagl (29411920) | answered Dec 28 '09, 8:53 a.m.
Hi,

thanks for your help.

Stef

Your answer


Register or to post your answer.