Bug 1087993

Summary: Wrong TransformerFactory in xalan jar [eap-6.3.0]
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: David Walluck <dwalluck>
Component: XML FrameworksAssignee: David Walluck <dwalluck>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Simka <msimka>
Severity: high Docs Contact:
Priority: high    
Version: 6.3.0CC: fjuma, kkhan, maschmid, msimka, rsvoboda, vtunka
Target Milestone: ER3   
Target Release: EAP 6.3.0   
Hardware: All   
OS: Linux   
Whiteboard: component:xalan-j2
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 14:35:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1087564, 1087991, 1091999    

Description David Walluck 2014-04-15 19:11:06 UTC
The previous redhat-3 release of xalan had org.apache.xalan.processor.TransformerFactoryImpl as the javax.xml.transform.TransformerFactory (which matches upstream), but the current release is currently set to org.apache.xalan.xsltc.trax.TransformerFactoryImpl.

This regression causes failures in the current JSF 2.1.27 testsuite (due to a dependency on BCEL, which we do not ship).

Comment 1 Rostislav Svoboda 2014-05-15 13:54:14 UTC
Shouldn't it be ON_QA as Xalan was upgraded ?

Comment 2 Martin Simka 2014-07-03 11:17:40 UTC
it was verified on EAP 6.3.0.ER3, it caused tck issues BZ1090382. Fixed by component upgrade BZ1087991