Mon, 10 Sep 2007 22:09:32 +0000Implement the freemarker scripting support for creating new JSP objects. webapi_public_112441_trunk_merge_2
potingwu@netbeans.org [Mon, 10 Sep 2007 22:09:32 +0000] rev 1504
Implement the freemarker scripting support for creating new JSP objects.

Mon, 10 Sep 2007 21:29:25 +0000Fix for # 108784 - a11Y: No Accessible description in EE1.4 Dropdown's items property dialog window
pegah@netbeans.org [Mon, 10 Sep 2007 21:29:25 +0000] rev 1503
Fix for # 108784 - a11Y: No Accessible description in EE1.4 Dropdown's items property dialog window

Mon, 10 Sep 2007 21:09:34 +0000Bug Fix # 114959 SourceMonitor.sourceMonitors causes a memory leak
sandipchitale@netbeans.org [Mon, 10 Sep 2007 21:09:34 +0000] rev 1502
Bug Fix # 114959 SourceMonitor.sourceMonitors causes a memory leak

Use a WeakReference to refer to the FacesModel from SourceMonitor.
Also did some code cleanup and checks for null.

Mon, 10 Sep 2007 18:42:05 +0000#114965 Memory leak becasue of not removed keystroke in the keymap after inline editing.
pzavadsky@netbeans.org [Mon, 10 Sep 2007 18:42:05 +0000] rev 1501
#114965 Memory leak becasue of not removed keystroke in the keymap after inline editing.

Mon, 10 Sep 2007 18:08:27 +0000Fix NPE when temp file creation fails websvcmgr_before_move
quynguyen@netbeans.org [Mon, 10 Sep 2007 18:08:27 +0000] rev 1500
Fix NPE when temp file creation fails

Fri, 07 Sep 2007 23:38:56 +0000Partial fix for issue 111348 -
cnguyencasj@netbeans.org [Fri, 07 Sep 2007 23:38:56 +0000] rev 1499
Partial fix for issue 111348 -
remove portletapi from the visualweb kit module.

Fri, 07 Sep 2007 20:31:17 +0000114409 Remove dependency on ejb-2.0.jar with non-compatible license
edwingo@netbeans.org [Fri, 07 Sep 2007 20:31:17 +0000] rev 1498
114409 Remove dependency on ejb-2.0.jar with non-compatible license

Fri, 07 Sep 2007 18:40:15 +0000#104460 ProjectDataSourceTracker causes WebProject memory leak
jbaker@netbeans.org [Fri, 07 Sep 2007 18:40:15 +0000] rev 1497
#104460 ProjectDataSourceTracker causes WebProject memory leak
Restore previous fixes

Fri, 07 Sep 2007 17:37:00 +0000Bug Fix # 114783] Exceptions thrown when modifying re-opened project
sandipchitale@netbeans.org [Fri, 07 Sep 2007 17:37:00 +0000] rev 1496
Bug Fix # 114783] Exceptions thrown when modifying re-opened project

Problem: The problem was due to the fact that a DocumentListener was being registered twice. When Insync made modifications - the second of them was removed (using the "this" reference) while the modifications were being made. However the first listener still was present which tried to mark the source dirty, hence the exception. The double registration occurred due to a race condition between property change listener fired to indicate document open and document access from editor cookie and registration of the listener on a non null document receipt. Ironically the condition occured more often on a single processor systems. This issue came to fore because of a recent fix to JsfJspDataObject EditorCookie #105318 which in tandem with issue that always opens the JSP source tab of the designer (issue #?).

Fix: The fix is to prevent duplicate registration of the listeners.

Fri, 07 Sep 2007 00:02:54 +0000#114938 NullPointerException arises by attempt to bound component to DB for WebLogic's project
jbaker@netbeans.org [Fri, 07 Sep 2007 00:02:54 +0000] rev 1495
#114938 NullPointerException arises by attempt to bound component to DB for WebLogic's project
Fix. Still need to inform user on the workaround - tracked by 98366