omnipersistence icon indicating copy to clipboard operation
omnipersistence copied to clipboard

BaseEntityService not compatible with @org.omnifaces.services.Service

Open Edubits opened this issue 7 years ago • 1 comments
trafficstars

getPage on the following service will throw an IllegalAccessError, when using @Stateless it works as expected.

@Service
public class TestService extends BaseEntityService<Long, YourEntity> {}

Edubits avatar Aug 03 '18 12:08 Edubits

I'd argue it's a bug in omniservices.

cc: @janbeernink

BalusC avatar Aug 09 '18 21:08 BalusC