Foros de discusión

Service builder ignores custom finder for core entity

Jan Tošovský, modificado hace 9 años.

Service builder ignores custom finder for core entity

Liferay Master Mensajes: 566 Fecha de incorporación: 22/07/10 Mensajes recientes
Dear All,

while everything works fine for my service entities, when trying to create the same for the core entity (MBThread in my case), service builder does not generate an interface from the Impl class.

public class MBThreadFinderImpl extends BasePersistenceImpl<mbthread> implements MBThreadFinder {</mbthread>


Is is limitation of SB or rather a bug?

Thanks, Jan
thumbnail
Mika Koivisto, modificado hace 9 años.

RE: Service builder ignores custom finder for core entity (Respuesta)

Liferay Legend Mensajes: 1519 Fecha de incorporación: 7/08/06 Mensajes recientes
You can only generate it for entities in your service.xml.