Support feedback:
Let's say I have a Hibernate (this probably applies to pure JPA as well) component of class "A" marked with @Embeddable annotation in a separate jar.
Whenever I import this jar in a project and have a property of this component marked with @Embedded annotation, IDEA 7.0.1 tells me that
"@Embedded attribute should only be applied to @Embeddable class". Well, the class is marked with @Embeddable annotation as I stated before, it is
just it is located not directly as a class of this project but in a dependent jar.
This seems to be a clear bug.