Thu, 26 Apr 2007 02:56:31 +0000Fix P1 showstopper; cannot import Creator 2 project. Issue#102565, no VWP support. release60-m9_base
potingwu@netbeans.org [Thu, 26 Apr 2007 02:56:31 +0000] rev 693
Fix P1 showstopper; cannot import Creator 2 project. Issue#102565, no VWP support.
Should also check Creator 2 properties for JSF loader.

Thu, 26 Apr 2007 01:17:41 +0000Bug Fix: Exception java.lang.NoSuchFieldException: tlsExternalContext
wjprakash@netbeans.org [Thu, 26 Apr 2007 01:17:41 +0000] rev 692
Bug Fix: Exception java.lang.NoSuchFieldException: tlsExternalContext

Wed, 25 Apr 2007 22:29:19 +0000Removing some components from palette (composite section) temporarily for JavaOne. All the removed components will be added back to the Trunk when M9 branch is created.
gowri@netbeans.org [Wed, 25 Apr 2007 22:29:19 +0000] rev 691
Removing some components from palette (composite section) temporarily for JavaOne. All the removed components will be added back to the Trunk when M9 branch is created.

Wed, 25 Apr 2007 09:17:17 +0000#102434 Pages of migrated project must be opened to update data sources after_dev_vw_insync_asyncmodeling
jbaker@netbeans.org [Wed, 25 Apr 2007 09:17:17 +0000] rev 690
#102434 Pages of migrated project must be opened to update data sources

Needed to fix for Project migration because if a project's pages aren't opened then
the project's datasources do not get updated.

Also this fix provides partial support for 93949
This allow data sources to be resolved as long as the user has registered the necessary
driver(s) and connection(s)

Wed, 25 Apr 2007 04:41:04 +0000#101604 Providing part of the fix, allowing to load asynchronously.
pzavadsky@netbeans.org [Wed, 25 Apr 2007 04:41:04 +0000] rev 689
#101604 Providing part of the fix, allowing to load asynchronously.
For now one can try it out using switch -J-Dvwp.designer.jsf.loadModelAsync=true

Wed, 25 Apr 2007 04:13:32 +0000#101604 Preparing part of the fix - loading model asynchronously.
pzavadsky@netbeans.org [Wed, 25 Apr 2007 04:13:32 +0000] rev 688
#101604 Preparing part of the fix - loading model asynchronously.

Wed, 25 Apr 2007 01:21:48 +0000Only add javax.faces.LIFECYCLE_ID for Java EE 5 project.
potingwu@netbeans.org [Wed, 25 Apr 2007 01:21:48 +0000] rev 687
Only add javax.faces.LIFECYCLE_ID for Java EE 5 project.
Fix Issue#102412 Can't deploy 1.4 app server project -- lifecycle error.

Wed, 25 Apr 2007 01:07:29 +0000#101604 Preparing part of the fix.
pzavadsky@netbeans.org [Wed, 25 Apr 2007 01:07:29 +0000] rev 686
#101604 Preparing part of the fix.

Wed, 25 Apr 2007 00:48:55 +0000#101604 Preparing the part of the fix.
pzavadsky@netbeans.org [Wed, 25 Apr 2007 00:48:55 +0000] rev 685
#101604 Preparing the part of the fix.

Tue, 24 Apr 2007 23:41:57 +0000Implement isJsfProjectFile for Visual Web JSF loader so that it won't validate the JSP/Java files in non-visualweb project. pvtJaxbGmpatil_001_root
potingwu@netbeans.org [Tue, 24 Apr 2007 23:41:57 +0000] rev 684
Implement isJsfProjectFile for Visual Web JSF loader so that it won't validate the JSP/Java files in non-visualweb project.
Our JSF loader makes other pack deadlock! (Issue#102217, Deadlock when opening old project)