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 181493 - NullPointerException at org.netbeans.modules.portalpack.portlets.spring.util.SpringProjectHelper$CreateSpringConfig.addServlet
Summary: NullPointerException at org.netbeans.modules.portalpack.portlets.spring.util....
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Satyaranjan D
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-03 13:58 UTC by mjreged
Modified: 2010-03-03 13:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165943


Attachments
stacktrace (7.07 KB, text/plain)
2010-03-03 13:58 UTC, mjreged
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjreged 2010-03-03 13:58:09 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
mjreged: Tried to create spring portlet in maven war project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.portalpack.portlets.spring.util.SpringProjectHelper$CreateSpringConfig.addServlet(SpringProjectHelper.java:230)
   at org.netbeans.modules.portalpack.portlets.spring.util.SpringProjectHelper$CreateSpringConfig.run(SpringProjectHelper.java:195)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:122)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:539)
   at org.netbeans.modules.portalpack.portlets.spring.util.SpringProjectHelper.addSpringPortletConfig(SpringProjectHelper.java:101)
   at org.netbeans.modules.portalpack.portlets.spring.ui.SpringPortletWizardIterator.instantiate(SpringPortletWizardIterator.java:70)
Comment 1 mjreged 2010-03-03 13:58:14 UTC
Created attachment 94742 [details]
stacktrace