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 70576

Summary: XMLUtil.write uses a hardcoded class name
Product: platform Reporter: Jan Lahoda <jlahoda>
Component: -- Other --Assignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 66563, 68942, 146082    

Description Jan Lahoda 2005-12-19 08:50:27 UTC
See issue #68942 for more details. The XMLUtil.write uses a hardcoded class name
("org.netbeans.core.startup.SAXFactoryImpl"), although it should use
System.getProperty("javax.xml.parsers.SAXParserFactory") to get the class name.
Comment 1 Jesse Glick 2008-09-11 03:34:12 UTC
Deleting some obsolete workarounds. core-main #647881c96e9c
Comment 2 Quality Engineering 2008-09-11 17:38:30 UTC
Integrated into 'main-golden', will be available in build *200809111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/647881c96e9c
User: Jesse Glick <jglick@netbeans.org>
Log: #70576: deleting some more stuff obsoleted by the fix for #146082.