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 165827 - 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: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 14:46 UTC by Oleg Khokhlov
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151635


Attachments
stacktrace (1.32 KB, text/plain)
2009-05-22 14:46 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2009-05-22 14:46:23 UTC
Build: NetBeans IDE Dev (Build 200905190201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
ovk: refactored Service name



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:675)
        at org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent.setAttribute(AbstractDocumentComponent.java:118)
        at org.netbeans.modules.xml.wsdl.model.impl.NamedImpl.setName(NamedImpl.java:62)
        at org.netbeans.modules.xml.refactoring.spi.SharedUtils.renameTarget(SharedUtils.java:138)
        at org.netbeans.modules.xml.refactoring.XMLRefactoringTransaction.doRefactorTarget(XMLRefactoringTransaction.java:347)
Comment 1 Oleg Khokhlov 2009-05-22 14:46:34 UTC
Created attachment 82657 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:32 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.