[jboss-jira] [JBoss JIRA] (JBEE-97) See if the jstl dependency on xalan can be refactored out
Jason Greene (JIRA)
jira-events at lists.jboss.org
Thu Feb 21 14:41:56 EST 2013
[ https://issues.jboss.org/browse/JBEE-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755836#comment-12755836 ]
Jason Greene commented on JBEE-97:
----------------------------------
The jstl library had depdencies on internal SUN jdk classes. This just changes it to depend on real xalan instead of JDK classes. However there is also a bug in xalan that breaks running in any environment that has modular classloading involved (OSGi, EE, etc). We forked to fix it:
https://issues.apache.org/jira/browse/XALANJ-2535
Unfortunately they still have yet to merge it.
That said IIRC xalan 2.7.1 defaults to the interpreted transformation factory. That one doesnt' have this bug. So it could be possible to switch the dep to standard xalan, and override it in jboss distributions.
> See if the jstl dependency on xalan can be refactored out
> ---------------------------------------------------------
>
> Key: JBEE-97
> URL: https://issues.jboss.org/browse/JBEE-97
> Project: JBoss JavaEE Spec APIs
> Issue Type: Enhancement
> Components: jboss-jstl-api
> Affects Versions: JavaEE 6 Spec APIs 3.0.0.Beta1
> Reporter: Paul Gier
> Assignee: Jason Greene
> Fix For: JavaEE 7 Spec APIs 1.0.0.Beta1
>
>
> The JSTL api has a dependency on the xalan fork which is only available in the JBoss repository. If this can be refactored out, then the complete set of dependencies will be available in central.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list