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 243037

Summary: edit of file.fxml causes repeated (identical) definition of xmlns:fx="" (and causes the loader to throw exception)
Product: javafx Reporter: jbril
Component: EditorAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description jbril 2014-03-19 08:56:24 UTC
Product Version = NetBeans IDE 8.0 RC1 (Build 201402242200)
Operating System = Linux version 2.6.32-431.5.1.el6.i686 running on i386
Java; VM; Vendor = 1.8.0
Runtime = Java HotSpot(TM) Client VM 25.0-b69

xmlns:fx="" gets added multiple times and causes the loader to throw exception:

SEVERE: null
javafx.fxml.LoadException: 
file:/home/jaap/eightzero/Yapp/target/Yapp-1.0.jar!/net/jbril/yapp/edit/Round.fxml

	at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2617)

removing the extra definition solves the problem.
Comment 1 jbril 2014-03-19 08:56:30 UTC
Created attachment 146136 [details]
IDE log
Comment 2 Roman Svitanic 2014-07-10 10:15:36 UTC

*** This bug has been marked as a duplicate of bug 242123 ***