Community
Participate
Working Groups
Build Identifier: WTP 3.2 I saw several issues in the 'Deployment Assembly' page: 1) Infopop ids need to be defined for the 'Deployment Assembly' page tabs and the new reference wizards. 2) Each time the user clicks or modifies the 'Deploy Path' column, the whole table is refreshed instead of just the row. This causes the icons to blink. 3) In the 'New Reference Wizard', when adding an 'Archive' reference, the 'Browse...' button opens a window called 'JAR Selection'. For consistency, this window should be called 'Archive Selection'. 4) If multiple verifiers are defined and one of them has a warning/error, then the AddModuleDependenciesPropertiesPage.getMessage() appends all messages without taking into consideration that some can be 'OK'. Reproducible: Always
Created attachment 172066 [details] Proposed patch Patch fixes all the issues mentioned in the description.
approve
Adding NLS tag, since there is one new string added.
* Explain why you believe this is a stop-ship defect. Or, if it is a "hotbug" (requested by an adopter) please document it as such. This patch fixes several issues (See Description) and when doing so had to add a new description string for the 'Archive Selection' wizard. * Is there a work-around? If so, why do you believe the work-around is insufficient? No. * How has the fix been tested? Is there a test case attached to the bugzilla record? Has a JUnit Test been added? Tested through UI. * Give a brief technical overview. Who has reviewed this fix? This patch fixes some inconsistencies where the add 'Archive' reference wizard on the Deployment Assembly preference page displays 'Jar' instead of 'Archive'. To achieve this fix a description string was added. This has been reviewed by Chuck. * What is the risk associated with this fix? None.
Committed to HEAD for WTP 3.2.1