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

Chris Ridd
23.51.2012 7b4997ca54ebffe7b8fdb6943dd5d774808106f5
Fix OPENDJ-653 - JAXB 2.2.6 converts anyURI into a String
1 files modified
3 ■■■■■ changed files
opendj-sdk/opends/src/dsml/org/opends/dsml/protocol/DSMLServlet.java 3 ●●●●● patch | view | raw | blame | history
opendj-sdk/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());