Uploaded image for project: 'Magnolia Multisite Module'
  1. Magnolia Multisite Module
  2. MULTISITE-108

Multisite authoring support

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Unresolved
    • Neutral
    • None
    • 2.1.2
    • None

    Description

      Decouple the multisite module from the UI with a separate authoring support module.

          <dependency>
            <name>ui-framework</name>
            <version>${magnoliaUiVersion}/*</version>
          </dependency>
          <dependency>
            <name>ui-admincentral</name>
            <version>${magnoliaUiVersion}/*</version>
          </dependency>
      

      Without the UI the module has the following issue:

      info.magnolia.objectfactory.MgnlInstantiationException: Failed to create instance of [class info.magnolia.multisite.setup.MultiSiteModuleVersionHandler]
      
      Caused by: java.lang.reflect.InvocationTargetException
      
      Caused by: java.lang.NoClassDefFoundError: info/magnolia/ui/framework/i18n/DefaultI18NAuthoringSupport
      	at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_261]
      
      Caused by: java.lang.ClassNotFoundException: info.magnolia.ui.framework.i18n.DefaultI18NAuthoringSupport
      

      Checklists

        Acceptance criteria

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                rgange Richard Gange
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated: