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 52837 - CMP Entity EJB Wizard ends with "Exception occured in Request Processor"
Summary: CMP Entity EJB Wizard ends with "Exception occured in Request Processor"
Status: RESOLVED DUPLICATE of bug 52456
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-01 17:48 UTC by tkrivanek
Modified: 2007-09-26 09:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE logfile (18.16 KB, text/plain)
2005-01-01 17:49 UTC, tkrivanek
Details
full stack trace (2.58 KB, text/plain)
2005-01-04 13:55 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tkrivanek 2005-01-01 17:48:08 UTC
I am using NetBeans 4.1, build 200412251900 on
Linux with J2SE 5.0 (1.5.0_01) and enjoying J2EE
features.
When trying to create entity beans using existing
database schema (database with 48 tables), process
ends on random table with NullPointerException. My
project is newly created using "Populated
Enterprise Application". Database is simplified,
with no relations between tables. Sometimes all
beans (and interfaces) are created. Unfortunately,
I cannot see any rule.
Comment 1 tkrivanek 2005-01-01 17:49:11 UTC
Created attachment 19422 [details]
IDE logfile
Comment 2 Petr Blaha 2005-01-04 11:34:45 UTC
Hi, could you write more info about your database or attach database
schema? Did you generate bean from database or database schema? 
Comment 3 Petr Blaha 2005-01-04 13:54:57 UTC
I reproduced the issue with daily build 20050103 and MySQL
5.0.0-alpha-standard + driver mysql-connector-java-3.0.15-ga. My
database has only 12 tables.
Comment 4 Petr Blaha 2005-01-04 13:55:35 UTC
Created attachment 19460 [details]
full stack trace
Comment 5 Chris Webster 2005-01-04 16:50:35 UTC
I am reassigning to java as the stack trace is MDR. 
Comment 6 Jan Becicka 2005-01-06 16:02:05 UTC

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