It's all about the answers!

Ask a question

server side plugins not loading, 4.0.4, help


sam detweiler (12.5k6195201) | asked Jan 10 '14, 4:44 p.m.
 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 ?

Comments
sam detweiler commented Jan 10 '14, 4:52 p.m.

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.. 


sam detweiler commented Jan 11 '14, 10:39 a.m.

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.



sam detweiler commented Jan 11 '14, 6:57 p.m. | edited Jan 11 '14, 6:58 p.m.

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>


sam detweiler commented Jan 17 '14, 6:27 a.m.

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 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.