Description
In the manifest.mf from com.bea.core.weblogic.stax_1.7.0.0.jar the vendor is "BEA Systems" but at Line 232 in StAXDialectDetector the check is [...] if ("BEA".equals(vendor)) { [...]
-> maybe a vendor.startsWith("BEA") ?
Dirty Bugfix is to edit the Manifestfile...