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 188443

Summary: AssertionError at org.netbeans.modules.xml.xam.AbstractModelFactory.getModel
Product: xml Reporter: Alexey Butenko <alexeybutenko>
Component: XAMAssignee: Nikita Krjukov <supernikita>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alexeybutenko, dkonecny, jglick, mschovanek, pjiricka
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171230
Bug Depends on:    
Bug Blocks: 188475    
Attachments: stacktrace
stacktrace

Description Alexey Butenko 2010-07-07 12:00:22 UTC
Build: NetBeans IDE Dev (Build 100707-075a8617b9bc)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
alexeybutenko: WEb Application with JSF framework:
create faces-config.xml

alexeybutenko: IDE is blocked after creating faces-config.xml




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.xml.xam.AbstractModelFactory.getModel(AbstractModelFactory.java:133)
   at org.netbeans.modules.web.jsf.api.facesmodel.JSFConfigModelFactory.getModel(JSFConfigModelFactory.java:70)
   at org.netbeans.modules.web.jsf.api.ConfigurationUtils.getConfigModel(ConfigurationUtils.java:106)
   at org.netbeans.modules.web.jsf.navigation.PageFlowController.<init>(PageFlowController.java:121)
   at org.netbeans.modules.web.jsf.navigation.PageFlowView.<init>(PageFlowView.java:109)
   at org.netbeans.modules.web.jsf.navigation.JSFPageFlowMultiviewDescriptor$PageFlowElement.getTopComponent(JSFPageFlowMultiviewDescriptor.java:159)
Comment 1 Alexey Butenko 2010-07-07 12:00:26 UTC
Created attachment 100645 [details]
stacktrace
Comment 2 Alexey Butenko 2010-07-07 12:02:34 UTC
Created attachment 100646 [details]
stacktrace
Comment 3 Sergey Lunegov 2010-07-07 12:14:05 UTC
Nikita, please take a look.
Comment 4 Alexey Butenko 2010-07-08 07:43:13 UTC
Raising priority, since Faces Config functionality is broken
Comment 5 Martin Schovanek 2010-07-08 09:46:54 UTC
*** Bug 188476 has been marked as a duplicate of this bug. ***
Comment 6 Alexey Butenko 2010-07-08 13:43:20 UTC
Following change set caused the issue: http://hg.netbeans.org/main/rev/02ae7e2f505b
Comment 7 Alexey Butenko 2010-07-08 14:32:57 UTC
I'm sorry but it is happened later, so it seem that Petr's commit is unrelated.
Investigating further.
Comment 8 David Konecny 2010-07-08 22:17:50 UTC
After reading Bug 184306 I think this is related and so passing to Nikita to
have a look.
Comment 9 Jesse Glick 2010-07-08 23:43:53 UTC
Said to be a dupe.

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