Details

    Description

      Solr includes it's own copy of Spring which causes class loading issue. To address this issue, Solr is now configured to use the portal class loader instead of spring's class loader.

      To manually fix this issue, change the following line in web.xml

      <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>

      to

      <listener-class>com.liferay.portal.kernel.spring.context.PortletContextLoaderListener</listener-class>

      Attachments

        Issue Links

          Activity

            People

              mingda.yi Kevin Yi (Inactive)
              brian.chan Brian Chan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Packages

                  Version Package
                  5.1 EE SP5 (5.1.8)
                  5.2 EE SP2 (5.2.6)