Uploaded image for project: 'PUBLIC - Liferay Portal Enterprise Edition'
  1. PUBLIC - Liferay Portal Enterprise Edition
  2. LPE-1324

Cannot deploy plugins using service builder on WebLogic

Details

    Description

      Deploying a plugins that use service builder to WebLogic results in a NullPointerException because <filter-mapping> element in web.xml is interpreted differently depending on whether the deployed portlet is using web.xml 2.3 or web.xml 2.4.

      To address this issue, the portal will now change any 2.3 web.xml to a 2.4 web.xml when a plugin is deployed.

      To fix this issue manually, modify web.xml to the following:

      <?xml version="1.0"?>
      <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">

      Attachments

        Issue Links

          Activity

            People

              support-ee EE Support
              samuel.kong Samuel Kong
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Packages

                  Version Package
                  5.1 EE SP4 (5.1.7)
                  5.2 EE SP2 (5.2.6)