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 232104 - 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: XAM (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 19:24 UTC by nimetullah
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201832


Attachments
stacktrace (6.84 KB, text/plain)
2013-07-01 19:24 UTC, nimetullah
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nimetullah 2013-07-01 19:24:24 UTC
This bug was originally marked as duplicate of bug 168782, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
nimetullah: <Please provide a description of the problem or the steps to reproduce>
attempted model write without invoking startTransaction




Stacktrace: 
java.lang.IllegalStateException: attempted model write without invoking startTransaction
   at org.netbeans.modules.xml.xam.AbstractModel.validateWrite(AbstractModel.java:483)
   at org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent.verifyWrite(AbstractDocumentComponent.java:720)
   at org.netbeans.modules.xml.xam.AbstractComponent.appendChild(AbstractComponent.java:356)
   at org.netbeans.modules.web.jsf.impl.facesmodel.JSFConfigComponentImpl.appendChild(JSFConfigComponentImpl.java:110)
   at org.netbeans.modules.web.jsf.impl.facesmodel.FacesConfigImpl.addManagedBean(FacesConfigImpl.java:75)
   at org.netbeans.modules.web.jsf.wizards.ManagedBeanIterator.instantiate(ManagedBeanIterator.java:260)
Comment 1 nimetullah 2013-07-01 19:24:33 UTC
Created attachment 136558 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:36 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.