legacy-knowledge-base
公開されました Sep. 10, 2025

SyncおよびAsyncExportImportLifecycleMessageListenerの未対応リファレンス

written-by

Cristina Rodriguez

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

問題

  • ゴーゴーシェルで ds:unsatisfied というコマンドを実行すると、このように出力されます:
Declarative Service {id: 2457, name: com.liferay.exportimport.lifecycle.SyncExportImportLifecycleMessageListener, unsatisfied references:
{name: _destination, target: (destination.name=liferay/export_import_lifecycle_event_sync)}
}
Declarative Service {id: 2453, name: com.liferay.exportimport.lifecycle.AsyncExportImportLifecycleMessageListener, unsatisfied references:
{name: _destination, target: (destination.name=liferay/export_import_lifecycle_event_async)}
}

しかし、今のところLiferayは期待通りに動作しているため、特に影響はない。

Environment

  • Liferay 7.4 U51+

解決策

  • これらの参照を満たすためには、 Publishing -> Export または Import アクションを実行するだけです。例えば、サイトの1ページだけを選択したシンプルな .lar をエクスポートします。
  • エクスポートされた後、 ds:unsatisfied コマンドは empty を出力するはずです。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base