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 103940 - Opening/creating WSDL document throws ClassNotFoundException & huge regression on first creating WSDL Document
Summary: Opening/creating WSDL document throws ClassNotFoundException & huge regressio...
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Binding Components (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Sainath Adiraju
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-05-14 21:09 UTC by Marian Mirilovic
Modified: 2007-05-21 16:22 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack-trace (21.94 KB, text/plain)
2007-05-14 21:09 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2007-05-14 21:09:12 UTC
This is regression found between NB Big IDE (200705110000 & 200705120000). Steps
to reproduce:
- run IDE
- create new BPEL Module
- invoke New From templates over Processes node
- push WSDL Document
- push Finish 
-> ClassNotFoundException:
org.netbeans.modules.wsdlextensions.email.impl.EMAILElementFactoryProvider$AddressFactory
was thrown (see attachment)

Actually it was found by performance tests:
http://xtest-db.czech.sun.com/AllInOnePerformanceDashboard/atomicResult.jsp?buildNumber=200705120000&suiteName=Actions&resultName=Add%20New%20WSDL%20Document

As you can see, we also measure huge regression, but it could be affected by the
exception itself.
Comment 1 Marian Mirilovic 2007-05-14 21:09:45 UTC
Created attachment 42388 [details]
Exception stack-trace
Comment 2 Nam Nguyen 2007-05-15 15:30:31 UTC
ClassNotFoundException is from typo in META-INF/services declaration file for
the WSDL extension element factory for Mail extension.
Comment 3 Sainath Adiraju 2007-05-16 07:38:31 UTC
File org.netbeans.modules.xml.wsdl.model.spi.ElementFactory  for email contains
a reference that does not exist so modified the file and checked in.
Comment 4 Marian Mirilovic 2007-05-21 16:22:52 UTC
verified in NB Dev (200705180000)