This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 45013 - Using bugzilla through bug list does not work
Summary: Using bugzilla through bug list does not work
Status: CLOSED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: _ serff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-16 15:11 UTC by nikoladis
Modified: 2005-08-12 11:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nikoladis 2004-06-16 15:11:06 UTC
Many developers use bugzilla to track bugs and
features. If the task list could interface a
bugzilla server, so that I can control and use
bugzilla from within Netbeans, without using a
browser. That would be really productive.
Comment 1 Tim Lebedkov 2004-06-16 18:25:58 UTC
tasklist/bugs already do this. But I don't know how useful it is now.
Comment 2 _ serff 2004-06-16 18:46:29 UTC
i did the initial bugzilla integration with the bugs module.  It
works, but it was very pretty (i.e. it is ugly to change your query),
but it does work.  However, i don't know if this stuff got
moved/ported to the 3.6 version of tasklist....i haven't touched the
module since i did the inital part.  
Comment 3 nikoladis 2004-06-16 19:12:13 UTC
Oh, sorry just saw that query dialog now.

But it does not work.

1) The save query button is disabled
2) I see nowhere where I can input my username and password for bugzilla
3) It gives the following exception:

java.io.IOException: Server returned HTTP response code: 500 for URL:
http://pc37/bugzilla/bugzilla.dtd
	at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:791)
	at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown
Source)
	at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
	at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)
	at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown
Source)
	at
org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown
Source)
	at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:314)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:89)
	at
org.netbeans.modules.tasklist.bugs.bugzilla.Bugzilla.getBugs(Bugzilla.java:302)
	at
org.netbeans.modules.tasklist.bugs.bugzilla.Bugzilla.getBugs(Bugzilla.java:169)
	at
org.netbeans.modules.tasklist.bugs.bugzilla.Bugzilla.getBug(Bugzilla.java:130)
	at
org.netbeans.modules.tasklist.bugs.bugzilla.BZBugEngine.doRefresh(BZBugEngine.java:146)
	at
org.netbeans.modules.tasklist.bugs.bugzilla.BZBugEngine$1.run(BZBugEngine.java:89)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
Comment 4 nikoladis 2004-06-16 19:15:09 UTC
I used this query btw:

short_desc_type=allwordssubstr&short_desc=&product=TacticalTrainer&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=

It works fine from mozilla 1.6

The bugzilla version is 2.16.3
Comment 5 _ pkuzel 2004-06-29 08:59:07 UTC
I suspect that Bugzilla returns non-interoperable XMLs (local DTD
system ID). It could be hot-fixed by providing faked DTD at IDE side.
Comment 6 _ pkuzel 2004-07-15 16:36:02 UTC
fixed. will become a part of 0.13 version
Comment 7 Tim Lebedkov 2005-08-12 11:00:08 UTC
nb 4.1 is out