Commit 4f918b6
committed
Work around version skews with XML libraries
Sometimes (I am looking at you, OME!), obsolete XML components are
shipped as part of an OMERO-insight installation, intended to support
Java 1.5 which does not have its own XML libraries).
When multiple projects do that (I am looking at you, Batik!), the
XML components can easily cause trouble when the order of the individual
.jar files cannot guarantee that an appropriate xalan/xerces pairings
is discovered via the class path.
Now, in this time and age, Java 6 is thankfully common enough that we
can always fall back to the XML library contained in the JRE. Which
is exactly what this workaround is all about.
Jan Eglinger was very helpful in diagnosing the issue that he reported
in http://fiji.sc/bugzilla/show_bug.cgi?id=749.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 7015070 commit 4f918b6
1 file changed
+34
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
117 | 150 | | |
118 | 151 | | |
119 | 152 | | |
| |||
0 commit comments