Uploaded image for project: '[Read Only] - Hippo Plugins'
  1. [Read Only] - Hippo Plugins
  2. HIPPLUG-522

Import tool: Nodes not being saved in DocumentParser

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      In the DocumentParser (sub)nodes are not being saved. The reason is the following codepath:

      else {
      DocumentParser parser = new DocumentParser();
      ImportableBean nestedBean = null;
      PropertyUtils.setSimpleProperty(contextBean, field.getName(), nestedBean);
      ParserContext nestedContext = new DocumentParserContext(context.getDocument(), context.getConfig());
      nestedContext.setContextXml(nodeList.item(0));
      nestedBean = parser.parse(repositoryDocument, subNodeClass, null, nestedContext);
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            jfloor Jasper Floor
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: