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

About adding prerequisites to plugin.xml when useing JFS

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

0 votes



2 answers

Permanent link
Please help me!

0 votes


Permanent link
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

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: Jul 23 '09, 3:44 a.m.

Question was seen: 4,846 times

Last updated: Jul 23 '09, 3:44 a.m.

Confirmation Cancel Confirm