The Artima Developer Community
Sponsored Link

Java Buzz Forum
J2SE 5.0 Upgrade on OS X Breaks XSLT

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Michael Cote

Posts: 10306
Nickname: bushwald
Registered: May, 2003

Cote is a programmer in Austin, Texas.
J2SE 5.0 Upgrade on OS X Breaks XSLT Posted: Nov 16, 2005 5:40 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Michael Cote.
Original Post: J2SE 5.0 Upgrade on OS X Breaks XSLT
Feed Title: Cote's Weblog: Coding, Austin, etc.
Feed URL: https://cote.io/feed/
Feed Description: Using Java to get to the ideal state.
Latest Java Buzz Posts
Latest Java Buzz Posts by Michael Cote
Latest Posts From Cote's Weblog: Coding, Austin, etc.

Advertisement

I updated to the new Java release on OS X today, and it broke my use of XSLT in Java. From what I've read, J2SE 5.0 no longer sets the system property that tells JAXP which TransformerFactory to use. This, of course, seems kind of silly. I'm sure there's some long, drawn out explanation of why: the upshot is that shit don't work for me.

To get around this, you have to pass in the following system property to all your Java processes that are going to be running XSLT:

-Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl

This bug report from maven has some more detail.

Tags: , .

Read: J2SE 5.0 Upgrade on OS X Breaks XSLT

Topic: [Nov 8, 2005 01:58 PST] 8 Links Previous Topic   Next Topic Topic: Dad [Flickr]

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use