omnipersistence
omnipersistence copied to clipboard
BaseEntityService not compatible with @org.omnifaces.services.Service
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> {}
I'd argue it's a bug in omniservices.
cc: @janbeernink