-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE
-
Fix Version/s: 6.2.X EE
-
Component/s: Core Infrastructure > Service Builder
-
Labels:
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:1
Issue
Cannot build a service builder project with more that 1000 methods
Background
https://issues.liferay.com/browse/LPP-31559?focusedCommentId=1577693#comment-1577693
Steps to reproduce
- Unzip the attached sample project into your SDK 6.2 SP20
- In Developer Studio (2.2.2), import the project from SDK
- Right-click on the project and select Liferay > Build Services
- Note it finishes successfully
- From FooLocalServiceBaseImpl.java, uncomment the commented method at the bottom
- Save
- Right-click on the project and select Liferay > Build Services
Expected results
It finishes successfully
Actual results
Build fails due to Clp classes. See attached sdk.log
Reproduced in
6.2 FP167
ee-6.2.X
Not reproduced in
7.0 / master: Clp classes are not used
Note
Diagnosed as a bug (see Background section). Includes fix suggestion.