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 - Registry module throws exception when running with SJSAS8
Summary: Registry module throws exception when running with SJSAS8
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-01 01:43 UTC by _ pcw
Modified: 2006-05-31 18:16 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 _ 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