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 120166 - WSDL document template broken
Summary: WSDL document template broken
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks: 106567 120535
  Show dependency tree
 
Reported: 2007-10-26 12:35 UTC by David Konecny
Modified: 2007-10-31 11:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
CCE - nothing really interesting in stack trace (7.44 KB, text/plain)
2007-10-26 12:37 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2007-10-26 12:35:08 UTC
I'm running today's trunk build of visualweb cluster and when creating new WSDL Document to my web project I've got
exception:

java.lang.ClassNotFoundException: org.netbeans.modules.xml.wsdl.ui.wizard.NewWSDLWizardIterator

and wizard asks me just for name of file. I had to go to plugin manager and install Web Services and that fixes the wizard.

Is this behaviour intentional or is there a missing dependency.
Comment 1 David Konecny 2007-10-26 12:37:12 UTC
Created attachment 51774 [details]
CCE - nothing really interesting in stack trace
Comment 2 Milan Kuchtiak 2007-10-26 14:00:33 UTC
It's caused by the fact that WsdlDocument template (in websvc/core) depends on xml/wsdlui module but dependency is not
explicitly specified - websvc/core relies silently on xml/wsdlui.
This should be fixed somehow.
Comment 3 Milan Kuchtiak 2007-10-31 11:57:55 UTC
I removed the WSDL Document wizard from Web Services category, not from XML category :
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/resources/mf-layer.xml?r1=1.49&r2=1.50