-
Type:
Bug
-
Status: Closed
-
Resolution: Duplicate
-
Affects Version/s: 6.2.10 EE GA1
-
Fix Version/s: 6.2.2 CE GA3 , 6.2.X EE, 7.0.0 M3
-
Component/s: Staging
-
Environment:LIFERAY VERSION: 6.2 GA1
OPERATING SYSTEM: N/A
APPLICATION SERVER: Tomcat 7.0
JAVA VIRTUAL MACHINE: N/A
DATABASE: MySQL 5.5
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:6
-
Git Pull Request:
Steps to reproduce/Testing done
- Create a new site "test" on both remote and local server
- Enable remote staging on local server for site "test"
- Enable remote staging on local server for site "global"
Scenario 1:
- Add portlet "Web Content Display" on a page of site "test"
- Create a new content
- Publish on remote server
Expected Result: The page and content get published
Actual Result: The page and content get published
Scenario 3:
- Create a web content in "global" site
- Add a "Web Content Display" on a page of site "test"
- In the configuration, selects the newly created web content from "global" site
- Publish on remote server (site "test")
- It fails complaining about missing reference (which is normal)
- Publish on remote server (site "global") from the control panel, site section. The web content gets published on production
- Try again to publish "test" site
Expected Result: Publish succeeds and content is visible in portlet
Actual Result: Publish fails, still complaining that the reference is missing (even if the web content really exists in global site)
For all instances where the publish fails, the following exception is thrown:
19:26:44,382 ERROR [liferay/background_task-1][BackgroundTaskMessageListener:133] Unable to execute background task com.liferay.portal.MissingReferenceException at com.liferay.portal.lar.LayoutImporter.validateFile(LayoutImporter.java:157) at com.liferay.portal.service.impl.LayoutLocalServiceImpl.validateImportLayoutsFile(LayoutLocalServiceImpl.java:2950) at com.liferay.portal.service.impl.LayoutLocalServiceImpl.validateImportLayoutsFile(LayoutLocalServiceImpl.java:2983)
- duplicates
-
LPS-43604 Global references are not being published with a Web Content Display portlet
- Closed
- is related to
-
LPS-43665 Global scoped Web Content Display portlet is not displaying the article on the live site
- Closed
-
LPS-41931 Staging Global Site; Global linked content doesn't display after being published
- Closed
- relates
-
LPE-10911 Staging incorrectly fails validation when remote publishing web content articles that reference global web content
-
- Closed
-