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 38157 - Servlet wizard does not create entry in DD
Summary: Servlet wizard does not create entry in DD
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-16 19:19 UTC by Pavel Buzek
Modified: 2007-07-31 13:53 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 Pavel Buzek 2003-12-16 19:19:18 UTC
I have not seen any related message in log, no
warning or exception. First time I clicked Finish
on  the panel will class name, defaulting all
values. Second time I stepped to the second panel
-- no difference. Tried to add init param --
ignored again. (not sure if this might have been
caused by the separation of DD APIs done today, I
have not tested yesterday)
Comment 1 Ana.von Klopp 2003-12-16 23:01:13 UTC
This worked fine, and still does in my current source tree (which was 
prior to Milan's integration) so I'm passing this one. I'm upping this 
to a P1 because if DD writing does not work, then this blocks working 
on the other wizards. 
Comment 2 Milan Kuchtiak 2003-12-17 13:05:48 UTC
The issue was in

wrong implementation of newBean(String beanName) method. 
Comment 3 Dan Kolar 2007-07-31 13:53:53 UTC
v