legacy-knowledge-base
公開されました Jun. 30, 2025

ウェブコンテンツの作成時にタグを追加することはできません。

written-by

Rafael Regner

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • ユーザーが基本ウェブコンテンツを作成し、 タグを に入力しようとすると、タグのオプションが表示されなくなり、ログに以下のエラーが表示されます:
    No JSON web service action with path /assettag/search and method null for null

環境

  • Liferay DXP 7.4

解像度

  • この動作は通常、JSONウェブサービスがこのプロパティを適用して無効になっている場合に発生します:

    json.web.service.enabled=false
  • CategoryセレクタとTagセレクタはJSONウェブサービスのコンシューマであり、JSONウェブサービスが有効になっていないと機能しません。
  • OOTBの機能を失うことなく、JSONウェブサービスへのアクセスをできる限り制限したい場合は、以下の構成をお勧めします:
    json.web.service.enabled=true
    jsonws.web.service.api.discoverable=false

    jsonws.web.service.paths.includes=/assetcategory/search,/assettag/search,/country/get-countries,/region/get-regions

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base