mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
17.47.2015 cf364c082dfe5ea566abc3c20bc5546a4629c5eb
opendj-server-legacy/src/dsml/org/opends/dsml/protocol/DSMLServlet.java
@@ -216,8 +216,7 @@
      System.setProperty("mapAnyUriToUri", "true");
      if(jaxbContext==null)
        jaxbContext = JAXBContext.newInstance(PKG_NAME,
                this.getClass().getClassLoader());
        jaxbContext = JAXBContext.newInstance(PKG_NAME, getClass().getClassLoader());
      // assign the DSMLv2 schema for validation
      if(schema==null)
      {