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 126033 - Create ws from WSDL fails
Summary: Create ws from WSDL fails
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-25 23:31 UTC by Roderico Cruz
Modified: 2008-01-30 10:39 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 Roderico Cruz 2008-01-25 23:31:37 UTC
When creating a web service from wsdl, an error dialog is displayed and the implementation class is not generated.
Following is the error:
java.lang.IllegalArgumentException: PARAMETER
	at org.netbeans.api.java.source.ElementHandle.create(ElementHandle.java:405)
	at org.netbeans.api.java.source.TreePathHandle.create(TreePathHandle.java:236)
	at org.netbeans.modules.websvc.design.javamodel.Utils.populateOperation(Utils.java:420)
	at org.netbeans.modules.websvc.design.javamodel.Utils.access$000(Utils.java:106)
	at org.netbeans.modules.websvc.design.javamodel.Utils$1.run(Utils.java:264)
	at org.netbeans.modules.websvc.design.javamodel.Utils$1.run(Utils.java:272)
	at org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:621)
	at org.netbeans.modules.websvc.design.javamodel.Utils.populateModel(Utils.java:276)
	at org.netbeans.modules.websvc.design.javamodel.ServiceModel.populateModel(ServiceModel.java:330)
	at org.netbeans.modules.websvc.design.javamodel.ServiceModel.<init>(ServiceModel.java:85)
	at org.netbeans.modules.websvc.design.javamodel.ServiceModel.getServiceModel(ServiceModel.java:91)
	at org.netbeans.modules.websvc.design.view.DesignView.<init>(DesignView.java:102)
	at org.netbeans.modules.websvc.design.multiview.DesignMultiViewElement.initUI(DesignMultiViewElement.java:111)
	at org.netbeans.modules.websvc.design.multiview.DesignMultiViewElement.componentOpened(DesignMultiViewElement.java:134)
	at org.netbeans.core.multiview.MultiViewPeer.showCurrentElement(MultiViewPeer.java:278)
	at org.netbeans.core.multiview.MultiViewPeer.showCurrentElement(MultiViewPeer.java:257)
	at org.netbeans.core.multiview.MultiViewPeer$SelectionListener.selectionChanged(MultiViewPeer.java:682)
	at org.netbeans.core.multiview.MultiViewModel.fireSelectionChanged(MultiViewModel.java:243)
	at org.netbeans.core.multiview.MultiViewModel.setActiveDescription(MultiViewModel.java:115)
	at org.netbeans.core.multiview.MultiViewModel$BtnGroup.setSelected(MultiViewModel.java:293)
	at javax.swing.JToggleButton$ToggleButtonModel.setSelected(JToggleButton.java:237)
	at javax.swing.ButtonGroup.setSelected(ButtonGroup.java:147)
	at org.netbeans.core.multiview.MultiViewModel$BtnGroup.setSelected(MultiViewModel.java:289)
	at javax.swing.JToggleButton$ToggleButtonModel.setSelected(JToggleButton.java:237)
	at javax.swing.AbstractButton.setSelected(AbstractButton.java:329)
	at org.netbeans.core.multiview.TabsComponent.changeActiveManually(TabsComponent.java:177)
	at org.netbeans.core.multiview.MultiViewPeer$MVTCHandler.requestActive(MultiViewPeer.java:709)
	at org.netbeans.core.api.multiview.MultiViewHandler.requestActive(MultiViewHandler.java:95)
	at org.netbeans.modules.websvc.design.multiview.MultiViewSupport.requestMultiviewActive(MultiViewSupport.java:216)
	at org.netbeans.modules.websvc.design.multiview.MultiViewSupport.viewInSwingThread(MultiViewSupport.java:191)
	at org.netbeans.modules.websvc.design.multiview.MultiViewSupport.access$000(MultiViewSupport.java:75)
[catch] at org.netbeans.modules.websvc.design.multiview.MultiViewSupport$1.run(MultiViewSupport.java:176)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Roderico Cruz 2008-01-26 07:12:20 UTC
This has been fixed by Milan
Comment 2 Jaroslav Pospisil 2008-01-30 10:39:36 UTC
VERIFIED