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 204939 - NullPointerException at org.netbeans.modules.j2ee.ejbverification.EJBProblemFinder.run
Summary: NullPointerException at org.netbeans.modules.j2ee.ejbverification.EJBProblemF...
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-10 14:10 UTC by Jiri Skrivanek
Modified: 2011-11-14 11:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182779


Attachments
stacktrace (984 bytes, text/plain)
2011-11-10 14:10 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-11-10 14:10:22 UTC
Build: NetBeans IDE Dev (Build 201111100600)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows XP

User Comments:
jskrivanek: Happend while verifying bug 204816. To reproduce:
- register GlassFish server to IDE
- open new project wizard and choose Maven|Web Application
- finish wizard with GlassFish target server
- open new file wizard
- choose "Web Services|RESTful Web Services from Patterns"
- finish the wizard with default values
- confirm "REST Resources Configuration" dialog with default values ("Create
default Jersey REST servlet adaptor in web.xml", "Add Jersey library...", "Use
server-bundled Jersey library")




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.ejbverification.EJBProblemFinder.run(EJBProblemFinder.java:121)
   at org.netbeans.modules.j2ee.ejbverification.EJBProblemFinder$ProblemFinderCompInfo.run(EJBProblemFinder.java:177)
   at org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:324)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:618)
   at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:795)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
Comment 1 Jiri Skrivanek 2011-11-10 14:10:25 UTC
Created attachment 113090 [details]
stacktrace
Comment 2 Martin Fousek 2011-11-11 14:21:20 UTC
web-main #f47fef36f271
Comment 3 Quality Engineering 2011-11-12 16:28:20 UTC
Integrated into 'main-golden', will be available in build *201111120600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f47fef36f271
User: Martin Fousek <marfous@netbeans.org>
Log: #204939 - NullPointerException at org.netbeans.modules.j2ee.ejbverification.EJBProblemFinder.run