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

Eclipse error in persistence.xml due to unexisting class #159

Closed
cen1 opened this issue Jul 14, 2015 · 2 comments
Closed

Eclipse error in persistence.xml due to unexisting class #159

cen1 opened this issue Jul 14, 2015 · 2 comments

Comments

@cen1
Copy link

cen1 commented Jul 14, 2015

Fresh Eclipse import gives a JPA error:

Class "[Ljava.lang.String;@50841467" cannot be resolved persistence.xml /apiman-manager-api-jpa/src/main/resources/META-INF     JPA Problem

I narrowed it down to <class>io.apiman.manager.api.beans.services.EndpointPropertyValueBean</class> in persiatance.xml which does not seem to exist in the referenced package. After removing the entry the error goes away.

@EricWittmann
Copy link
Member

Thanks for the report!

@EricWittmann
Copy link
Member

Fixed: e7163f0

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