]
Ramesh Reddy reassigned TEIID-3071:
-----------------------------------
Assignee: Ramesh Reddy (was: Steven Hawkins)
Module needs to be updated for new Saxon-HE
-------------------------------------------
Key: TEIID-3071
URL:
https://issues.jboss.org/browse/TEIID-3071
Project: Teiid
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Build/Kits
Affects Versions: 8.9
Reporter: Tom Arnold
Assignee: Ramesh Reddy
Teiid built from GIT does not deploy because the bundled Saxon HE JAR does not match what
is specified in module xml.
See
[
here|https://github.com/teiid/teiid/blob/master/build/kits/jboss-as7/modu...].
Should be changed to something like:
{code:xml}
<resource-root path="Saxon-HE-${version.net.sf.saxon}.jar" />
{code}
Related to TEIID-3030.