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

server side plugins not loading, 4.0.4, help

 time to start back on my extensions and other plugins. 

download 4.0.4, IM bundle, and IM. 

install server, start server, setup server.. all is good.. everything works. 
add a folder under server/conf/ccm/sites (company-site)

add a new ini file to the provision_profiles folder. 
url=file:ccm/sites/company-site/dependency
featureid=dependency_feature

requestreset on the ccm.
stop and restart the server.
and nothing...
no errors in ccm.log and no plugin loaded. 

this has worked since 2.0.0.2. (and worked on 4.0.3 a couple weeks ago). 
anything change ?

0 votes

Comments

I edited the ini file and made a typo, restarted the server and have errors in the log..

so at least it is reading the file.. 

this worked perfectly on 3.0.1.3.. hm

side question..

where does the text shown in the Eclipse client as 'description' for each of the advisors come from? the only field I see is the Information field in the Feature plugin.xml.


description is an element of the plugin xml not exposed in the extension UI
if u look at the schema, it lists the layout
(sad that u have to view the schema)

<plugin><extension point="com.ibm.team.process.service.operationAdvisors">
    <operationAdvisor class="com.xx.tools.WorkItemFailAdvisor"
        id="com.xx.extensions.tools.required.dependencies"
        name="All Dependencies Resolved"
        operationId="com.ibm.team.workitem.operation.workItemSave">
        <description>Requires that a work item can only be resolved if all of its dependent workitems are resolved.</description>
    </operationAdvisor>
    </extension>
</plugin>

sorry, another 'hidden' right click..

in the plugin editor, right click on the extension definition to add the description element.


Be the first one to answer this question!

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: Jan 10 '14, 4:44 p.m.

Question was seen: 3,473 times

Last updated: Jan 17 '14, 6:27 a.m.

Confirmation Cancel Confirm