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

Accessing a model from HBase throws an obscure NPE if model's EPackages are not registered #78

Closed
gdaniel opened this issue May 21, 2017 · 1 comment

Comments

@gdaniel
Copy link
Contributor

gdaniel commented May 21, 2017

The resolveInstanceOf() method embedded in the HBase store throws a NPE if one of the EPackages of the underlying model are not registered. We should throw a better exception that explains why the instance cannot be resolved.

Blueprints and MapDB backends may contain the same issue.

@yvrng yvrng added this to the Release 1.1.0 milestone Jun 7, 2017
@yvrng
Copy link
Contributor

yvrng commented Jun 7, 2017

Since #69 : ClassDescriptor#get() throws a NullPointerException with the reason "Unable to find EPackage for URI: {uri}" when the concerned EPackage is not registered.

@yvrng yvrng modified the milestone: Release 1.1.0 Jun 9, 2017
@yvrng yvrng closed this as completed Feb 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants