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 161695

Summary: NullPointerException at org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.bind
Product: obsolete Reporter: sprinx <sprinx>
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=148695
Issue Type: DEFECT Exception Reporter: 148695
Attachments: stacktrace

Description sprinx 2009-04-01 17:51:24 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
sprinx: Add new file to VWP project from a template



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.bind(FacesPageUnit.java:435)
        at org.netbeans.modules.visualweb.insync.beans.BeansUnit.sync(BeansUnit.java:215)
        at org.netbeans.modules.visualweb.insync.live.LiveUnit.sync(LiveUnit.java:337)
        at org.netbeans.modules.visualweb.insync.live.LiveUnitWrapper.sync(LiveUnitWrapper.java:154)
        at org.netbeans.modules.visualweb.insync.models.FacesModel.syncImpl(FacesModel.java:1091)
        at org.netbeans.modules.visualweb.insync.Model.sync(Model.java:219)
Comment 1 sprinx 2009-04-01 17:51:33 UTC
Created attachment 79237 [details]
stacktrace