Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Request PMC approval for 135035, 139821, 141315, 141319 in WTP 1.0.3


Please review the following bugs for approval in 1.0.3. All bugs were requested by adopters for critical issues and had straightforward fixes. In each bug you'll find a full explanation and an attached patch. All patches have been tested and have already been included in 1.5.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=135035 - Server fails to publish JSF page
One of our publishing methods was forcing every file to be copied on every publish. Not only is this a horrible performance issue, but it causes problems if the server ever locks a file. Fix is to backport part of a hotbug from 1.5.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=139821 - ConcurrentModificationsException in JavaServerPlugin
Bad synchronization code caused an exception when run in certain cases. Fix involves prepopulating an array before setting it as an instance variable.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=141315 - Removed Project keeps reappearing on target server
Missing timestamp update causes possible overwrites of data and stops server editor from detecting changes. Fix is to copy two lines of existing code and update the timestamp correctly.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=141319 - Hang in Run on Server
Bug contains a complicated explanation :) of how Run on Server can cause a workbench hang in some circumstances. Fix is to kick off another thread to do the processing and get off of the UI thread.

Please let me know or update the bugs if there are any questions. Thanks,
Tim deBoer
WebSphere Tools - IBM Canada Ltd.
(905) 413-3503  (tieline 969)
deboer@xxxxxxxxxx

Back to the top