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 198362 - com.eviware.soapui.netbeans.module.SoapUITreeNodeWrapper: org.apache.xmlbeans.impl.values.XmlValueDisconnectedException
Summary: com.eviware.soapui.netbeans.module.SoapUITreeNodeWrapper: org.apache.xmlbeans...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 21:40 UTC by pfabier
Modified: 2011-05-09 11:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149267


Attachments
stacktrace (5.31 KB, text/plain)
2011-05-05 21:40 UTC, pfabier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pfabier 2011-05-05 21:40:05 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP

User Comments:
GUEST: I wanted to collapse items in the project view to save some space. The last item (a SoapUI project) was not shown properly (the last child items were missing from the list). Now, not any project could be collapsed/expanded properly.

GUEST: i was trying to delete an existing webservice test request.




Stacktrace: 
org.apache.xmlbeans.impl.values.XmlValueDisconnectedException
   at org.apache.xmlbeans.impl.values.XmlObjectBase.check_orphaned(XmlObjectBase.java:1244)
   at com.eviware.soapui.config.impl.ModelItemConfigImpl.getName(ModelItemConfigImpl.java:0)
   at com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem.getName(AbstractWsdlModelItem.java:98)
   at com.eviware.soapui.netbeans.module.SoapUITreeNodeWrapper.getDisplayName(SoapUITreeNodeWrapper.java:194)
   at org.openide.nodes.FilterNode.getDisplayName(FilterNode.java:533)
   at org.openide.nodes.Node.toString(Node.java:1307)
Comment 1 pfabier 2011-05-05 21:40:09 UTC
Created attachment 108141 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-05-09 11:02:34 UTC
Comes from com.eviware.soapui.netbeans.module.SoapUITreeNodeWrapper,who knows where that is?