Uploaded image for project: 'HiveMind'
  1. HiveMind
  2. HIVEMIND-29

SmartTranslator should differentiate between blank strings and null input

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0
    • None
    • framework
    • None
    • hivemind-1.0-beta-1

    Description

      Contributions of whitespaces are ignored:

      <default symbol="test.Symbol" value=" " />

      used in a Service

      <invoke-factory service-id="hivemind.BuilderFactory">
      <construct
      class="TestServiceImpl">
      <set
      property="testParameter"
      value="${test.Symbol}" />
      </construct>

      sets the testParameter to the String '${test.Symbol}'

      You can see this too in the hivemind-lib
      where empty values for symbol ${java.naming.factory.initial}...
      are ignored.

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            frericksm Michael Frericks
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: