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 160497 - IllegalStateException: attempted model write without invoking startTransaction
Summary: IllegalStateException: attempted model write without invoking startTransaction
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Shivanand Kini
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 19:33 UTC by rohitbrai
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147736


Attachments
stacktrace (2.27 KB, text/plain)
2009-03-17 19:34 UTC, rohitbrai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rohitbrai 2009-03-17 19:33:58 UTC
Build: NetBeans IDE 6.1 (Build 200903080201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, amd64

Stacktrace: 
java.lang.IllegalStateException: attempted model write without invoking startTransaction
        at org.netbeans.modules.xml.xam.AbstractModel.validateWrite(AbstractModel.java:418)
        at org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent.verifyWrite(AbstractDocumentComponent.java:665)
        at org.netbeans.modules.xml.xam.AbstractComponent.removeChild(AbstractComponent.java:356)
        at org.netbeans.modules.xml.wsdl.model.impl.DefinitionsImpl.removeMessage(DefinitionsImpl.java:120)
        at org.netbeans.modules.xml.wsdl.model.impl.ChildComponentUpdateVisitor.visit(ChildComponentUpdateVisitor.java:136)
        at org.netbeans.modules.xml.wsdl.model.impl.MessageImpl.accept(MessageImpl.java:78)
Comment 1 rohitbrai 2009-03-17 19:34:07 UTC
Created attachment 78326 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:30 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.