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 38877 - Wrong getDConfigBean method called...
Summary: Wrong getDConfigBean method called...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-16 06:23 UTC by _ pcw
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 _ pcw 2004-01-16 06:23:03 UTC
JSR-88 1.1 says that to retrieve a 
DConfigBeanRoot for auxiliary files such as 
webservices.xml, you call getDConfigBean
(DDBeanRoot) method on the DConfigBeanRoot 
representing the main xml file (web.xml in this 
case).  j2eeserver module is incorrectly calling 
DeploymentConfiguration.getDConfigBeanRoot to 
attempt to create a root DConfigBean for this 
module.
Comment 1 Nam Nguyen 2004-01-19 17:18:19 UTC
Fix as described.