https://issues.apache.org/bugzilla/show_bug.cgi?id=48741
--- Comment #1 from Jacob Kjome <[email protected]> 2010-02-19 23:41:43 UTC --- There is no hard dependency on Woodstox here. What you need to do is place a jar file containing your preferred Stax implementation in the classpath. That jar will provide its own implementations and be registered via the service registry. The default value in xml-apis.jar is a fallback. No need to set a system property or anything like that. I think the value was chosen probably because it was the first (or preferred) implementation chosen by the developer of the Stax API. It is not relevant if you provide your own implementation which is something you really have to do anyway. I would suggest resolving this bug as there is no issue here that I can see. Jake -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
