Bug 573401 - saxon.jar does not specify that it can implement javax.xml.transform.TransformerFactory
Summary: saxon.jar does not specify that it can implement javax.xml.transform.Transfor...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: saxon
Version: 14
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Devrim Gündüz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 573239
TreeView+ depends on / blocked
 
Reported: 2010-03-14 17:04 UTC by Caolan McNamara
Modified: 2012-08-16 17:59 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-08-16 17:59:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
demo java (280 bytes, text/plain)
2010-03-14 17:04 UTC, Caolan McNamara
no flags Details
replace build.xml (SOURCE6) that adds the appropiate service (2.41 KB, text/plain)
2010-03-14 17:06 UTC, Caolan McNamara
no flags Details

Description Caolan McNamara 2010-03-14 17:04:22 UTC
Description of problem:
saxon.jar does not specify that it can implement javax.xml.transform.TransformerFactory
(which means that the setting in alternatives doesn't actually achive anything afaiks)

Version-Release number of selected component (if applicable):
saxon-9.2.0.3-1.fc13

How reproducible:
100%

Steps to Reproduce:
javac demo.java
CLASSPATH=/usr/share/java/xalan-j2.jar:. java demo
TransformerFactory is 'org.apache.xalan.processor.TransformerFactoryImpl'
CLASSPATH=/usr/share/java/saxon.jar:. java demo
unsTransformerFactory is 'com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl'

Actual results:
'com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl'

Expected results:
TransformerFactory is 'net.sf.saxon.TransformerFactoryImpl'

Comment 1 Caolan McNamara 2010-03-14 17:04:55 UTC
Created attachment 400009 [details]
demo java

Comment 2 Caolan McNamara 2010-03-14 17:06:03 UTC
Created attachment 400010 [details]
replace build.xml (SOURCE6) that adds the appropiate service

This replacement build.xml would do the right thing I believe

Comment 3 Bug Zapper 2010-07-30 11:04:15 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 14 development cycle.
Changing version to '14'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Fedora End Of Life 2012-08-16 17:59:59 UTC
This message is a notice that Fedora 14 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 14. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained.  At this time, all open bugs with a Fedora 'version'
of '14' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this 
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen 
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we were unable to fix it before Fedora 14 reached end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" (top right of this page) and open it against that 
version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping


Note You need to log in before you can comment on or make changes to this bug.