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 156283 - NullPointerException at com.icesoft.faces.component.portlet.PortletDesignInfo.init
Summary: NullPointerException at com.icesoft.faces.component.portlet.PortletDesignInfo...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-05 14:26 UTC by pjulien
Modified: 2009-01-05 16:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 117931


Attachments
stacktrace (3.48 KB, text/plain)
2009-01-05 14:26 UTC, pjulien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pjulien 2009-01-05 14:26:14 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
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

Stacktrace: 
java.lang.NullPointerException
        at com.icesoft.faces.component.portlet.PortletDesignInfo.init(PortletDesignInfo.java:34)
        at com.icesoft.faces.component.portlet.PortletDesignInfo.beanCreatedSetup(PortletDesignInfo.java:23)
        at org.netbeans.modules.visualweb.insync.models.FacesModel.beanCreated(FacesModel.java:1189)
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.designBeanCreated(JsfForm.java:2943)
        at org.netbeans.modules.visualweb.designer.jsf.FacesDndSupport.beansCreated(FacesDndSupport.java:691)
        at org.netbeans.modules.visualweb.designer.jsf.FacesDndSupport.importBean(FacesDndSupport.java:648)
Comment 1 pjulien 2009-01-05 14:26:25 UTC
Created attachment 75451 [details]
stacktrace