omnifaces / omnipersistence

Utilities for JPA, JDBC and DataSources
Other
31 stars 12 forks source link

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

Open Edubits opened 5 years ago

Edubits commented 5 years ago

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

@Service
public class TestService extends BaseEntityService<Long, YourEntity> {}
BalusC commented 5 years ago

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

cc: @janbeernink