I've configured the JIRA monitoring portlet. Here is a portlet configuration:
<portlet>
| <portlet-name>JBossJiraMonitoringPortlet</portlet-name>
|
<portlet-class>hu.midori.kosmos.portlet.jira.JiraMonitoringPortlet</portlet-class>
| <init-param>
| <name>monitored.resource</name>
| <value>My tasks</value>
| </init-param>
| <init-param>
| <name>service.url</name>
|
<value>http://localhost:8080/kosmos-server/kosmos-services/jira-service</value>
| </init-param>
| <init-param>
| <name>monitored.urls</name>
| <value>http://jira:2020/jira/browse/PRJ</value>
| </init-param>
| <supports>
| <mime-type>text/html</mime-type>
| <portlet-mode>HELP</portlet-mode>
| <portlet-mode>VIEW</portlet-mode>
| </supports>
| <supported-locale>de</supported-locale>
| <supported-locale>en</supported-locale>
| <supported-locale>fr</supported-locale>
| <supported-locale>hu</supported-locale>
| <supported-locale>ja</supported-locale>
| <supported-locale>pl</supported-locale>
|
<resource-bundle>hu.midori.kosmos.portlet.jira.jira_monitoring</resource-bundle>
| <portlet-info>
| <title>JIRA Monitoring</title>
| </portlet-info>
| </portlet>
I'm pretty sure that the configuration is correct, because I can open JIRA monitoring
URL in my browser. But I see the label "Nothing found to display." if I open the
Kosmos portal page. There are no exceptions in logs.
I use JBoss Portal 2.4 + Kosmos 0.2.0RC2.
Does anybody know a solution for this problem? I found a couple of posts related to the
same issue, but unfortunately the guys who posted questions and resolved it didn't
write a solution. :-(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016419#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...