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

デフォルトのパッケージで Service Builder をビルドできない

written-by

Anishq Sharma

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では、デフォルトクラスを変更せずにビルドすると、以下のエラーが発生します:
    xxx\test-service-service\src\main\java\test\service\service\persistence\impl\FooPersistenceImpl.java:2425: error: method getResult in interface FinderCache cannot be applied to given types;
    Long count = (Long)finderCache.getResult(
    required: FinderPath,Object[],BasePersistence<?>
    found: FinderPath,Object[]
    reason: actual and formal argument lists differ in length

Environment

  • Liferay DXP 7.4

解決策

  • この問題はGradleプラグインのバージョンに起因しています。
  • これを解決するには、 Liferayワークスペース 内の settings.gradle ファイルに移動し、Gradleプラグインのバージョンを "4.0.19"に変更します。
did-this-article-resolve-your-issue

legacy-knowledge-base