Whereas I had no problem with the Service Builder in Liferay 6.2, I meet a blocking issue in Liferay 7 when I am building service to generate my first Finder Util class. When I discover that, I even decided to start from scratch a project, the problem is still here. Even with the official doc, nothing works.
Does someone has any idea to help me ?
Here is the complete description for my last test in Eclipse Mars :
- Create a new Liferay Workspace
- Create a new Liferay Project Module Service Builder
- Create a foo object in service.xml
- Build services (class are well generated)
- Create manually a FooFinderImpl class in the persistence.impl package
- Build services
The FooFinder interface is well generated but the FooFinderUtil class is not generated. - Add some methods in the FooFinderImpl class
- Build services
- Nothing new
Thank you for you help.
Vincent
Details : In portlet, the "@Reference" works to declare the FooLocalService interface. In the FooLocalServiceImpl, the "@Reference" doesn't work to declare the FooFinder interface, the interface is null. Do you have an idea ? – Vincent Dec 06 '16 at 11:31