It's all about the answers!

Ask a question

About adding prerequisites to plugin.xml when useing JFS


Linqing Liu (62) | asked Jul 23 '09, 3:44 a.m.
I am using Jazz Foundation Server SDK to dev a rest service
how can i add required services in the plugin.xml?

The plugin.xml is:

<plugin>
<extension
point="com.ibm.team.jfs.app.restServices">
<restService
alias="helloworld"
class="com.example.helloworld.HelloWorld"
displayName="Hello World Handler">
</restService>
</extension>
</plugin>

I want to add this:


<prerequisites>
<requiredService interface="com.example.hellobaby.service">
</prerequisites>

<prerequisites>'s parent elament should be?

thanks

2 answers



permanent link
Linqing Liu (62) | answered Jul 26 '09, 9:53 p.m.
Please help me!

permanent link
Ralph Schoon (63.1k33646) | answered Jul 26 '09, 9:59 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi liulq,

there is a group jazz.extend that deals with extending Jazz and RTC.

Please help me!


Ralph
mailto:ralph.schoon@de.ibm.com

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.