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 82803

Summary: Illegal detail/description in progress panels (JavaEE5ToolsBundle)
Product: installer Reporter: dlipin <dlipin>
Component: CodeAssignee: Danila Dugurov <ddugurov>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description dlipin 2006-08-16 12:27:55 UTC
1) There is no detail in ConfigureAM action while starting/stoping/creating 
domain for Java EE 5 Tools Bundle. For EntPack everything is correct.

The issue lies in the messages area: we should use "ConfigureAS." in messages 
(see setStatusDetail) for EntPack and "ConfigureSDK" for Java EE Tools Bunlde.

The same thing with ConfigureJBI.


Note: we can use "InstallerUtils.featureExists(ASConstants.FEATURE_NAME)" and 
"InstallerUtils.featureExists(SDKConstants.FEATURE_NAME)" for checking if we 
have EntPack or Java EE 5 Tools Bundle.

2) (JavaEETools) After "Building Storage" progress panel (and before unpacking 
EntPack files") the description field is empty (actually at this moment 
InstallShield is extracting EntPack files).
It should be the same in the other simular cases - "Installing Java EE5 Tools 
Bundle"
Comment 1 dlipin 2006-08-17 18:26:37 UTC
Fixed.
See integrations 98906 and 98902 for details