Skip to main content

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

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/


Back to the top