Uploaded image for project: 'QuickFIX/J'
  1. QuickFIX/J
  2. QFJ-932

quickfix.ConfigError: No fields found for empty message type depends on XML format

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Default
    • Resolution: Fixed
    • Affects Version/s: 1.6.4
    • Fix Version/s: 2.0.1
    • Component/s: Metadata/Specs
    • Labels:
      None

      Description

      Compare the following two XML fragments from a data dictionary, the first produces an error and the second is fine

          <message name="XMLnonFIX" msgtype="n" msgcat="Session"/>
      

      Results in

      Caused by: quickfix.ConfigError: No fields found: msgType=n
      	at quickfix.DataDictionary.load(DataDictionary.java:1021) ~[quickfixj-core-1.6.4.jar:1.6.4]
      
          <message name="XMLnonFIX" msgtype="n" msgcat="Session">
          </message>
      

        Attachments

          Activity

            People

            • Assignee:
              alphashock Marcin L
              Reporter:
              jfreedman Jon Freedman
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: