Search Results

All Results 7008
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
MBeansによるアップグレードの監視
MBeansによるアップグレードの監視 Liferay DXP 7.4 U76 / Liferay Portal 7.4 GA76 起動時のアップグレードが有効になっている場合、JVM管理ツール(JConsoleなど)を使用して、アップグレード処理をMBeansで監視できます。 ポータルのプロパティ で upgrade.database.auto.run=true...
言語キーの名称変更
言語キーの名称変更 Liferay DXP/Portal 7.4では、モジュール言語キーはportal-language-langと呼ばれるモジュールに集中化されていました。 ソースの場所: liferay- [dxp|portal]/modules/apps/portal-language/portal-language-lang Liferay のモジュールは...
アップグレードのトラブルシューティング
アップグレードのトラブルシューティング アップグレード手順をスキップしたり、Liferayデータベースへのカスタム参照を作成したりすると、アップグレードの問題が発生する可能性があります。 以下の質問と回答では、よくある状況を取り上げています。 外部キー制約によって引き起こされるアップグレード例外をどのように処理すればよいですか? Liferayテーブルは外部キーを使用しません。...
アップグレードログコンテキスト
アップグレードログコンテキスト Liferay DXP 7.4 U72 / Liferay Portal 7.4 GA72 アップグレードログコンテキストを有効にして、コンソールログにアップグレード関連プロセスの識別子を表示します。 可能な識別子は以下の通り: {upgrade.component=portal}: ポータルに関連するアップグレード処理用 ...
アップグレード後の考慮事項
アップグレード後の考慮事項 データベースをアップグレードした後、本番環境用にLiferayを再度構成し、Liferayインスタンスに影響を与える可能性のある機能の変更を確認する必要があります。 本番環境設定を再度有効にする データベースをアップグレードした後、プロダクション設定を再度有効にしてください。 検索インデクス...
オートアップグレードによるアップグレード
オートアップグレードによるアップグレード インスタンスを起動する前に、ポータル・プロパティで auto upgrade を有効にすると、データベースを自動的にアップグレードできます。 ...
Docker経由のアップグレード
Docker経由のアップグレード 自動アップグレードを有効にしてLiferay Dockerイメージを実行すると、Liferay起動時にデータベースアップグレードツールを使用して明白にデータベースをアップグレードします。...
安定性とパフォーマンスのアップグレード
安定性とパフォーマンスのアップグレード 本番リリース用のDXPインスタンスをアップグレードする場合、データのアップグレードは正しく迅速に行う必要があります。 確実に成功させる方法をいくつか次に示します。 データベースとインストールのコピーを使用するテスト環境を作成する 不要なデータベースデータを削除してパフォーマンスを向上させる アップグレード操作のためにデータベースを調整する ...
Gogoシェルを使用したモジュールのアップグレード
Gogoシェルを使用したモジュールのアップグレード 特定のモジュールのアップグレードの問題をトラブルシューティングするには、モジュールごとに(まとめてではなく)アップグレードをテストして実行することが必要になる場合があります。 Liferayには、個々のモジュールをアップグレードおよび検証するためのGogoシェルコマンドがあります。 たとえば、モジュールに新しい...
アップグレードの基本
アップグレードの基本 Liferayのツールや説明書は、DXPやポータル環境を安全かつ迅速にアップグレードするのに役立ちます。 小さなデータセットを持つ非クラスター環境などは、Dockerイメージを使ってアップグレードすることができます。...
データベースアップグレードツールの使用
データベースアップグレードツールの使用 Liferayデータベースアップグレードツールは、Liferay DXPデータベースおよびLiferay Portalデータベースをオフラインでアップグレードするためのクライアントプログラムです。 ...
データベース・プルーニングによるアップグレードの高速化
データベース・プルーニングによるアップグレードの高速化 データが多ければ多いほど、データのアップグレードには時間がかかります。 不要なサイトデータはよくあることだ。 データベースから不要なデータを削除することで、アップグレード処理のパフォーマンスが向上します。 例えば、サイトはウェブコンテンツの記事やドキュメント、メディアファイルの多くの未使用バージョンを保存することができる。...
アップグレードのためのデータベース調整
アップグレードのためのデータベース調整 アップグレードの実行は、本番環境で日常的に実行する場合とは異なる形でデータベースに影響を与えます。 このため、アップグレードプロセスを実行する前にそのプロセス用にデータベースを調整し、アップグレードの完了後に本番環境設定を再適用する必要があります。 ...
例:ジャーナル記事の中間バージョンの削除
例:ジャーナル記事の中間バージョンの削除 ここでは、ジャーナル記事の中間バージョンを削除する手順とコードサンプルを示します。 スクリプトコンソールでは、JavaまたはGroovyコードを実行して、不要なオブジェクトバージョンを削除できます。 ジャーナル記事の中間バージョンを削除する手順の例を次に示します。 保持する最新バージョンの数を決定します。...
Development
Development Liferay's development platform makes developers faster and more efficient by providing a baseline set of features to build upon. Rather than start from scratch, you can start instead...
Building Applications
Building Applications For maximum compatibility with all of Liferay's deployment options, you can combine Liferay's Objects, Client Extensions, and other features and tools to build real-world...
カスタム開発のアップグレード
カスタム開発のアップグレード この部分は現在作成中です。 最新のLiferay DXP/Portal 7.xバージョンへのカスタムコードの更新は、7.2への更新と同じ方法で行われます。 Liferay Upgrade Planner は、カスタム開発をアップグレードする際に推奨される方法です。...
Building a Custom Ticketing System
Building a Custom Ticketing System Liferay makes it easy for you to build digital solutions. For example, you can create a custom ticketing application with the styling and features needed for your...
Defining a Custom Data Schema
Defining a Custom Data Schema The ticketing application requires custom data fields and selections. You use Liferay objects and picklists to define a custom data schema. Creating Custom Picklists...
Deploying a Custom Application
Deploying a Custom Application You can use a custom element client extension to render a JavaScript application as a widget on a Liferay site page. The application is served by Liferay and...
Implementing a Documentation Referral System
Implementing a Documentation Referral System The ticketing system can be further enhanced with a documentation referral system. The system searches automatically for relevant documentation based on...
Ticket Management with Cron Jobs
Ticket Management with Cron Jobs Use Cron jobs to automate managing tickets. For example, have a job to run at a regular schedule to delete any tickets that have a resolution type of duplicate or...
Applying a Custom Theme
Applying a Custom Theme You can use different front-end client extensions to customize the look and feel of your site. Specifically, theme CSS type client extension can be used as an alternative to...
Building a Time Off Requester
Building a Time Off Requester Liferay 7.4+ With Liferay Objects, you can build entire applications without writing code or deploying modules. Here, create a Time Off Request application using...
Asset Framework
Asset Framework The asset framework is behind many of Liferay's most powerful features. It provides tools for displaying and interacting with any type of content and data. For example, if you build...
Enabling Assets
Enabling Assets Many of Liferay's applications (e.g. Blogs, Documents and Media, Message Boards, etc.) are asset-enabled out of the box. You can publish assets with the Asset Publisher widget or...
Cache
Cache
Expando
Expando Accessing Custom Fields with Expando
Data Frameworks
Data Frameworks
Data Scopes
Data Scopes
Defining Entities
Defining Entities Entities are the heart and soul of a service. They represent the map between the model objects in Java and your database fields and tables. Service Builder automatically maps your...
Adding Model Hints
Adding Model Hints Once you've used Service Builder to define model entities, you may want to refine how users enter that data. Model hints specify entity data restrictions and other formatting....
Configuring Global Service Options
Configuring Global Service Options A service's global options apply to all its entities. Here are the options: Dependency Injector Package path Multiversion concurrency control Namespace...
Defining Entity Finder Methods
Defining Entity Finder Methods Finder methods retrieve entity objects from the database based on specified parameters. For each finder defined, Service Builder generates several methods to fetch,...
Accessing Custom Fields With Expandos
Accessing Custom Fields With Expandos When you need additional fields in your application, you can always add them in your service model definition and re-run Service Builder. This adds new columns...
Implementing an Item Selector
Implementing an Item Selector Item selectors are pop-up dialogs for selecting assets, such as documents, videos, or users. By configuring the item selector's criteria and defining its usage, you...
Service Builder
Service Builder An application without reliable business logic or persistence isn't much of an application at all. Unfortunately, writing your own persistence code often takes a great deal of time....
Business Logic with Service Builder
Business Logic with Service Builder Once you've generated model, persistence, and service code with Service Builder, you can begin adding business logic. Entities generated by Service Builder...
Defining Entity Columns
Defining Entity Columns An entity's columns represent its attributes. These attributes map table fields to Java object fields. Here you'll examine the sample project from Understanding and...
Defining Entity Relationships
Defining Entity Relationships Relationships between database entities or Java objects are necessary for most applications. Take Liferay's Message Boards application as an example. Each Message...
Modifying Database Fields in Development
Modifying Database Fields in Development As you develop an application, you might need to add fields to your database. This is a normal process of iterative development: you get an idea for a new...
Service Builder Basics
Service Builder Basics Using Service Builder helps you learn it. You'll use it to learn the basics: Generating Model, Persistence, and Service Code: Define a basic model, generate code from it,...
Upgrading Data Schemas
Upgrading Data Schemas When you upgrade Liferay, you might run into incompatibility issues with your custom modules' data schemas. There are three ways you can resolve these issues: You can run...
Developing a Web Application
Developing a Web Application
Sorting Entity Instances
Sorting Entity Instances Often, you want to retrieve multiple instances of a given entity and list them in a particular order. The service.xml file lets you specify the default order of your...
Generating Model, Persistence, and Service Code
Generating Model, Persistence, and Service Code Service Builder makes it easy to define models and generate model, persistence, and service code for them. You'll experience this by defining a model...
Invoking a Service Locally
Invoking a Service Locally Service Builder services that are deployed to DXP/Portal can be invoked from other classes in the same JVM. These services are local to the classes. Service Builder...
Understanding and Extending Generated Classes
Understanding and Extending Generated Classes Service Builder generates both tables for your entity and model, persistence, and service classes for it. Here you'll examine generated classes for an...
Multithreading Process
Multithreading Process Liferay DXP 7.4 U10+ or Liferay Portal 7.4 GA14+ Your Upgrade Processes may involve making complex changes to large data sets. If performance is critical, use the...
Using Upgrade Processes
Using Upgrade Processes Liferay DXP 7.4 U10+/Portal 7.4 GA14+ An upgrade of your application may require making changes to your database tables. Liferay's upgrade framework makes it easy to make...
Patch Installation Slowdown Due to Windows Security
Issue When Patching Tool is run on a Windows machine, Windows Security can slow down the patch installation drastically due to the large amount of file operations being performed. Resolution If you experience extreme...
Receiving email notifications for updated, added, or moved web content
Issue Why can't I receive email notifications for Updated, Added, or Moved web content assets? My mail server is set up correctly and I am getting the Web Content Review notifications without issue. Environment DXP...
Resolving Static Asset Publisher Rendering Errors in Custom Layout Templates
Issue There is a known issue (as documented in LPS-88239) encountered when using a custom Layout Template that implements a static Asset Publisher. Instead of rendering properly, a NoSuchPortletPreferencesException...
Activation Keys FAQ for Liferay DXP and Liferay Commerce
What are the different types of activation keys? How do I obtain an .xml activation key for my Liferay DXP instance? What information do I need to provide to request an activation key?...
Using MS ADFS & Liferay SAML Integration
Liferay Support does not recommend or endorse specific third-party products over others. Liferay is not responsible for any instructions herein or referenced regarding these products. Any implementation of these...
Does Liferay DXP use WebDAV HTTP methods?
Issue Our security team wants to restrict the HTTP methods that are allowed through our firewall. Does Liferay DXP use WebDAV HTTP methods such as: PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, UNLOCK Environment...
Expired Articles Are Still Showing up in the Live Site After Publishing
Issue If you schedule an article to be expired on a certain date and time, after publishing the article to the live site you may find the article is not expired. There are a few possible reasons for this behavior described...
Known Issue: Modification Dates of All the Versions of a Web Content are Updated After Expiring it
This article documents a known issue related to the modified dates of Web Content versions. Issue Expiring a Web Content when System Setting Expire All Article Versions Enabled is checked, will update the modified...
Elasticsearch Connector Configuration: Reference
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us....
Known Issue: Drag and Drop Pages Under Link to URL Type Pages is Working, But the Configuration is Not Saved
Issue When you drag and drop pages under Link to URL type pages, it appears as if the structure changes, but after refreshing the browser, the page order is not saved. Resolution This is a known issue, and the reason that...