[jboss-dev-forums] [Design of Kosmos] - Re: Kosmos Jira Authentication using Soap

aron.gombas do-not-reply at jboss.com
Tue Jul 11 11:37:10 EDT 2006


Please study the Kosmos Reference Manual.
Basically, you have to take care of two things:

Configuring the proper "service.url" in portlet.xml
anonymous wrote : 
  | JIRA Monitoring portlet
  | 
  | This portlet monitors projects hosted by JIRA, a popular issue tracking and project management application. It helps you by giving a quick overview about the state of several projects in a single place.
  | 
  | Please note that Kosmos provides two different service implementations to serve data for this portlet. You can choose between these two implementations simply by specifying different service.url parameters for the portlet:
  | 
  |    1. http://localhost:8080/kosmos-server/kosmos-services/jira-service: the data will be served by a service that downloads JIRA webpages and analyzes their HTML content.
  |    2. http://localhost:8080/kosmos-server/kosmos-services/jirasoap-service: the data will be served by a service that uses the JIRA SOAP remote API to download information directly from the JIRA web application. Please note that you have to enable the SOAP interface in the JIRA settings, in this case
  | 

...and...

Configuring the proper "monitored.urls" in the portlet.xml
anonymous wrote : 
  | JiraSoapMonitoringPortlet: list of colon-separated JIRA SOAP service URL and saved filter names related to the projects to monitor. Username and password is required for proper authentication. For example:  http://soaptester:soaptester@jira.atlassian.com/rpc/soap/jirasoapservice-v2?wsdl:Fixed for unreleased versions.
  | 

HTH.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957047#3957047

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957047



More information about the jboss-dev-forums mailing list