Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Newsreader/Salvo UI Integration in the workbench/Work done during May 18 to May 24"

(New page: In this time period I started working on “Enable a way for people to create an eclipse user id within the workbench”. For the requirement, I tried to use the Bugzilla Web Service API ...)
 
Line 1: Line 1:
In this time period I started working on “Enable a way for people to create an eclipse user id within the workbench”.
+
In this time period I started working on “Enable a way for people to create an eclipse user id within the workbench”.  
  
For the requirement, I tried to use the Bugzilla Web Service API [1] to access the Eclipse Bugzilla using Apache XML-RPC.
+
For the requirement, I tried to use the Bugzilla Web Service API [1] to access the Eclipse Bugzilla using Apache XML-RPC.  
  
 
But I had some issues with that approach.  
 
But I had some issues with that approach.  
  
I got the following error all the time.
+
I got the following error all the time.  
  
''Failed to parse server's response: The declaration for the entity "HTML.Version" must end with '>'''
+
''    Failed to parse server's response: The declaration for the entity "HTML.Version" must end with '>'''  
  
I used [https://bugs.eclipse.org/bugs/xmlrpc.cgi] as the server URL for accessing eclipse bugzilla.
+
I used[https://bugs.eclipse.org/bugs/xmlrpc.cgi https://bugs.eclipse.org/bugs/xmlrpc.cgi] as the server URL for accessing eclipse bugzilla.  
  
But for the Mozilla Bugzilla I got success by using the same mechanism.
+
But for the Mozilla Bugzilla I got success by using the same mechanism.  
  
While investigating further I found a bug which may relevant to this issue [2].
+
While investigating further I found a bug which may relevant to this issue [2].  
  
 
I stated a discussion in the ECF developer mailing list regarding this matter.  
 
I stated a discussion in the ECF developer mailing list regarding this matter.  
  
I went through the mylyn source to find how they are accessing the eclipse bugzilla. They seems to be using the same XML-RPC technology but the they are not using the https://bugs.eclipse.org/bugs/xmlrpc.cgi server URL.
+
I went through the mylyn source to find how they are accessing the eclipse bugzilla. They seems to be using the same XML-RPC technology but the they are not using the https://bugs.eclipse.org/bugs/xmlrpc.cgi server URL.  
  
My mentor updated the bug [2] to get some reply on the current situation of it.
+
My mentor updated the bug [2] to get some reply on the current situation of it.  
  
For now we decided to skip this feature and continue with other features.
+
For now we decided to skip this feature and continue with other features.  
  
 +
<br> [1] [http://www.bugzilla.org/docs/3.0/html/api/Bugzilla/WebService/User.html http://www.bugzilla.org/docs/3.0/html/api/Bugzilla/WebService/User.html]
  
[1] [http://www.bugzilla.org/docs/3.0/html/api/Bugzilla/WebService/User.html]
+
[2] h[https://bugs.eclipse.org/bugs/show_bug.cgi?id=266901 ttps://bugs.eclipse.org/bugs/show_bug.cgi?id=266901]
 
+
[2] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=266901]
+

Revision as of 03:55, 28 May 2011

In this time period I started working on “Enable a way for people to create an eclipse user id within the workbench”.

For the requirement, I tried to use the Bugzilla Web Service API [1] to access the Eclipse Bugzilla using Apache XML-RPC.

But I had some issues with that approach.

I got the following error all the time.

    Failed to parse server's response: The declaration for the entity "HTML.Version" must end with '>'

I usedhttps://bugs.eclipse.org/bugs/xmlrpc.cgi as the server URL for accessing eclipse bugzilla.

But for the Mozilla Bugzilla I got success by using the same mechanism.

While investigating further I found a bug which may relevant to this issue [2].

I stated a discussion in the ECF developer mailing list regarding this matter.

I went through the mylyn source to find how they are accessing the eclipse bugzilla. They seems to be using the same XML-RPC technology but the they are not using the https://bugs.eclipse.org/bugs/xmlrpc.cgi server URL.

My mentor updated the bug [2] to get some reply on the current situation of it.

For now we decided to skip this feature and continue with other features.


[1] http://www.bugzilla.org/docs/3.0/html/api/Bugzilla/WebService/User.html

[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=266901

Back to the top