This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Function to display the welcome message | |
| welcome() { | |
| echo "Welcome to the create-react-cx script!" | |
| echo "This script will help you create a new React app that leverages Liferay's version of React." | |
| echo "By the time the script is finished, you will have a basic Liferay React Custom Element Client Extension." | |
| echo | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Enable strict mode | |
| set -euo pipefail | |
| # Declare associative arrays | |
| declare -A file_object_map | |
| declare -A operationId_counts | |
| declare -A operationId_occurrences |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Enable strict mode | |
| set -euo pipefail | |
| # Declare associative arrays | |
| declare -A file_object_map | |
| declare -A operationId_counts | |
| declare -A operationId_occurrences |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "availableLanguageIds": [ | |
| "en_US" | |
| ], | |
| "contentType": "journal", | |
| "dataDefinitionFields": [ | |
| { | |
| "customProperties": { | |
| "labelAtStructureLevel": true, | |
| "confirmationErrorMessage": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RENAME TABLE account_ TO Account_; | |
| RENAME TABLE address TO Address; | |
| RENAME TABLE announcementsdelivery TO AnnouncementsDelivery; | |
| RENAME TABLE announcementsentry TO AnnouncementsEntry; | |
| RENAME TABLE announcementsflag TO AnnouncementsFlag; | |
| RENAME TABLE assetcategory TO AssetCategory; | |
| RENAME TABLE assetcategoryproperty TO AssetCategoryProperty; | |
| RENAME TABLE assetentries_assetcategories TO AssetEntries_AssetCategories; | |
| RENAME TABLE assetentries_assettags TO AssetEntries_AssetTags; | |
| RENAME TABLE assetentry TO AssetEntry; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 04-Nov-2019 12:06:59.000 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Framework Event Dispatcher: Equinox Container: e743df6a-d310-496b-9895-8268e33fb53f] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: | |
| java.lang.Object.wait(Native Method) | |
| java.lang.Object.wait(Object.java:502) | |
| org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:400) | |
| org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:336) | |
| 04-Nov-2019 12:06:59.001 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Refresh Thread: Equinox Container: e743df6a-d310-496b-9895-8268e33fb53f] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: | |
| java.lang.Object.wait(Native Method) | |
| java.lang.Obje |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| components: | |
| schemas: | |
| Vitamin: | |
| description: Contains all of the data for a single vitamin or mineral. | |
| properties: | |
| name: | |
| description: The vitamin or mineral name. | |
| type: string | |
| id: | |
| description: The vitamin or mineral internal ID. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name=UHGPortlets | |
| module-group-id=CHPortlets | |
| module-incremental-version=1 | |
| short-description=IHR Portlets | |
| change-log=Adapted to the latest version of Liferay | |
| page-url=http://ihr.uhg.com | |
| author=UHG, Inc. | |
| licenses=CHIHR | |
| liferay-versions=7.1.0+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2019-07-10 15:02:57.410 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][AutoDeployDir:261] Processing CHPortlets.war | |
| 2019-07-10 15:03:05.352 INFO [fileinstall-/Users/dnebinger/liferay/71ee/bundle/osgi/war][BaseAutoDeployListener:43] Copying portlets for /Users/dnebinger/liferay/71ee/bundle/tomcat-9.0.6/temp/20190710150305329VPNFBPNZ/CHPortlets.war | |
| 2019-07-10 15:03:05.473 INFO [fileinstall-/Users/dnebinger/liferay/71ee/bundle/osgi/war][BaseDeployer:877] Deploying CHPortlets.war | |
| 2019-07-10 15:03:06.527 INFO [fileinstall-/Users/dnebinger/liferay/71ee/bundle/osgi/war][BaseAutoDeployListener:50] Portlets for /Users/dnebinger/liferay/71ee/bundle/tomcat-9.0.6/temp/20190710150305329VPNFBPNZ/CHPortlets.war copied successfully | |
| 2019-07-10 15:03:08.802 ERROR [fileinstall-/Users/dnebinger/liferay/71ee/bundle/osgi/war][org_apache_felix_fileinstall:97] Error while starting bundle: webbundle:/Users/dnebinger/liferay/71ee/bundle/osgi/war/CHPortlets.war?Bundle-SymbolicName=CHPortlets&Web-ContextPath=/CHPortl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DB2 Universal Database Version 10.5, 5622-044 (c) Copyright IBM Corp. 1991, 2012 | |
| Licensed Material - Program Property of IBM | |
| IBM DB2 Universal Database SQL and XQUERY Explain Tool | |
| DB2 Universal Database Version 10.5, 5622-044 (c) Copyright IBM Corp. 1991, 2012 | |
| Licensed Material - Program Property of IBM | |
| IBM DB2 Universal Database SQL and XQUERY Explain Tool | |
| ******************** DYNAMIC *************************************** |
NewerOlder