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

Chris Ridd
23.51.2012 ec9b3e234591d44297affa8418f4312ee3b4d5d8
Fix OPENDJ-653 - JAXB 2.2.6 converts anyURI into a String
1 files modified
3 ■■■■■ changed files
opends/src/dsml/org/opends/dsml/protocol/DSMLServlet.java 3 ●●●●● patch | view | raw | blame | history
opends/src/dsml/org/opends/dsml/protocol/DSMLServlet.java
@@ -211,6 +211,9 @@
        }
      }
      // allow the use of anyURI values in adds and modifies
      System.setProperty("mapAnyUriToUri", "true");
      if(jaxbContext==null)
        jaxbContext = JAXBContext.newInstance(PKG_NAME,
                this.getClass().getClassLoader());