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 157830

Summary: ArrayIndexOutOfBoundsException: 0
Product: obsolete Reporter: boske3 <boske3>
Component: visualwebAssignee: _ deva <deva>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=46015
Issue Type: DEFECT Exception Reporter: 46015
Attachments: stacktrace

Description boske3 2009-02-03 10:24:43 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06, Java(TM) SE Runtime Environment, 1.6.0_02-b06
OS: Windows XP, 5.1, x86

User Comments:
jsr: deploying vwp project

vmanuelramirez: Draggin' a mysql table to the design page. It's supposed to create the dataprovider in the page and the rowset in the sessionbean

sprinx: deploying web application to Glassfish

GUEST: Did a build and compile of the sample vechicle incident app

paedagogus: Clean and build after refactoring (moved files from one source directory to another, then deleted the first source dir).



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
        at org.netbeans.modules.visualweb.insync.models.FacesModelSet.getVisibleModels(FacesModelSet.java:471)
        at org.netbeans.modules.visualweb.insync.models.FacesModelSet.access$500(FacesModelSet.java:126)
        at org.netbeans.modules.visualweb.insync.models.FacesModelSet$1$1.run(FacesModelSet.java:432)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
Comment 1 boske3 2009-02-03 10:24:53 UTC
Created attachment 76501 [details]
stacktrace