Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-3514

Feedback in errorlog from CMS for -not compatible with ecm tag- forge plugins

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Top
    • Resolution: Fixed
    • r2.10.00
    • r2.11.00
    • None
    • None

    Description

      We tried to upgrade our project CMS to Hippo ECM 2.10. For this we needed to upgrade forge plugins.
      However, we forgot to do a plugin. Feedback wasn't there. It was unclear which plugin was the problem.

      Solution:
      add the responsible plugin that failed the upgrade to logging info.

      Temporary and ugly fix:
      frontend/engine/src/main/java/org/hippoecm/frontend/plugin/impl/PluginContext.java

      line 291 and further
      ...
      registrations.clear();
      if (plugin != null)

      { System.err.println("This is a temp solution" + plugin.getClass().getName()); plugin.start(); }

      ...

      Attachments

        Activity

          People

            fvlankvelt Frank van Lankvelt (Inactive)
            mbrand Mathijs Brand (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: