Fri, 14 Dec 2007 23:56:19 +0000Getting rid of unused nested class. IM73_beta_branch_point TRUNK_SYNC_WITH_SIERRA partial_reparse_t2b_a
pzavadsky@netbeans.org [Fri, 14 Dec 2007 23:56:19 +0000] rev 1938
Getting rid of unused nested class.

Fri, 14 Dec 2007 23:51:24 +0000Adjusting tests to the last change.
pzavadsky@netbeans.org [Fri, 14 Dec 2007 23:51:24 +0000] rev 1937
Adjusting tests to the last change.

Fri, 14 Dec 2007 23:37:08 +0000Changing usage of DomProviderService (from static to instance one),
pzavadsky@netbeans.org [Fri, 14 Dec 2007 23:37:08 +0000] rev 1936
Changing usage of DomProviderService (from static to instance one),
so it is possible to replace it when other implementations (of DomProvider)
are in place.

Fri, 14 Dec 2007 16:42:57 +0000122346 Connection to database URL is case sensitive
jbaker@netbeans.org [Fri, 14 Dec 2007 16:42:57 +0000] rev 1935
122346 Connection to database URL is case sensitive
additional fix so that the connection can be made when the page opens

Fri, 14 Dec 2007 07:16:20 +0000122346 Connection to database URL is case sensitive
jbaker@netbeans.org [Fri, 14 Dec 2007 07:16:20 +0000] rev 1934
122346 Connection to database URL is case sensitive
Fixed

Fri, 14 Dec 2007 02:23:23 +0000109163 Component Error-page can appear after opening of project, related to existing DB connection
jbaker@netbeans.org [Fri, 14 Dec 2007 02:23:23 +0000] rev 1933
109163 Component Error-page can appear after opening of project, related to existing DB connection
Fixed
(also should fix 122912)

CVS: ----------------------------------------------------------------------

Fri, 14 Dec 2007 00:39:26 +0000Fix for possible performance issues as pointed out by Ryan Lubke.
wjprakash@netbeans.org [Fri, 14 Dec 2007 00:39:26 +0000] rev 1932
Fix for possible performance issues as pointed out by Ryan Lubke.
JSF RI leverages a ServletRequestAttributeListener. Every time you add/replace/remove an entity from request scope, an event is created and one of those ServletRequestAttributeListener methods is invoked. Any call to the requestMap.put() must be restricted.

Fri, 14 Dec 2007 00:27:51 +0000Preparing a change in DomProviderService usage.
pzavadsky@netbeans.org [Fri, 14 Dec 2007 00:27:51 +0000] rev 1931
Preparing a change in DomProviderService usage.

Fri, 14 Dec 2007 00:26:46 +0000Changes for on demand binding attribute(#123536)
deva@netbeans.org [Fri, 14 Dec 2007 00:26:46 +0000] rev 1930
Changes for on demand binding attribute(#123536)
1)No binding by default for components. They will be added whenever required such as while persisting property in java source
2)Markup beans are created based on jsp source and do not rely on java source
3)Sanity test is modified temporarily for this change. Right modifications needs to be done later

Fri, 14 Dec 2007 00:18:09 +0000#123003 Fixing memory leak involving listener, using weak listener now.
pzavadsky@netbeans.org [Fri, 14 Dec 2007 00:18:09 +0000] rev 1929
#123003 Fixing memory leak involving listener, using weak listener now.