Service builder does not generate correct class package
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.
Resolution
- This is a known regression bug that has been fixed and included in
com.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.
Did this article resolve your issue ?