<html>
  <head>
    <meta content="text/html; charset=ISO-8859-15"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font size="+1"><font face="Courier New, Courier, monospace">Did you
        think of separating Converter and backing bean implementation?<br>
        AFAIK the backing bean _provides_ a converter e.g.:
        #{xxxxxBean.converter} but should not implement Converter
        itself?<br>
        <br>
        Thomas<br>
        <br>
      </font></font>
    <div class="moz-cite-prefix">Am 03.08.2012 11:13, schrieb Luca
      Masini:<br>
    </div>
    <blockquote
cite="mid:CAG=-wFNmJbkNaFr6=VFJWF7dZBvob6goJYZ=A9uFESC53ni_KA@mail.gmail.com"
      type="cite">I'm going crazy to let the generated faces scaffolding
      run on both WLS and JBoss.
      <div><br>
      </div>
      <div>Infact if I let the Bean implements the Converter interface
        then WLS works but JBoss complaints about missing method, it's
        like that the implemented interface is the Local interface for
        the bean and no other method is found but those in the Converter
        interface itself.</div>
      <div><br>
      </div>
      <div>So I remove the interface and everything work without the
        getConverter method, getAsObject and getAsString are method of
        the now interface bean.</div>
      <div><br>
      </div>
      <div>On the counter side WLS is unable to call methods from the EL
        into faces files that are not part of the Converter interface.</div>
      <div><br>
      </div>
      <div>So I'm in a deadlock. I'm unable to let it works on both the
        Java EE 6 server. I'm sure that a solution exist, but whichi ? <br
          clear="all">
        <div><br>
        </div>
        -- <br>
        ****************************************<br>
        <a moz-do-not-send="true" href="http://www.lucamasini.net">http://www.lucamasini.net</a><br>
        <a moz-do-not-send="true" href="http://twitter.com/lmasini">http://twitter.com/lmasini</a><br>
        <a moz-do-not-send="true"
          href="http://www.linkedin.com/pub/luca-masini/7/10/2b9">http://www.linkedin.com/pub/luca-masini/7/10/2b9</a><br>
        ****************************************<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
forge-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/forge-dev">https://lists.jboss.org/mailman/listinfo/forge-dev</a>
</pre>
    </blockquote>
    <br>
    <br>
  </body>
</html>