4 Replies Latest reply on Apr 4, 2007 12:33 PM by alesj

    JBMICROCONT-172  and property editors

       


      Ales Justin [04/Apr/07 11:26 AM]
      Also added support for property replacement and PropertyEditor conversion:

      <alias replace="true">X${alias.test.name}X</alias>
      <alias class="java.lang.Integer">12345</alias>


      Why did you add support for PropertyEditors?

      A bean's name or an injection name doesn't support them so isn't this useless?

      And probably confusing if somebody tries it? :-)
      "12345".equals(new Integer(12345)) == false