Issue 10728 - Scripting Framework Classloader does not load resources.
Summary: Scripting Framework Classloader does not load resources.
Status: CLOSED WONT_FIX
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: current
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: noel.power
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-17 11:10 UTC by Unknown
Modified: 2003-02-07 08:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-01-17 11:10:19 UTC
Problem came up wih Post to Newsgroup demo, unable to load mailcap and mime type
resource files in support jars. System classloader handles this correctly, the
SF classloader needs to be changed to handle resources.
Comment 1 noel.power 2003-01-29 17:43:32 UTC
This bug is no longer necessary since the scripting framework no
longer uses the DefaultScriptClassLoader, now its using
java.net.URLClassLoader + appropriate protocol handler for ucb.
Resouces now handled. 
Comment 2 Unknown 2003-02-07 08:35:09 UTC
Scripting Framework is now using URLClassLoader which will load
resources correctly. Fixed as part of NetBeans IDE work