Hibernate mappingResource handling

It seems that IDEA does not look up dependent modules when validating the mappingResources property in Spring.

I have .hbm.xmls in a separate module (and it worked fine with previous versions of IDEA), but now IDEA highlights mappingResources as errors.

0
3 comments

Hello Alex,

It seems that IDEA does not look up dependent modules when validating
the mappingResources property in Spring.

I have .hbm.xmls in a separate module (and it worked fine with
previous versions of IDEA), but now IDEA highlights mappingResources
as errors.


Not sure if it's the same, but it seems related:

"mappingResources" should resolve in classpath:
http://www.jetbrains.net/jira/browse/IDEA-15163

Taras


0

Yes, probably it's the same bug.

0

Hello Alex,

Yes, probably it's the same bug.


You might want to attach/describe your particular configuration on the linked
JIRA issue to make sure that it's fixed before release.

-tt


0

Please sign in to leave a comment.