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 48428 - DDDataLoader does not recognize web.xml
Summary: DDDataLoader does not recognize web.xml
Status: CLOSED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-02 23:15 UTC by Pavel Buzek
Modified: 2005-07-13 15:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (5.24 KB, text/plain)
2004-09-03 10:59 UTC, Milan Kuchtiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2004-09-02 23:15:26 UTC
Milane, this is caused by your last commit into
web/core. When the DD is not recognized config
data loader throws exceptions all the time.
Comment 1 Milan Kuchtiak 2004-09-03 10:57:35 UTC
This might be caused by old settings.
DDDataObject is recognized correctly at my mashine.

These are changes that I made yesterday.
(the second is related to DDDataLoader)
http://web.netbeans.org/source/browse/web/core/src/org/netbeans/modules/web/dd/DDDataLoader.java.diff?r1=1.8&r2=1.9
http://web.netbeans.org/source/browse/web/core/src/org/netbeans/modules/web/core/resources/layer.xml.diff?r1=1.74&r2=1.75
See the issue 48122.

I see another problem there :
Config data object is throwing NPE when new web project is being created :
see the attached exception.

Even when I rollbacked the changes with DDDataLoader (at my mashine)
the same exceptions were thrown.
Comment 2 Milan Kuchtiak 2004-09-03 10:59:33 UTC
Created attachment 17350 [details]
Exception
Comment 3 Milan Kuchtiak 2004-09-03 11:20:05 UTC
I've created new P1 to j2eeserver : issue 48445.

I am changing the staus to WORKSFORME as DDDaatObject is normally
recognized.

I'll further investigate the exceptions.