History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-18057
Type: Bug Bug
Status: Open Open
Assignee: Gregory Shrago
Reporter: Robert van Loenhout
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

"Component attribute should be an Embeddable" validation error

Created: Thursday 23:32   Updated: Yesterday 16:55
Component/s: J2EE.Hibernate

Build: 7,757
Severity: High


 Description  « Hide
I have a hibernate mapping XML file that contains a <component>

example:
<component name="info"
class="UserInfo"
lazy="false">
</component>

When the model is validated it gives an error for this component field. The error is:
'<component>' attribute should be an Embeddable

I have no idea what this error really means. But something must be wrong, because Embeddable is related to JPA and I am just using plain Hibernate.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.