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 134509 - ArrayIndexOutOfBoundsException at "Edit Web Service Attributes"
Summary: ArrayIndexOutOfBoundsException at "Edit Web Service Attributes"
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 6.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-05 11:07 UTC by aroeder
Modified: 2008-12-04 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans log messages (46.56 KB, text/plain)
2008-05-05 11:09 UTC, aroeder
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aroeder 2008-05-05 11:07:38 UTC
When I try to start the Edit Web Service Attributes Dialog from the the NB 6.1 IDE I get the following error: 

java.lang.ArrayIndexOutOfBoundsException: 0 
        at org.netbeans.modules.websvc.wsitconf.ui.service.ServiceView.<init>(ServiceView.java:128) 
        at org.netbeans.modules.websvc.wsitconf.ui.service.ServiceTopComponent.doInitialize
(ServiceTopComponent.java:129)
        at org.netbeans.modules.websvc.wsitconf.ui.service.ServiceTopComponent.addNotify(ServiceTopComponent.java:152) 
        at java.awt.Container.addNotify(Container.java:2500) 
        at javax.swing.JComponent.addNotify(JComponent.java:4478) 
        at java.awt.Container.addNotify(Container.java:2500) 
        at javax.swing.JComponent.addNotify(JComponent.java:4478) 
        at java.awt.Container.addNotify(Container.java:2500) 
        at javax.swing.JComponent.addNotify(JComponent.java:4478) 
        at java.awt.Container.addNotify(Container.java:2500) 
        at javax.swing.JComponent.addNotify(JComponent.java:4478) 
        at java.awt.Container.addNotify(Container.java:2500) 
        at javax.swing.JComponent.addNotify(JComponent.java:4478) 
        at javax.swing.JRootPane.addNotify(JRootPane.java:680) 
        at java.awt.Container.addNotify(Container.java:2500) 
        at java.awt.Window.addNotify(Window.java:466) 
        at java.awt.Dialog.addNotify(Dialog.java:379) 
        at org.netbeans.core.windows.services.NbPresenter.addNotify(NbPresenter.java:338) 
        at java.awt.Window.pack(Window.java:484) 
        at org.netbeans.core.windows.services.NbPresenter.initialize(NbPresenter.java:236) 
        at org.netbeans.core.windows.services.NbPresenter.<init>(NbPresenter.java:166) 
        at org.netbeans.core.windows.services.NbDialog.<init>(NbDialog.java:64) 
        at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:130) 
        at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:106) 
        at org.openide.util.Mutex.doEventAccess(Mutex.java:1355) 
        at org.openide.util.Mutex.readAccess(Mutex.java:268) 
        at org.netbeans.core.windows.services.DialogDisplayerImpl.createDialog(DialogDisplayerImpl.java:105) 
        at org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl.openEditor
(EditWSAttributesCookieImpl.java:119)
        at org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl.access$000
(EditWSAttributesCookieImpl.java:80)
        at org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl$1.run
(EditWSAttributesCookieImpl.java:94)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) 
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) 
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104) 
[catch] at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) 
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) 
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) 
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) 
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 aroeder 2008-05-05 11:09:28 UTC
Created attachment 61038 [details]
Netbeans log messages
Comment 2 Martin Grebac 2008-12-03 15:45:24 UTC
Would it be possible to try this in 6.5, or attach your project or wsdl files? Otherwise I can't really help much here.
Comment 3 Martin Grebac 2008-12-04 09:12:48 UTC
As per email dicussion with submitter I'm closing the issue as fixed.
------
Hello,
I've tried it again with NetBeans 6.5 and the problem doesn't occure anymore.
Thank you,
Andreas