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 34672 - Support Xalan Java extensions
Summary: Support Xalan Java extensions
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: XSL (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks: 25135
  Show dependency tree
 
Reported: 2003-06-27 13:40 UTC by _ pkuzel
Modified: 2007-09-25 01:34 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
release35 patch (2.48 KB, patch)
2003-06-27 13:52 UTC, _ pkuzel
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2003-06-27 13:40:57 UTC
http://xml.apache.org/xalan-j/extensions.html

Currently there is the problem with extension
classes loading. Xalan uses context classloader.
the classloader must be set to repository,
(classpath classloader in 4.0) to serve users
extensions.
Comment 1 _ pkuzel 2003-06-27 13:52:30 UTC
Created attachment 10826 [details]
release35 patch
Comment 2 _ pkuzel 2003-06-27 13:54:07 UTC
There is working patch for 35 release. Need to be ported to new
projects infrastructure.

It's a simple fix for release35 branch.
Comment 3 _ pkuzel 2003-10-06 10:16:30 UTC
I'm not working on it anymore. The patch must be ported by a new
maintainer.
Comment 4 _ pkuzel 2003-11-04 08:48:56 UTC
Integrated into trunk.