<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    No, because the *Config classes aren't annotated with JAXB
    annotations.<br>
    There's a open discussion if we want to migrate from XStream to
    JAXB, so we can offer an XSD of the solver config.<br>
    <br>
    Also note, that these 2 things are completely distinct:<br>
    1) read a solver configuration from XML<br>
    2) read a solution dataset from XML (~ProblemIO)<br>
    <br>
    For 2), you can very easily replace XStreamProblemIO with a
    JaxbProblemIO (which should be easy to write).<br>
    <br>
    <div class="moz-cite-prefix">On 07-11-13 17:59, Jugu Dannie wrote:<br>
    </div>
    <blockquote
cite="mid:CAOr2SB3LyHsONaUaDYFC-baAAmfuvSJr0ODnYg9b9s_ORezmAQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">The optaplanner uses XStream for reading the solver
        configuration from XML. For using JAXB instead, is it sufficient
        to have custom implementation of XMLSolverFactory and
        SolverConfig?
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>