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 63466 - I got this error whenever i try to create CMP Entity Bean from Database
Summary: I got this error whenever i try to create CMP Entity Bean from Database
Status: RESOLVED DUPLICATE of bug 60596
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-31 17:54 UTC by mmfarhan
Modified: 2005-08-31 18:18 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 mmfarhan 2005-08-31 17:54:00 UTC
I got this error whenever i try to create CMP Entity Bean from Database,
progress bar stops at Saving Deployment Descriptor.

Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at
org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.setCMPMappingInfo(ConfigSupportImpl.java:517)
	at
org.netbeans.modules.j2ee.ejbjarproject.ejb.wizard.cmp.RelatedCMPWizard.createBeans(RelatedCMPWizard.java:576)
	at
org.netbeans.modules.j2ee.ejbjarproject.ejb.wizard.cmp.RelatedCMPWizard.access$000(RelatedCMPWizard.java:83)
	at
org.netbeans.modules.j2ee.ejbjarproject.ejb.wizard.cmp.RelatedCMPWizard$1.run(RelatedCMPWizard.java:173)
	at org.openide.util.Task.run(Task.java:189)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)
Comment 1 Petr Blaha 2005-08-31 18:03:38 UTC
The issue is already fixed in latest daily builds.

*** This issue has been marked as a duplicate of 60596 ***