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

ludovicp
27.56.2010 a8f5d8345278d27ddf5325d3977e460b86b6275f
opends/src/dsml/org/opends/dsml/protocol/DSMLServlet.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package org.opends.dsml.protocol;
@@ -128,7 +128,8 @@
      port = new Integer(config.getServletContext().getInitParameter(PORT));
      if(jaxbContext==null)
        jaxbContext = JAXBContext.newInstance(PKG_NAME);
        jaxbContext = JAXBContext.newInstance(PKG_NAME,
                this.getClass().getClassLoader());
      // assign the DSMLv2 schema for validation
      if(schema==null)
      {