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 30400 - NullPointerException while creating Application from CMP bean
Summary: NullPointerException while creating Application from CMP bean
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: -S1S-
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-27 18:33 UTC by Srinivas Gundeaboina
Modified: 2006-06-05 00:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Srinivas Gundeaboina 2003-01-27 18:33:47 UTC
Created a CMP bean with database schema and remote
and local interfaces option.  While creating the
Application from the bean I got
NullPoinerException.

Exception Details:


java.lang.NullPointerException
[catch] at
org.netbeans.modules.j2ee.impl.ProgressObject$8.run(ProgressObject.java:171)

 at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
 at
java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
 at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:191)

 at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)

 at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
 at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
 at
java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
Comment 1 Nam Nguyen 2003-04-01 21:41:20 UTC
Changed to resolved per info from Srinivas that this error no longer
happen in latest build.