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 49768

Summary: Registry module throws exception when running with SJSAS8
Product: webservices Reporter: _ pcw <pcw>
Component: CodeAssignee: _ pcw <pcw>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description _ pcw 2004-10-01 01:43:16 UTC
Install EA1 build and SJSAS 8.0 or 8.0.0.1 (not 8.1).
Run w/ new userdir (or delete
Config\J2EE\platform.properties)
Set path to \Sun\Appserver8 (or whatever it is)
Restart.
On Restart, there a ClassNotFoundException in
PersistenceManager because the SAX implementation
class changed from
org/apache/xerces/jaxp/SAXParserFactoryImpl in 8.0
to
com/sun/org/apache/xerces/internal/jaxp/SAXParserFactoryImpl.class
in 8.1 in xercesImpl.jar
Comment 1 _ pcw 2004-10-01 02:02:50 UTC
Fix ready, awaiting review and approval
Comment 2 _ pcw 2004-10-01 03:06:53 UTC
Reviewed by Ludo
Comment 3 Petr Blaha 2004-10-13 10:40:05 UTC
Remove all issues from temporary component.
Comment 4 L Martinek 2005-01-20 16:06:31 UTC
I never saw such exception in EA2