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

PortalUUID:Service Builderモジュールで「シンボルが見つかりません

written-by

Jose L. Bango

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

問題

  • Service Builderモジュールをビルドしようとすると、*PersisenceImpl.javaクラスで次のエラーが発生します。
  • *PersisenceImpl.javaクラスには、以下の参照が含まれています:
    @Reference
    private PortalUUID _portalUUID;

環境

  • dxp-7.3-u34またはdxp-7.4-u100(またはそれ以上)をターゲットとするLiferay Workspace

解像度

  • PortalUUIDと PortalUUIDImplはLPS-196204で PortalUUIDUtilにマージされた。
  • settings.gradleで com.liferay.gradle.plugins.workspaceのバージョン9.0.4以降を使用する必要があります:
    dependencies {   classpath group: “com.liferay”, name: “com.liferay.gradle.plugins.workspace”, version: “9.0.4"
    }

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base