legacy-knowledge-base
公開されました Jul. 2, 2025

フォーム ストレージ アダプターは、フォーム ストレージ タイプのドロップダウンに表示されません。

written-by

Amit Tiwari

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

問題

フォーム ストレージ アダプター モジュールをデプロイした後、フォーム ストレージ タイプのドロップダウンに表示されません。

Environment

  • Liferay DXP 7.3

解決策

フォーム ストレージ アダプターの作成中、「ddm.storage.adapter.type」の値は参照セクションの JSON である必要があります。 例:

@Reference(target = "(ddm.storage.adapter.type=JSON)")
private DDMStorageAdapter jsonWrapperDDMStorageAdapter;

デプロイされたモジュールの変更を行う投稿は、フォーム ストレージ タイプのドロップダウンに表示されます。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base