Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Edubits opened this issue Aug 3, 2018 · 1 comment
Open

Comments

@Edubits
Copy link
Contributor

Edubits commented Aug 3, 2018

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
Copy link
Member

BalusC commented Aug 9, 2018

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

cc: @janbeernink

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants