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 91235 - Exception is wsdl editor tree view when showing property
Summary: Exception is wsdl editor tree view when showing property
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-18 19:35 UTC by Ritesh Adval
Modified: 2007-02-12 15:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
wsdl exhibiting problem (49.47 KB, text/plain)
2006-12-18 19:36 UTC, Ritesh Adval
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ritesh Adval 2006-12-18 19:35:54 UTC
This is based on email sent by Gabe.

Here is the problem description:

"Also in the WSDL Editor for the WSDL attached when I try and access the 
createTroubleTicketByValueRequest message and click on the parameter variable – 
I get the following error – I’m not able to see the variable"

 

Here is the exception:

Also in the WSDL Editor for the WSDL attached when I try and access the 
createTroubleTicketByValueRequest message and click on the parameter variable – 
I get the following error – I’m not able to see the variable 

 

java.lang.reflect.InvocationTargetException

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)

            at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:585)

            at org.openide.nodes.PropertySupport$Reflection.getValue
(PropertySupport.java:244)

            at 
org.netbeans.modules.xml.wsdl.ui.api.property.ElementOrTypeAttributeProperty.get
PropertyEditor(ElementOrTypeAttributeProperty.java:53)

            at org.openide.explorer.propertysheet.PropUtils.getPropertyEditor
(PropUtils.java:812)

            at 
org.openide.explorer.propertysheet.ReusablePropertyModel.getPropertyEditor
(ReusablePropertyModel.java:79)

            at 
org.openide.explorer.propertysheet.RendererFactory.preparePropertyEditor
(RendererFactory.java:216)

            at org.openide.explorer.propertysheet.RendererFactory.getRenderer
(RendererFactory.java:123)

            at 
org.openide.explorer.propertysheet.SheetCellRenderer.getTableCellRendererCompone
nt(SheetCellRenderer.java:129)

            at org.openide.explorer.propertysheet.BaseTable.prepareRenderer
(BaseTable.java:603)

            at org.openide.explorer.propertysheet.SheetTable.prepareRenderer
(SheetTable.java:513)

            at javax.swing.plaf.basic.BasicTableUI.paintCell
(BasicTableUI.java:2072)

            at javax.swing.plaf.basic.BasicTableUI.paintCells
(BasicTableUI.java:1974)

            at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1897)

            at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)

            at javax.swing.JComponent.paintComponent(JComponent.java:742)

            at org.openide.explorer.propertysheet.BaseTable.paintComponent
(BaseTable.java:965)

            at org.openide.explorer.propertysheet.SheetTable.paintComponent
(SheetTable.java:419)

            at javax.swing.JComponent.paint(JComponent.java:1005)

            at org.openide.explorer.propertysheet.BaseTable.paint
(BaseTable.java:653)

            at javax.swing.JComponent.paintChildren(JComponent.java:842)

            at javax.swing.JComponent.paint(JComponent.java:1014)

            at javax.swing.JViewport.paint(JViewport.java:728)

            at javax.swing.JComponent.paintChildren(JComponent.java:842)

            at javax.swing.JComponent.paint(JComponent.java:1014)

            at javax.swing.JComponent.paintWithOffscreenBuffer
(JComponent.java:4963)

            at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4916)

            at javax.swing.JComponent._paintImmediately(JComponent.java:4859)

            at javax.swing.JComponent.paintImmediately(JComponent.java:4666)

            at javax.swing.RepaintManager.paintDirtyRegions
(RepaintManager.java:451)

[catch] at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run
(SystemEventQueueUtilities.java:114)

            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

            at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)

            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 Ritesh Adval 2006-12-18 19:36:53 UTC
Created attachment 36756 [details]
wsdl exhibiting problem
Comment 2 Shivanand Kini 2007-02-06 20:49:32 UTC
Could not reproduce this. Must have been fixed.
Comment 3 jlautz 2007-02-08 16:03:12 UTC
Verified on Windows XP with NB 5.5.1 070206 and EP Gavotte 070207_28 with JDK
1.5.0_10.

Could not reproduce the problem as presented.
Comment 4 kozlov 2007-02-12 15:50:26 UTC
Keyword "EP551_BETA_RN" was removed as the issue was fixed.