This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 131785 - implement "classpath/packaged" classpath type
Summary: implement "classpath/packaged" classpath type
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-02 03:35 UTC by David Konecny
Modified: 2008-07-03 15:39 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2008-04-02 03:35:05 UTC
Classpath provider should return for "classpath/packaged" token classpath equal to "compilation classpath - J2EE
platform classpath".
Comment 1 David Konecny 2008-04-02 03:36:22 UTC
This is API deficiency that's why it's defect type.
Comment 2 _ deva 2008-04-02 03:53:34 UTC
In case of visualweb JSF project, we need a classloader for design time use. The classpath in this classloader will be 
used to look for BeanInfo for components. Including J2EE jars in design time classloader will affect the performance 
severely. Therefore we would like to exclude J2EE jars in design time classloader. There are no APIs to exclude J2EE 
jars, hence we need this issue to be addressed. See also http://www.netbeans.org/issues/show_bug.cgi?id=123532
Comment 3 Jiri Prox 2008-04-11 01:15:09 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 4 David Konecny 2008-07-03 02:11:28 UTC
648fd16652c5
please verify. thanks, -David
Comment 5 Quality Engineering 2008-07-03 15:39:54 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #297 build
Changeset: http://hg.netbeans.org/main/rev/648fd16652c5
User: David Konecny <dkonecny@netbeans.org>
Log: #131785 - implement "classpath/packaged" classpath type