Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] MyLar Bugzilla getTaskData

Nirav,

This could result if you are not setting a configuration file (configuration cache) on the BugzillaCorePlugin. (see BugzillaCorePlugin.setConfigurationCacheFile()). If this isn't set the BugzillaRepositoryConnector.updateAttributeOptions() method will result in retrieval of the configuration upon next startup. To experiment you could bypass this completely by using the getTaskData() method directly on BugzillaClient.

-Rob


Nirav Shah wrote:
Hi,
I am using MyLar Version org.eclipse.mylar.bugzilla.core-2.0.0.02. I am seeing that while searching for a defectid using the getTaskData API, it is making too many excessive calls to Bugzilla (around 30), i think there are this calls that are made internally
E.g of few below

/bugzilla-2.22.3/show_bug.cgi?ctype=xml&excludefield=attachmentdata&id=2
HTTP/1.1" 200 1776
/bugzilla-2.22.3/config.cgi?ctype=rdf HTTP/1.1" 200 19175
- - [28/Nov/2007:17:55:57 -0800] "GET /bugzilla-2.22.3/config.cgi?ctype=rdf HTTP/1.1" 200 19175 - - [28/Nov/2007:17:55:57 -0800] "GET /bugzilla-2.22.3/config.cgi?ctype=rdf HTTP/1.1" 200 19175 - - [28/Nov/2007:17:55:57 -0800] "GET
/bugzilla-2.22.3/config.cgi?ctype=rdf HTTP/1.1" 200 19175


Could someone please help me get past this, Is there a way to make sure that i get the Defect by ID without making too many calls?


Thanks,
Nir



      ____________________________________________________________________________________
Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/
_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev



--
Robert Elves
Mylyn Committer, http://eclipse.org/mylyn



Back to the top