Legacy Knowledge Base
Published Sep. 10, 2025

Service builder does not generate correct class package

Written By

Kanchan Bisht

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

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • Service Builder does not generate the correct class package when both "com" and "org" are included in the package path.
    Steps to Reproduce:
    1. Create a service.xml with package-path com.liferay.org and a compound PK.
    2. Build the service gw buildService
    Expected Behavior: The service should be built without compilation errors.
    Observed Behavior: Compilation errors appear due to wrong packages.

Environment

  • Liferay DXP 7.4 

Resolution

  • This is a known regression bug that has been fixed and included incom.liferay.portal.tools.service.builder version 1.0.478 
    Now, if users want to use it at this point then they need to edit their settings.gradle, add classpath group: "com.liferay", name: "com.liferay.gradle.plugins.service.builder", version: "1.0.478"Or else, they need to wait for a new version of the workspace. 
     

Additional Information

  • At the time of writing this article, the workspace's latest version is Developer Studio 3.9.8.
Did this article resolve your issue ?

Legacy Knowledge Base