Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-1886

NullPointerException in MSOfficeMetadataSequencer when "last_printed" property is missing

    XMLWordPrintable

Details

    Description

      Some Office files have a blank "Last Printed" property.
      A null check should be done before setting this property on sequenced node:

      MSOfficeMetadataSequencer.java
      if(null != metadata.getLastPrinted()){
        rootNode.setProperty(LAST_PRINTED, valueFactory.createValue(metadata.getLastPrinted()));
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            m.sarhan_jira Mouaffak Sarhan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: