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

Problem while editing the Porject configuration source.

Hi All,
Recently I have referred to "https://jazz.net/wiki/bin/view/Main/AttributeValueProviders" . The link basically provides the additional attributes that can be customized to work items presentations.

There is also some code provided in the link, but when I am trying to use the code by pasting it in my Project Configuration source in RTC eclipse client it is giving some error saying " Invalid content was found starting with element 'configuration-data'" . Below is the code which I tried to use. It doesn't show in correct format, kindly request you to refer to the above link in case you like to see the code.

<configuration>
<valueSetProviders>
<valueSetProvider>

</valueSetProvider>
...
</valueSetProviders>


<valueProviders>
<valueProvider>

</valueProvider>
...
</valueProviders>
</configuration>


Could anyone please help in using this code?

Thanks a lot in advance.

0 votes



One answer

Permanent link
On Fri, 19 Mar 2010 04:22:52 +0000, kishoreroyal wrote:

Hi All,
Recently I have referred to
"https://jazz.net/wiki/bin/view/Main/AttributeValueProviders"
The link basically provides the additional attributes that can be
customized to work items presentations.

There is also some code provided in the link, but when I am trying to
use the code by pasting it in my Project Configuration source in RTC
eclipse client it is giving some error saying " Invalid content was
found starting with element 'configuration-data'" . Below is the code
which I tried to use. It doesn't show in correct format, kindly request
you to refer to the above link in case you like to see the code.

configuration
<valueSetProviders
<valueSetProvider

</valueSetProvider
...
</valueSetProviders


<valueProviders
<valueProvider

</valueProvider
...
</valueProviders
/configuration


Could anyone please help in using this code?

Thanks a lot in advance.

Are you pasting this configuration element into the correct position in
the process-specification XML? It should look like so:

<process>
<project>
<data>
<configuration>

</configuration>
</data>
</project>
</process>



--
Jared Burns
Jazz Process Team

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

Question asked: Mar 19 '10, 12:13 a.m.

Question was seen: 7,164 times

Last updated: Mar 19 '10, 12:13 a.m.

Confirmation Cancel Confirm