`getPage` on the following service will throw an `IllegalAccessError`, when using `@Stateless` it works as expected. ``` @Service public class TestService extends BaseEntityService<Long, YourEntity> {} ```