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

Summary: Wrong getDConfigBean method called...
Product: serverplugins Reporter: _ pcw <pcw>
Component: InfrastructureAssignee: Nam Nguyen <nnguyen>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.