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 160029 - RuntimeException: org.openide.text.CloneableEditorSupport$4: Archivo D:\Documentos\Proyectos\Genesis\GenesisAplicacionPrincipalV1\web\WEB-INF\faces-config.xml fue modificado externamente. Desea sobree
Summary: RuntimeException: org.openide.text.CloneableEditorSupport$4: Archivo D:\Docum...
Status: RESOLVED DUPLICATE of bug 151787
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 17:23 UTC by Exceptions Reporter
Modified: 2009-03-10 18:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 126945


Attachments
stacktrace (2.45 KB, text/plain)
2009-03-10 17:23 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2009-03-10 17:23:09 UTC
Build: NetBeans IDE 6.5 (Build 200811100614)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, x86

User Comments:
fedesaravia: Renaming a form

GUEST: ...renaming a file which was under svn version control. Error was that the file was changed remotely and coulnd not be written locally.

pbw: Moving a number of classes to a new package.



Stacktrace: 
java.lang.RuntimeException: org.openide.text.CloneableEditorSupport$4: Archivo D:\Documentos\Proyectos\Genesis\GenesisAplicacionPrincipalV1\web\WEB-INF\faces-config.xml fue modificado externamente. Desea sobreescribirlo?
        at org.netbeans.modules.visualweb.insync.models.FacesConfigModel.save(FacesConfigModel.java:234)
        at org.netbeans.modules.visualweb.insync.models.FacesConfigModel.addManagedBean(FacesConfigModel.java:203)
        at org.netbeans.modules.visualweb.insync.models.FacesConfigModel.ensureManagedBean(FacesConfigModel.java:171)
        at org.netbeans.modules.visualweb.insync.models.FacesModel.ensureManagedBeansEntry(FacesModel.java:949)
        at org.netbeans.modules.visualweb.insync.models.FacesModel.syncImpl(FacesModel.java:1097)
        at org.netbeans.modules.visualweb.insync.Model.sync(Model.java:219)
Comment 1 Exceptions Reporter 2009-03-10 17:23:24 UTC
Created attachment 77993 [details]
stacktrace
Comment 2 mslama 2009-03-10 18:03:32 UTC
It was already fixed in trunk as issue #151787. It should be backported to 6.5.1 and patch3 for 6.5.

*** This issue has been marked as a duplicate of 151787 ***