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 - Illegal detail/description in progress panels (JavaEE5ToolsBundle)
Summary: Illegal detail/description in progress panels (JavaEE5ToolsBundle)
Status: RESOLVED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Danila Dugurov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-16 12:27 UTC by dlipin
Modified: 2007-09-25 18:49 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 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