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 168782 - IllegalStateException: attempted model write without invoking startTransaction
Summary: IllegalStateException: attempted model write without invoking startTransaction
Status: RESOLVED INCOMPLETE
Alias: None
Product: xml
Classification: Unclassified
Component: XAM (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ alexpetrov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-19 19:10 UTC by marcosjunqueira
Modified: 2009-07-20 10:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 53279


Attachments
stacktrace (3.06 KB, text/plain)
2009-07-19 19:11 UTC, marcosjunqueira
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marcosjunqueira 2009-07-19 19:10:58 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments:
marcosjunqueira: adicionando um managed bean ao faces-config.xml

GUEST: Al tratar de insertar un Caso de Navegaci�n en el archivo  faces-config.xml   y precisamente no s� d�nde debe hacerse , tanto agregar la regla de navegaci�n como el caso de nav. dentro de <faces-config>  ....  </faces-config>  o fuera..,,

GUEST: adding a managed bean



Stacktrace: 
java.lang.IllegalStateException: attempted model write without invoking startTransaction<br/>
        at org.netbeans.modules.xml.xam.AbstractModel.validateWrite(AbstractModel.java:418)<br/>
        at org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent.verifyWrite(AbstractDocumentComponent.java:675)<br/>
        at org.netbeans.modules.xml.xam.AbstractComponent.appendChild(AbstractComponent.java:315)<br/>
        at org.netbeans.modules.web.jsf.impl.facesmodel.JSFConfigComponentImpl.appendChild(JSFConfigComponentImpl.java:100)<br/>
        at org.netbeans.modules.web.jsf.impl.facesmodel.FacesConfigImpl.addManagedBean(FacesConfigImpl.java:69)<br/>
        at org.netbeans.modules.web.jsf.editor.JSFPopupAction$AddManagedBeanAction.actionPerformed(JSFPopupAction.java:149)<br/>
Comment 1 marcosjunqueira 2009-07-19 19:11:07 UTC
Created attachment 84909 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-07-19 19:11:21 UTC
This issue already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=53279
Comment 3 Sergey Lunegov 2009-07-20 10:45:49 UTC
Please provide exact steps to reproduce the issue