It's all about the answers!

Ask a question

Problem while editing the Porject configuration source.


Kishore Royal (644) | asked Mar 19 '10, 12:13 a.m.
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.

One answer



permanent link
Jared Burns (4.5k29) | answered Mar 22 '10, 12:15 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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

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.