Bug 50122 - JSR 105 TransfromService classloading issue
Summary: JSR 105 TransfromService classloading issue
Status: RESOLVED FIXED
Alias: None
Product: Security - Now in JIRA
Classification: Unclassified
Component: Signature (show other bugs)
Version: Java 1.4.2
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: XML Security Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 10:11 UTC by sean.mullan
Modified: 2010-10-20 11:08 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sean.mullan 2010-10-20 10:11:11 UTC
The JSR 105 code for loading TransformService provider implementations should use the classloader of the Provider object to load the TransformService implementations. The current code doesn't do that and this causes class loading
exceptions when applications use TransformService implementations registered with their own providers.
Comment 1 sean.mullan 2010-10-20 11:08:29 UTC
Fixed in trunk.